Forgot cvs commands, so only the surrounding changes made it... sigh.
[oweals/openssl.git] / CHANGES
2001-03-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-03-15 Bodo MöllerMore err_data memory leaks
2001-03-15 Bodo MöllerMore error_data memory leaks
2001-03-13 Ulf Möllerthat was useless - still fails with GCC
2001-03-13 Ulf MöllerAlpha workaround. This is a lot slower!
2001-03-12 Bodo Möllerfix memory leak in err.c
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ö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 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 LevitteSSLv2 session reuse bugfix from main development branch.
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-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-27 Ulf Möllerimproved bignum test as in 0.9.7.
2001-02-26 Dr. Stephen HensonEnhance OCSP_request_verify() so it finds the signers...
2001-02-24 Geoff ThorpeBackfit a bugfix from 0.9.7-dev to 0.9.6-stable. init...
2001-02-24 Dr. Stephen HensonNew function and options to check OCSP response validity.
2001-02-24 Dr. Stephen HensonStop PKCS7_verify() core dumping with unknown public
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 cvs2svnThis commit was manufactured by cvs2svn to create branch
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-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 Ulf MöllerOPENSSL_issetugid() as in the main branch.
2001-02-19 cvs2svnThis commit was manufactured by cvs2svn to create branch
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-19 Bodo MöllerMemory leak checking 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 ordering.
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_server and s_client.
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-14 Ulf MöllerIRIX bugfix
2001-02-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-02-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
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-12 Dr. Stephen HensonMake X509_NAME produce correct encoding when empty.
2001-02-12 Dr. Stephen HensonWorkaround for libsafe "error".
2001-02-11 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-02-10 cvs2svnThis commit was manufactured by cvs2svn to create branch
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öllerDSA fix from main branch.
2001-02-07 Ulf MöllerBleichenbacher's DSA attack
2001-02-07 Ulf MöllerEBCDIC bug fix from main branch.
2001-02-07 Dr. Stephen HensonFix AES code.
2001-02-06 Bodo MöllerAvoid coredumps for CONF_get_...(NULL, ...)
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 Richard Levitte0.9.6a will not be release in Y2K. :-)
2001-02-05 Dr. Stephen HensonNew function to copy nonce values from OCSP
2001-02-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-02-03 Dr. Stephen HensonVarious OCSP responder utility functions.
2001-02-02 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-02-02 Dr. Stephen HensonVarious function for commmon operations.
2001-02-01 Dr. Stephen HensonTolerate some "variations" used in some
2001-02-01 Dr. Stephen HensonTolerate some "variations" used in some
2001-01-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-01-30 Richard LevitteTransport from development branch.
2001-01-30 Richard LevitteDocument the change.
2001-01-28 Lutz JänickeBackported manual pages from 0.9.7.
2001-01-28 Dr. Stephen HensonMake sk_sort tolearate a NULL argument.
2001-01-28 Dr. Stephen HensonNew ASN1 macros which will encode an empty SEQUENCE OF.
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-25 Dr. Stephen HensonZero the premaster secret after deriving the master...
2001-01-25 cvs2svnThis commit was manufactured by cvs2svn to create branch
next