Work around for libsafe "error".
[openssl.git] / crypto /
2001-02-12 Dr. Stephen HensonWork around for libsafe "error".
2001-02-10 Dr. Stephen HensonFix CRL printing to correctly show when there are no...
2001-02-10 Bodo MöllerSimplify BN_rand_range
2001-02-09 Lutz JänickeFix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai...
2001-02-09 Dr. Stephen HensonVarious Win32 related fixed. Make no-krb5 work in mkdef...
2001-02-08 Richard LevitteThe check for request including a nonce and response...
2001-02-08 Ulf Mölleruse <= instead of ==
2001-02-08 Ulf Möllerpoint out that RAND_load_file() etc are only for seed...
2001-02-08 Bodo MöllerAnother comment change. (Previous comment does not...
2001-02-08 Bodo MöllerChange comments. (The expected number of iterations...
2001-02-08 Bodo Mölleroops -- remove observation code
2001-02-08 Bodo MöllerIntegrate my implementation of a countermeasure against
2001-02-08 Bodo Möllerplatform specific CFLAGS don't belong into this Makefile
2001-02-07 Ulf MöllerBleichenbacher's DSA attack
2001-02-07 Lutz JänickeModify access to EGD socket to deal with EINTR etc...
2001-02-07 Dr. Stephen HensonFix AES code.
2001-02-06 Ben LaurieRijdael CBC mode and partial undebugged SSL support.
2001-02-06 Bodo MöllerAvoid coredumps for CONF_get_...(NULL, ...)
2001-02-06 Ulf Möllerformat strings
2001-02-06 Ulf MöllerFix potential buffer overrun for EBCDIC.
2001-02-05 Richard LevitteFix a memory leak in BIO_get_accept_socket(). This...
2001-02-05 Bodo MöllerInclude string.h (whis is in all relevant standards...
2001-02-05 Dr. Stephen HensonNew function to copy nonce values from OCSP
2001-02-04 Ben LaurieMake depend.
2001-02-04 Ben LaurieCan't remember why this was needed?
2001-02-04 Ben LaurieFix a warning.
2001-02-04 Dr. Stephen HensonFix ASN1_TIME_to_generlizedtime().
2001-02-03 Dr. Stephen HensonVarious OCSP responder utility functions.
2001-02-02 Dr. Stephen HensonVarious function for commmon operations.
2001-02-02 Dr. Stephen HensonTidy up the mess in bss_sock.c and bss_fd.c
2001-02-01 Dr. Stephen HensonTolerate some "variations" used in some
2001-01-30 Richard LevitteIncrease consistency of header data (some mail readers...
2001-01-28 Bodo MöllerComment and indentation
2001-01-28 Dr. Stephen HensonMake sk_sort tolearate a NULL argument.
2001-01-26 Dr. Stephen HensonNew OCSP response verify option OCSP_TRUSTOTHER
2001-01-24 Dr. Stephen HensonAdd debugging info to new ASN1 code to trace memory...
2001-01-24 Bodo MöllerUpdate "OAEP reconsidered" comment
2001-01-23 Ulf MöllerThere is no C version of bn_div_3_words
2001-01-20 Dr. Stephen HensonFix to stop X509_time_adj() using GeneralizedTime.
2001-01-19 Dr. Stephen HensonFixes to various ASN1_INTEGER routines for negative...
2001-01-19 Dr. Stephen HensonAdditional functionality in ocsp utility: print summary
2001-01-18 Dr. Stephen HensonImplement remaining OCSP verify checks in
2001-01-17 Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2001-01-14 Dr. Stephen HensonChange PKCS#12 key derivation routines to cope with
2001-01-13 Dr. Stephen HensonNew OCSP utility. This can generate, parse and print
2001-01-12 Bodo MöllerDisable RegQueryValueEx() call.
2001-01-12 Bodo Möllerisspace must be used only on *unsigned* chars
2001-01-11 Dr. Stephen HensonFix typo in OCSP ASN1 module, this caused
2001-01-11 Dr. Stephen HensonOCSP basic response verify. Very incomplete
2001-01-10 Bodo MöllerNo functional change, but slightly improved code clarity.
2001-01-10 Bodo MöllerAfter discussion with Richard, change the new API for...
2001-01-10 Bodo Möllermake indentation consistent
2001-01-10 Bodo MöllerAdd SSLEAY_DIR argument code for SSLeay_version.
2001-01-10 Bodo MöllerChange prototypes for new CRYPTO_..._mem_ex_functions...
2001-01-10 Richard LevitteAs response to a user request to be able to use externa...
2001-01-10 Dr. Stephen HensonFix uni2asc() so it can properly convert zero length
2001-01-09 Geoff Thorpeoops, void functions shouldn't try and return a value...
2001-01-09 Lutz JänickeAdd automatic query of EGD sockets to RAND_poll()....
2001-01-09 Lutz JänickeDon't cheat: when only getting several bytes from each...
2001-01-09 Geoff ThorpeMove all the existing function pointer casts associated...
2001-01-09 Geoff ThorpeGet rid of the function pointer casting in the debuggin...
2001-01-09 Geoff ThorpeThis adds macros to implement (and/or declare) type...
2001-01-08 Geoff ThorpeWhilst in the process of fixing outstanding function...
2001-01-08 Richard LevitteKeep up with Unix code. It's beginning to be time...
2001-01-08 Dr. Stephen HensonAdd prototypes for new OCSP functions.
2001-01-08 Richard LevitteChange RAND_poll for Unix to try a number of devices...
2001-01-08 Dr. Stephen HensonAdd set of OCSP client functions. All experimental
2001-01-07 Richard LevitteKeep up with the Unixly changes.
2001-01-05 Dr. Stephen HensonModify OCSP API to more closely reflect
2001-01-04 Dr. Stephen HensonFix typo in OCSP nonce extension.
2001-01-04 Dr. Stephen HensonUpdate OCSP API.
2000-12-31 Dr. Stephen HensonFix the S/MIME code so it now works again and
2000-12-31 Richard LevitteMake the DSO code for VMS work again. First attempt.
2000-12-31 Richard LevitteSince asn1.h gets included recursively from many places...
2000-12-31 Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-12-31 Richard LevitteIf OPENSSL_BUILD_SHLIBCRYPTO (for files that end up...
2000-12-30 Dr. Stephen HensonDelete PKCS#12 redundant files.
2000-12-30 Dr. Stephen HensonASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of
2000-12-29 Dr. Stephen HensonReplace the old ASN1_dup() with ASN1_item_dup() and
2000-12-29 Richard LevitteCorrect a typo.
2000-12-29 Richard Levitte"make update" plus a rewrite of both .num files.
2000-12-28 Dr. Stephen HensonASN1_ITEM version of ASN1_dup(). Might want
2000-12-28 Richard LevitteUpdate VMS build procedures to match the current status.
2000-12-28 Dr. Stephen HensonAdd NO_ASN1_OLD to remove some old style functions:
2000-12-28 Dr. Stephen HensonASN1_ITEM versions of sign, verify, pack and unpack.
2000-12-28 Dr. Stephen HensonNew OCSP extension functions.
2000-12-27 Dr. Stephen HensonAvoid compiler warnings in hw_ubsec.c: unused static
2000-12-27 Dr. Stephen HensonX509V3_add_i2d() needs to be able to allocate a
2000-12-24 Dr. Stephen HensonNew function X509V3_add_i2d() this is used for
2000-12-21 Dr. Stephen HensonVarious Win32 related fixes. Doesn't compile yet on
2000-12-20 Bodo MöllerDon't access non-existing element buf[256], use buf...
2000-12-20 Dr. Stephen HensonFixes to OCSP print code.
2000-12-19 Bodo Möllerfix indentation
2000-12-19 Bodo MöllerDon't hold CRYPTO_LOCK_RSA during time-consuming operat...
2000-12-18 Bodo MöllerAdd a comment (intended change)
2000-12-18 Bodo MöllerComment correction.
2000-12-18 Bodo MöllerObtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTX
2000-12-17 Dr. Stephen HensonRedo OCSP response printing. Remove duplicate or
2000-12-17 Bodo MöllerSimplify preprocessor statements.
2000-12-16 Dr. Stephen HensonAdd OCSP service locator extension.
next