Linux shared libraries can be linked with debug symbols.
[openssl.git] / CHANGES
2001-04-21 Dr. Stephen HensonFix ASN1 bug when decoding OTHER type.
2001-04-19 Geoff ThorpeAdd notes about the new ENGINE functionality.
2001-04-18 Geoff ThorpeMake a note of the recent ENGINE developments.
2001-04-18 Bodo Möllertypo
2001-04-18 Bodo Möllerfix md_rand.c locking bugs
2001-04-12 Bodo Möllerupdate so that changes going into the 0.9.6 tree can...
2001-04-11 Bodo MöllerAdd information on 0.9.6a (in a form such that the...
2001-04-09 Bodo MöllerAdjust BN_mod_inverse algorithm selection according...
2001-04-08 Bodo Möllerbinary algorithm for modular inversion
2001-04-08 Bodo Möller'||', '&&' and 'test -x' apparently don't work on Ultrix;
2001-04-05 Richard LevitteFix couple of memory leaks in PKCS7_dataDecode().
2001-04-04 Bodo Möllerdon't use shell functions
2001-04-04 Richard LevitteIncorporate some changes that make OpenSSL compilable...
2001-04-02 Dr. Stephen HensonRewrite CHOICE field setting code to properly handle
2001-03-31 Ulf MöllerNote the Alpha asm change
2001-03-30 Bodo MöllerFix bctest, and add a workaround that should solve...
2001-03-29 Richard LevitteSince there has been reports of clashes between OpenSSL's
2001-03-28 Ulf Möllercheck CRT
2001-03-28 Ulf Möllermips
2001-03-22 Bodo MöllerHarmonize CHANGES and STATUS files between the 0.9...
2001-03-18 Dr. Stephen HensonFix PKCS#12 key generation bug.
2001-03-16 Richard LevitteAn enhanced bctest submitted by Tim Rice <tim@multitale...
2001-03-16 Dr. Stephen HensonAdd copy_extensions option to 'ca' utility.
2001-03-15 Dr. Stephen HensonOverhaul the display of certificate details in
2001-03-15 Bodo MöllerMore error_data memory leaks
2001-03-12 Bodo Möllerfix memory leak in err.c
2001-03-11 Bodo MöllerAdd functions EC_POINT_mul and EC_GROUP_precompute.
2001-03-10 Bodo Möllercomment and error code update
2001-03-10 Bodo MöllerMore EC stuff, including EC_POINTs_mul() for simultaneo...
2001-03-10 Richard LevitteFor some experiments, it is sometimes nice to serve...
2001-03-10 Dr. Stephen HensonAdd the 'ec' directory to mkdef.pl and mkfiles.pl
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-03-08 Bodo Möllerssl23_peek
2001-03-08 Bodo MöllerMore method functions for elliptic curves,
2001-03-08 Ulf Möllernote the rand_win.c change
2001-03-08 Bodo MöllerHide BN_CTX structure details.
2001-03-08 Dr. Stephen HensonMake EVP_Digest*() routines return a value.
2001-03-07 Bodo MöllerFix ERR_R_... problems.
2001-03-05 Richard LevitteDocument the SSLv2 session reuse fix.
2001-03-05 Bodo MöllerNew option '-subj arg' for 'openssl req' and 'openssl...
2001-03-02 Richard LevitteIntroduce the possibility to access global variables...
2001-03-01 Dr. Stephen HensonFix bug in copy_email() which would not
2001-02-28 Dr. Stephen HensonFix a bug which caused BN_div to produce the
2001-02-26 Dr. Stephen HensonEnhance OCSP_request_verify() so it finds the signers...
2001-02-24 Dr. Stephen HensonNew function and options to check OCSP response validity.
2001-02-24 Dr. Stephen HensonPrint out OID of unknown signature or public key
2001-02-24 Dr. Stephen HensonStop PKCS7_verify() core dumping with unknown public
2001-02-23 Dr. Stephen HensonMake OCSP cert id code tolerate a missing issuer certif...
2001-02-23 Dr. Stephen HensonOops, forgot CHANGES entry for ASN1_ITEM_FUNCTIONS.
2001-02-21 Geoff ThorpeNote changes re: session ID generation callbacks, etc.
2001-02-21 Richard LevitteModify mkdef.pl to recognise and parse prprocessor...
2001-02-20 Bodo MöllerFix BN_[pseudo_]rand: 'mask' must be used even if top=-1.
2001-02-19 Ulf Möllernote OPENSSL_issetugid().
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 Dr. Stephen HensonNew -set_serial options to 'req' and 'x509'.
2001-02-19 Bodo MöllerMemory leak detection bugfixes for multi-threading.
2001-02-16 Dr. Stephen HensonNew 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-14 Dr. Stephen HensonOption to disable standard block padding with EVP API.
2001-02-14 Dr. Stephen HensonInitial OCSP SSL support.
2001-02-14 Ulf MöllerIRIX bugfix
2001-02-13 Dr. Stephen HensonNew function OCSP_parse_url() and -url option for ocsp...
2001-02-12 Dr. Stephen HensonModify OCSP nonce behaviour.
2001-02-12 Dr. Stephen HensonWork around for libsafe "error".
2001-02-10 Bodo Möllerdisable stdin buffering in load_cert
2001-02-10 Dr. Stephen HensonFix CRL printing to correctly show when there are no...
2001-02-09 Lutz JänickeNew Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS...
2001-02-09 Dr. Stephen HensonVarious updates to mkdef.pl to cope with new aes
2001-02-08 Dr. Stephen HensonAllow various options to be included for signing and...
2001-02-08 Richard LevitteAdd the -VAfile option to 'openssl ocsp'. This option...
2001-02-08 Bodo MöllerIntegrate my implementation of a countermeasure against
2001-02-07 Ulf MöllerBleichenbacher's DSA attack
2001-02-07 Dr. Stephen HensonFix AES code.
2001-02-06 Bodo MöllerAvoid coredumps for CONF_get_...(NULL, ...)
2001-02-06 Ulf MöllerFix potential buffer overrun for EBCDIC.
2001-02-05 Dr. Stephen HensonNew function to copy nonce values from OCSP
2001-02-03 Dr. Stephen HensonVarious OCSP responder utility functions.
2001-02-02 Dr. Stephen HensonVarious function for commmon operations.
2001-02-01 Dr. Stephen HensonTolerate some "variations" used in some
2001-01-30 Richard LevitteDocument the change.
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-25 Dr. Stephen HensonZero the premaster secret after deriving the master...
2001-01-24 Dr. Stephen HensonAdd debugging info to new ASN1 code to trace memory...
2001-01-23 Bodo MöllerEVP_add_digest_alias additions to SS_library_init
2001-01-23 Ulf MöllerThere is no C version of bn_div_3_words
2001-01-21 Ulf MöllerMention the ./config script fixes.
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 Bodo MöllerFix openssl passwd -1
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 Richard LevitteMake the change log on the RAND_poll change a bit more...
2001-01-17 Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2001-01-15 Bodo MöllerNew '-extfile' option for 'openssl ca'.
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öllerNew 'openssl ca -status <serial>' and 'openssl ca ...
next