Rebuild of the OpenSSL memory allocation and deallocation routines.
[openssl.git] / crypto /
1999-12-17 Richard LevitteRebuild of the OpenSSL memory allocation and deallocati...
1999-12-16 Richard LevitteSynchronise VMS scripts with Unix Makefiles
1999-12-15 Dr. Stephen HensonDelete an unused variable and make the PKCS#12 keygen...
1999-12-15 Dr. Stephen HensonFix the S/MIME code to use canonical MIME format for
1999-12-14 Ulf MöllerSolaris x86 assembler problem is already addressed...
1999-12-14 Dr. Stephen HensonVarious S/MIME fixes. Fix for memory leak, recipient...
1999-12-13 Dr. Stephen HensonFix a typo in a_enum.c.
1999-12-11 Dr. Stephen HensonVarious S/MIME fixes.
1999-12-10 Dr. Stephen HensonFix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENT...
1999-12-09 Dr. Stephen HensonMake the PKCS#7 S/MIME functions check for passed NULL...
1999-12-08 Ulf MöllerDon't use inline assembler on x86 Solaris (would need...
1999-12-08 Dr. Stephen HensonAdd i2d_ASN1_PRINTABLESTRING() function, and do 'make...
1999-12-07 Dr. Stephen HensonModify S/MIME application so the -signer option writes...
1999-12-05 Dr. Stephen HensonMerge in my S/MIME library and utility.
1999-12-03 Bodo MöllerUse des_set_key_unchecked, not des_set_key.
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-03 Dr. Stephen HensonFix a bug in the modified purpose code: it wasn't updat...
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-29 Dr. Stephen HensonRemainder of SSL purpose and trust code: trust and...
1999-11-29 Dr. Stephen HensonAdd part of chain verify SSL support code: not complete...
1999-11-27 Dr. Stephen HensonAdd trust setting support to the verify code. It now...
1999-11-27 Richard LevitteAdd compilation of x509_trs
1999-11-27 Dr. Stephen HensonOops! Commit died on me :-(
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-18 Ben LaurieUpdate dependencies.
1999-11-17 Ulf MöllerMissing #ifdef NO_DES
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 HensonNew function X509_cmp().
1999-11-14 Dr. Stephen Henson'req' fixes. Reinstate length check one request fields.
1999-11-12 Richard LevitteThe info removal code was overcomplicated, and error...
1999-11-12 Bodo MöllerAvoid deadlock.
1999-11-12 Richard LevitteAvoid some silly compiler warnings, and add the change...
1999-11-12 Richard LevitteTwo changes have been made:
1999-11-12 Richard LevitteSome crypto applications are now being built on Unix...
1999-11-12 Richard LevitteIt's possible that considering the configuration file...
1999-11-12 Richard LevitteAvoid silly compiler warnings about functions not being...
1999-11-12 Richard LevitteSome new names in asn1.h are longer than 31 chars,...
1999-11-12 Richard LevitteMake sure installed files are world readable
1999-11-11 Dr. Stephen HensonFix a couple of outstanding issues: update STATUS file...
1999-11-09 Bodo MöllerUndo silly change.
1999-11-09 Ben LaurieFix (spurious) warnings.
1999-11-09 Bodo MöllerAvoid some warnings.
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-30 Ulf Möller*** empty log message ***
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öllerVarious randomness handling bugfixes and improvements --
1999-10-26 Bodo MöllerReport an error from X509_STORE_load_locations
1999-10-25 Bodo MöllerImprove support for running everything as a monolithic...
1999-10-25 Bodo MöllerRespect PEX_LIBS and EX_LIBS when building binaries
1999-10-25 Dr. Stephen HensonMore multibyte character support.
1999-10-23 Ben LaurieConstification.
1999-10-23 Ben LaurieDon't return stuff from void functions.
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-14 Bodo MöllerUse of DEVRANDOM must be #ifdef'ed (the #ifdef was...
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-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-04 Ralf S. EngelschallAdd prototypes for new DSA functions Steve added recently.
1999-10-02 Dr. Stephen HensonFix for base64 BIO decoding bug
1999-09-29 Ulf MöllerVC++ warning.
1999-09-29 Ulf MöllerGenerate obj_dat.h in "make update".
1999-09-27 Bodo Möllernew control code BIO_C_RESET_READ_REQUEST
1999-09-26 Andy PolyakovRC4 tune-up.
1999-09-19 Dr. Stephen HensonLots of evil casts to stop VC++ choking with "possible...
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-11 Andy PolyakovInitial support for MacOS.
1999-09-10 Ulf MöllerParantheses not needed.
1999-09-10 Bodo Möller"make update"
1999-09-10 Bodo MöllerUse non-copying BIO interface in ssltest.c.
1999-09-10 Bodo Möllertypo
1999-09-10 Ulf MöllerCorrection for the testapps lines.
1999-09-09 Ben LaurieCorrect warnings.
1999-09-08 Bodo Möllersome more patches for avoiding problems with non-automa...
1999-09-08 Dr. Stephen HensonFix typo.
1999-09-08 Dr. Stephen HensonOops... forgot the other RSA_NULL patches...
1999-09-08 Dr. Stephen HensonThis is preliminary support for an "RSA null" cipher...
1999-09-08 Ulf MöllerUse proper flags to build the testapps (default CC...
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-06 Ben LaurieFix warnings.
next