Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'
[openssl.git] / crypto /
2002-01-12 Ben LauriePrototype info function.
2002-01-12 Ben LaurieReturn value could be undefined.
2002-01-08 Richard LevittePatches to make OpenSSL compilable on MacOS/X.
2002-01-05 Geoff Thorpe- Add the same header stuff to aes_locl.h as is in...
2002-01-05 Dr. Stephen HensonExperimental configuration code.
2002-01-04 Bodo Mölleradd automatically generated ERR_load_... prototype
2002-01-04 Bodo Möllerfix EVP_CIPHER_mode macro
2002-01-02 Richard LevitteBecause Rijndael is more known as AES, use crypto/aes...
2002-01-02 Richard LevitteThe block size may be something other than 8!
2002-01-02 Richard LevitteWhen RSA or DSA are disabled, do not include the stuff...
2002-01-02 Richard Levittemake update
2002-01-02 Richard LevitteAllow verification of other types than DATA.
2002-01-02 Richard LevitteAllow 8-bit characters. This is not really complete...
2001-12-21 Richard LevitteAnd just for the sake of completeness, let's add some...
2001-12-21 Richard LevitteBetter use the same number in all branches, to avoid...
2001-12-20 Richard LevitteDo not forget to compile comp_err.c
2001-12-20 Ben LaurieSecurity fix.
2001-12-17 Bodo Möllerformatting consistency
2001-12-17 Bodo Mölleroops
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-12-14 Bodo Möllerfix BN_rand_range
2001-12-12 Richard LevitteImplement failover for ubsec. Submitted by Subramanian...
2001-12-10 Ulf Möllername confusion with HP library function prototype (?)
2001-12-09 Ben LaurieImprove back compatibility.
2001-12-07 Dr. Stephen HensonDon't overwrite signing time.
2001-12-04 Richard LevitteUID was never a lable for uniqueIdentifier. However...
2001-12-03 Bodo MöllerFix: 2.5.29 is "id-ce", not "ld-ce" (sort of a typo...
2001-12-01 Dr. Stephen HensonMake EVP_SealInit() return the correct value.
2001-12-01 Dr. Stephen HensonNO_DSA, NO_RSA patches.
2001-11-24 Geoff ThorpeThis looks to have been a typo.
2001-11-23 Bodo Möllerfix submitted by Andy Schneider <andy.schneider@bjss...
2001-11-22 Bodo Möllercomment
2001-11-22 Geoff ThorpeCut "ENGINE_ID" to the more concise "ID".
2001-11-22 Geoff ThorpeWhen the "dynamic" ENGINE loads another ENGINE from...
2001-11-22 Geoff ThorpeThe "openssl" ENGINE is no longer used except as a...
2001-11-22 Geoff Thorpe'flags' should only be set inside DSO_load() if constru...
2001-11-16 Richard LevitteOn VMS, the norm is still that symbols are uppercased...
2001-11-16 Bodo Mölleravoid stupid compiler warning
2001-11-16 Richard LevitteOn systems that don't do too well including headers...
2001-11-16 Richard LevitteMake sure evp_locl.h can be included (hw_openbsd_dev_cr...
2001-11-16 Bodo Möllercomment
2001-11-16 Bodo Mölleruse a more interesting test case
2001-11-15 Bodo Möllercomments etc.
2001-11-15 Bodo MöllerImprove EC efficiency.
2001-11-15 Richard LevitteAt least for the two common Unixly DSO loading methods...
2001-11-15 Richard Levittemake update
2001-11-14 Richard LevitteAfter loading a dynamic engine, reset the command defin...
2001-11-09 Bodo Möller2001, not 2000
2001-11-09 Bodo Mölleradjust to OpenSSL_0_9_6-stable version
2001-11-09 Bodo Möllercast to 'unsigned long' before using ~ if we need an...
2001-11-06 Dr. Stephen HensonPKCS#12 code fixes: initialize and cleanup digests...
2001-11-06 Dr. Stephen HensonWin32 fixes.
2001-11-06 Richard Levittedes_old.h doesn't really need to include des.h, so...
2001-11-05 Richard LevittePlace the OpenSSL-specific headers back so they always...
2001-11-05 Richard LevitteNo need to include anything on systems that do not...
2001-10-30 Richard LevitteChange the shared library support so the shared librari...
2001-10-29 Richard LevitteAddapt VMS scripts to the newer disk layout system...
2001-10-27 Dr. Stephen HensonStop compiler warnings.
2001-10-27 Dr. Stephen HensonAdd support for Subject Info Acess extension.
2001-10-26 Bodo MöllerConsistency fix in BUF_MEM_grow: Initialise to zero...
2001-10-26 Bodo Möllerdisable caching in BIO_gethostbyname
2001-10-25 Ben LaurieFix warning.
2001-10-25 Bodo MöllerLike MD_Init, MD now must include a NULL engine pointer...
2001-10-25 Bodo Möllerremove redundant definitions that are also in des.h
2001-10-25 Bodo Möllerfilenames are des_old.[ch], not des.comp*
2001-10-25 Richard LevitteRemove DES_random_seed() but retain des_random_seed...
2001-10-25 Richard LevitteHave the removal warnings very high up in the source.
2001-10-24 Richard LevitteA C file is a C file is a C file!
2001-10-24 Richard LevitteDue to an increasing number of clashes between modern...
2001-10-24 Richard Levittemake update
2001-10-23 Richard LevitteCorrection of the id-pda OID's.
2001-10-21 Dr. Stephen HensonReject certificates with unhandled critical extensions.
2001-10-20 Dr. Stephen HensonTypo.
2001-10-20 Dr. Stephen HensonAdd missing EVP_CIPHER_CTX_{init,cleanup}
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-14 Ulf Mölleropenbsd-x86 macros
2001-10-11 Richard LevitteIn certain cases, no encoding has been set up for the...
2001-10-10 Richard Levitte'make update'
2001-10-10 Richard LevitteAdd support for md4WithRSAEncryption.
2001-10-10 Richard Levitte'make update'
2001-10-10 Richard LevitteTo avoid commit wars over dependencies, let's make...
2001-10-09 Richard LevitteA few more OIDs, contributed by Peter Sylvester <Peter...
2001-10-09 Geoff Thorpeevp_test.c and evptests.txt both need to be linked...
2001-10-08 Geoff ThorpeChange some EVP prototypes to use "cipher" rather than...
2001-10-08 Geoff ThorpeEVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been...
2001-10-08 Geoff ThorpeAs ENGINE_load_openbsd_dev_crypto() is an API function...
2001-10-08 Geoff ThorpeMake sure the "ENGINE_TABLE" cleanup callbacks have...
2001-10-08 Geoff ThorpeMissing pointer in the eng_table_register function...
2001-10-08 Lutz JänickeSmall documentation fixes (Howard Lum <howard@pumpkin...
2001-10-04 Richard Levitte'make update'
2001-10-04 Richard LevitteSince ossl_typ.h is an exported header, we sure need...
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-10-03 Dr. Stephen HensonUse the maximum block length for the extra size in...
2001-10-02 Dr. Stephen HensonMake EVP_DecryptUpdate work again.
2001-10-02 Richard LevitteA lot of things are undeclared unless x509.h is included.
2001-10-02 Richard LevitteHmm, everything "open" isn't necessarely "openssl"...
2001-10-01 Richard LevitteWoopsie...
2001-10-01 Richard Levittesk_ENGINE_CLEANUP_ITEM_pop_free() is duplicated in...
next