]> git.ipfire.org Git - thirdparty/openssl.git/history - CHANGES
Gets Lutz Jaenicke's name right this time :-)
[thirdparty/openssl.git] / CHANGES
2000-01-22  Dr. Stephen HensonGets Lutz Jaenicke's name right this time :-)
2000-01-22  Dr. Stephen HensonApply Lutz Behnke's 56 bit cipher patch with a few
2000-01-21  Dr. Stephen HensonMake -CAcreateserial start from 1 instead of 0 for
2000-01-21  Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-20  Dr. Stephen HensonFinish off the X509_ATTRIBUTE string stuff.
2000-01-19  Dr. Stephen HensonRename X509_att*() stuff to X509at_*(), add X509_REQ...
2000-01-16  Ulf MöllerAdd missing #ifndefs that caused missing symbols when...
2000-01-16  Ulf MöllerNew function RAND_pseudo_bytes() generated pseudorandom...
2000-01-13  Bodo Möllernote about things still to do with RAND_bytes
2000-01-13  Bodo MöllerUse CRYPTO_push_info to find a memory leak in pkcs12.c.
2000-01-13  Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
2000-01-12  Bodo MöllerTurn BN_prime_checks into a macro.
2000-01-11  Richard LevitteAdded a comment about Win32.
2000-01-11  Richard LevitteAdd more info to the memory allocation change log.
2000-01-11  Bodo MöllerThe buffer in ss3_read_n cannot actually occur because...
2000-01-11  Bodo MöllerClean up some of the SSL server code.
2000-01-09  Dr. Stephen HensonNew function X509_CTX_rget_chain(), make SSL_SESSION_pr...
2000-01-08  Dr. Stephen HensonAdd PKCS#12 manpage and use MAC iteration counts by...
2000-01-07  Ulf MöllerHonor the no-xxx Configure options when creating .DEF...
2000-01-07  Dr. Stephen HensonMore X509_ATTRIBUTE changes.
2000-01-06  Dr. Stephen HensonInitial automation changes to 'req' and X509_ATTRIBUTE...
2000-01-06  Bodo MöllerNew functions SSL_get_finished, SSL_get_peer_finished.
2000-01-06  Bodo MöllerUse separate arrays for certificate verify and for...
2000-01-02  Andy PolyakovEnhanced support for Alpha Linux. See CHANGES for details.
2000-01-02  Dr. Stephen HensonAdd support for MS "fast SGC".
2000-01-01  Dr. Stephen HensonFix some of the command line password stuff. New function
1999-12-29  Bodo MöllerDon't request client certificate in anonymous ciphersuites
1999-12-29  Bodo MöllerFix SSL_CTX_add_session: When two SSL_SESSIONs have...
1999-12-29  Dr. Stephen HensonAdd OIDs for idea and blowfish. Unfortunately these...
1999-12-29  Dr. Stephen HensonSimplify the trust structure: basically zap the bit...
1999-12-26  Dr. Stephen HensonNew {i2d,d2i}_PrivateKey_{bio, fp} functions.
1999-12-24  Dr. Stephen HensonAllow passwords to be included on command line for...
1999-12-23  Dr. Stephen HensonAdd PKCS#8 utility functions and add PBE options.
1999-12-22  Bodo MöllerCorrect spelling, and don't abuse grave accent as left...
1999-12-22  Dr. Stephen HensonSupport for ASN1 NULL type.
1999-12-19  Andy PolyakovInitial support for MacOS is now available
1999-12-18  Richard Levitte - Added more documentation in CHANGES.
1999-12-18  Richard Levitte - Made sure some changed behavior is documented in...
1999-12-17  Richard LevitteRebuild of the OpenSSL memory allocation and deallocati...
1999-12-11  Dr. Stephen HensonVarious S/MIME fixes.
1999-12-10  Dr. Stephen HensonFix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENT...
1999-12-05  Dr. Stephen HensonMerge in my S/MIME library and utility.
1999-12-03  Bodo MöllerAdd functions des_set_key_checked, des_set_key_unchecked.
1999-12-03  Dr. Stephen HensonNew function PKC12_newpass()
1999-12-02  Dr. Stephen HensonChange the trust and purpose code so it doesn't need...
1999-12-01  Dr. Stephen HensonModify the X509 V3 extension lookup code.
1999-11-30  Ben LaurieMake salting the default. Fail gracefully if the input...
1999-11-29  Dr. Stephen HensonRemainder of SSL purpose and trust code: trust and...
1999-11-27  Dr. Stephen HensonAdd trust setting support to the verify code. It now...
1999-11-27  Dr. Stephen HensonInitial trust code: allow setting of trust checking...
1999-11-26  Dr. Stephen HensonNew options to the -verify program which can be used...
1999-11-24  Dr. Stephen HensonInitial chain verify code: not tested probably not...
1999-11-23  Dr. Stephen HensonSupport for authority information access extension.
1999-11-21  Dr. Stephen HensonTransparent support for PKCS#8 private keys in RSA...
1999-11-19  Dr. Stephen HensonSupport for otherName in GeneralName.
1999-11-17  Dr. Stephen HensonModify verify code to handle self signed certificates.
1999-11-16  Bodo MöllerStore verify_result with sessions to avoid potential...
1999-11-16  Dr. Stephen HensonFix for a bug in PKCS#7 code and non-detached data.
1999-11-16  Dr. Stephen HensonAdd a salt to the key derivation using the 'enc' program.
1999-11-16  Dr. Stephen HensonNew function X509_cmp().
1999-11-15  Mark J. CoxThis corrects the reference count handling in SSL_get_s...
1999-11-14  Dr. Stephen Henson'req' fixes. Reinstate length check one request fields.
1999-11-14  Dr. Stephen HensonAdd support for the 40 and 64 bit RC2 and RC4 ciphers...
1999-11-12  Richard LevitteAvoid some silly compiler warnings, and add the change...
1999-11-12  Dr. Stephen HensonMerge some common functionality in the apps, delete
1999-11-11  Dr. Stephen HensonAdd password command line options to some utils. Fix...
1999-11-10  Dr. Stephen HensonVery preliminary POD format documentation for some
1999-11-08  Dr. Stephen HensonFix to the -revoke option in ca. It was leaking memory...
1999-11-04  Dr. Stephen HensonAllow additional information to be attached to a
1999-11-03  Mark J. CoxFix assembler for Alpha (tested only on DEC OSF not...
1999-10-29  Dr. Stephen HensonFix to PKCS#7 routines so it can decrypt some oddball...
1999-10-27  Dr. Stephen HensonContinued multibyte character support.
1999-10-26  Bodo MöllerAlways hash the pid in the first iteration in ssleay_ra...
1999-10-26  Bodo MöllerMake md_rand.c more robust.
1999-10-26  Bodo MöllerDon't be overly paranoid.
1999-10-26  Bodo MöllerVarious randomness handling bugfixes and improvements --
1999-10-21  Dr. Stephen HensonNew function ASN1_mbstring_copy() to handle ASN1 string...
1999-10-20  Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-10-13  Dr. Stephen HensonInitial support for certificate purpose checking: this...
1999-10-11  Dr. Stephen HensonAdd EX_DATA support to X509.
1999-10-09  Dr. Stephen HensonNew functions to parse and get extensions.
1999-10-07  Andy PolyakovRC4 tune-up featuring 30-40% performance improvement...
1999-10-05  Dr. Stephen HensonFix for bug in pkcs12 program and typo in ASN1_tag2str().
1999-10-05  Dr. Stephen HensonFix for bug in pkcs12 program and typo in ASN1_tag2str().
1999-10-04  Dr. Stephen HensonNew option -dhparam to s_server to allow the DH paramet...
1999-10-04  Dr. Stephen HensonAdd support for public key input and output in rsa...
1999-10-04  Dr. Stephen HensonFix for d2i_ASN1_bytes and stop PKCS#7 routines crashin...
1999-10-02  Dr. Stephen HensonFix for base64 BIO decoding bug
1999-09-24  Bodo MöllerFix typo that I introduced when reformatting lines.
1999-09-21  Bodo MöllerKeep line lengths < 80 characters.
1999-09-20  Dr. Stephen HensonFix to make s_client and s_server work under Windows...
1999-09-18  Dr. Stephen HensonAdd new sign and verify members to RSA_METHOD and chang...
1999-09-18  Dr. Stephen HensonVarious CRL enhancements tidies and workaround for...
1999-09-10  Bodo MöllerUse non-copying BIO interface in ssltest.c.
1999-09-08  Bodo Möllersome more patches for avoiding problems with non-automa...
1999-09-08  Dr. Stephen HensonThis is preliminary support for an "RSA null" cipher...
1999-09-07  Bodo MöllerNon-copying interface to BIO pairs.
1999-09-07  Dr. Stephen HensonNew function to convert ASN1 tag values to strings...
1999-09-04  Dr. Stephen HensonNew UTF8 utility functions to parse/generate UTF8 strings.
1999-09-03  Bodo MöllerFix server behaviour when facing backwards-compatible...
next