]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2001-02-26  Richard Levittemake update
2001-02-26  Richard LevitteAdd the CCITT pilot directory OIDs.
2001-02-25  Dr. Stephen... Trap an invalid ASN1_ITEM construction and print out
2001-02-24  Dr. Stephen... New function and options to check OCSP response validity.
2001-02-24  Dr. Stephen... Print out OID of unknown signature or public key
2001-02-24  Dr. Stephen... Stop PKCS7_verify() core dumping with unknown public
2001-02-23  Lutz JänickeDescribe new callback for session id generation.
2001-02-23  Lutz JänickeSSL_get_version() was an easy one :-)
2001-02-23  Ulf MöllerThat statement seems to be not true. In fact, I have...
2001-02-23  Ulf Möllerautoconf would be useful...
2001-02-23  Dr. Stephen... Make OCSP cert id code tolerate a missing issuer certif...
2001-02-23  Dr. Stephen... Oops, forgot CHANGES entry for ASN1_ITEM_FUNCTIONS.
2001-02-23  Dr. Stephen... Get rid of ASN1_ITEM_FUNCTIONS dummy function
2001-02-23  Richard Levittemake depend.
2001-02-23  Dr. Stephen... Initial support for ASN1_ITEM_FUNCTION option to
2001-02-23  Geoff ThorpeI missed one.
2001-02-23  Geoff ThorpeFix an oversight - when checking a potential session...
2001-02-22  Richard LevitteDefine the right macro for Linux and other GNU-based...
2001-02-22  Richard Levittee_os.h defines Getenv()
2001-02-22  Richard LevitteCONF_METHOD is one of the few places where you find...
2001-02-22  Richard LevitteDefine the OPENSSL_NO_* macros as NO_* macros for the...
2001-02-22  Bodo Möllere_os.h problems have been solved in the main branch.
2001-02-22  Bodo Möllerundo previous change: "e_os.h" is now the official...
2001-02-22  Bodo Möllerinclude e_os.h as "openssl/e_os.h" (as elsewhere)
2001-02-22  Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-22  Richard LevitteSince RAND_file_name() uses strlen, make sure the numbe...
2001-02-22  Richard LevitteUse e_os2.h rather than opensslconf.h, since some neede...
2001-02-22  Richard LevitteExported header files should not include e_os.h.
2001-02-22  Richard LevitteSince opensslconf.h might be included over and over...
2001-02-22  Richard LevitteOne indirection level too little compared to the
2001-02-22  Richard LevitteWindows does not know of strigs.h or strcasecmp, so...
2001-02-22  Richard LevitteAlways include opensslconf.h, even if it's already...
2001-02-22  Richard LevitteWhen inside a #if 0..#endif, do not define anything.
2001-02-22  Richard LevitteSince SSL_add_dir_cert_subjects_to_stack isn't impement...
2001-02-22  Richard LevitteInclude e_os2.h instead of opensslconf.h.
2001-02-22  Dr. Stephen... Rebuild ASN1 error codes to remove unused function...
2001-02-21  Geoff ThorpeIf a callback is generating a new session ID for SSLv2...
2001-02-21  Geoff ThorpeNote changes re: session ID generation callbacks, etc.
2001-02-21  Geoff ThorpeThis adds command-line support to s_server for controll...
2001-02-21  Geoff ThorpeThis change allows a callback to be used to override...
2001-02-21  Geoff Thorpe'make update'
2001-02-21  Richard Levitte'make update'
2001-02-21  Richard LevitteModify mkdef.pl to recognise and parse prprocessor...
2001-02-21  Richard LevitteI had forgotten to change mkerr.pl to use the new macro...
2001-02-20  Richard Levittestrdup() is a X/Open extension.
2001-02-20  Richard LevitteWith later version of DEC C on VMS, some functions...
2001-02-20  Richard LevitteSome functions, like strdup() and strcasecmp(), are...
2001-02-20  Richard LevitteI forgot there was a reason why the inclusions and...
2001-02-20  Richard LevitteOpenVMS catches up.
2001-02-20  Geoff ThorpeThe callbacks in the NAME_FUNCS structure are not used...
2001-02-20  Ulf Möllermake it a loop as in dsa
2001-02-20  Richard LevitteGet e_os2.h to get all the system definitions correctly.
2001-02-20  Richard LevitteGet the right cast for lhash callback functions.
2001-02-20  Richard LevitteInclude string.h so mem*() functions get properly declared.
2001-02-20  Dr. Stephen... Fix typo.
2001-02-20  Richard LevitteA new bunch of too long symbols to hack.
2001-02-20  Richard LevitteDEC C on VMS is pedantic by definition.
2001-02-20  Richard LevitteInclude OpenSSL header files earlier so macros like...
2001-02-20  Richard LevitteInclude OpenSSL header files earlier so macros like...
2001-02-20  Richard LevitteInclude opensslconf.h or the like early to make sure...
2001-02-20  Richard LevitteLet VMS catch up.
2001-02-20  Richard LevitteDEC C on VMS is pedantic by definition.
2001-02-20  Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL). That...
2001-02-20  Bodo Möllerhonour '-no_tmp_rsa'
2001-02-20  Richard LevitteInclude string.h so mem* functions get properly declared.
2001-02-20  Richard LevitteInclude OpenSSL header files earlier so macros like...
2001-02-20  Richard LevitteInclude string.h so mem* functions get properly declared.
2001-02-20  Richard LevitteUse 0 instead of NULL, at least for function casts...
2001-02-20  Bodo Möllerupdate
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-20  Bodo MöllerFix BN_[pseudo_]rand: 'mask' must be used even if top=-1.
2001-02-20  Richard LevitteUse new-style system-id macros.
2001-02-20  Richard LevitteI'm sick of the warnings about long long...
2001-02-20  Ulf MöllerUse BN_rand_range().
2001-02-20  Ulf MöllerFix warning.
2001-02-20  Ulf MöllerBN_rand_range() needs a BN_rand() variant that doesn...
2001-02-19  Ulf Möllernote OPENSSL_issetugid().
2001-02-19  Ulf MöllerTemporary fix for build break.
2001-02-19  Richard LevitteMake sure time() is properly declared.
2001-02-19  Richard LevitteUse the new-style system-identity macros.
2001-02-19  Richard LevitteI forgot to document the system identification macros
2001-02-19  Richard LevitteMake all configuration macros available for application...
2001-02-19  Richard LevitteRemove temporary files when done.
2001-02-19  Richard Levittemake update
2001-02-19  Richard LevitteAn obvious but hard-to-see cut'n'paste error corrected.
2001-02-19  Dr. Stephen... New -set_serial options to 'req' and 'x509'.
2001-02-19  Richard LevitteDo not insert things in syms{} and kind{} when parsing...
2001-02-19  Richard LevitteMake the choice of "makedepend" program choosable throu...
2001-02-19  Richard LevitteVMS follows suit.
2001-02-19  Bodo MöllerMemory leak detection bugfixes for multi-threading.
2001-02-19  Bodo MöllerAdd uid.{c,o}
2001-02-19  Richard LevittePerl code patch contributed by "Kurt J. Pires" <kjpires...
2001-02-16  Richard LevitteMake it possible to use gcc to generate the dependency...
2001-02-16  Ulf Möllerispell
2001-02-16  Ulf Möllerpod format error
2001-02-16  Dr. Stephen... New options to 'ca' utility to support CRL entry extens...
2001-02-15  Lutz JänickeMove entry to match chronologic orderering.
2001-02-15  Lutz JänickeDon't forget to mention minor change.
2001-02-15  Lutz JänickeAdd "-rand" option to s_client and s_server.
2001-02-14  Ulf MöllerThat was misleading. The problem won't happen with...
next