openssl.git
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-18 Bodo MöllerPoint out that openssl-bugs is public.
1999-12-18 Bodo MöllerAdd a comment.
1999-12-18 Bodo MöllerAdd missing semicolon to make compiler happy, and switc...
1999-12-17 Richard LevitteClear out license confusion.
1999-12-17 Richard LevitteRebuild of the OpenSSL memory allocation and deallocati...
1999-12-17 Richard LevitteUse MemCheck_start() instead of CRYPTO_mem_ctrl(),...
1999-12-16 Richard LevitteSynchronise VMS scripts with Unix Makefiles
1999-12-16 Ulf MöllerUpdate contact information (openssl-bugs, openssl-secur...
1999-12-15 Dr. Stephen... Delete an unused variable and make the PKCS#12 keygen...
1999-12-15 Dr. Stephen... Fix 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... Various S/MIME fixes. Fix for memory leak, recipient...
1999-12-13 Dr. Stephen... Fix a typo in a_enum.c.
1999-12-11 Dr. Stephen... Various S/MIME fixes.
1999-12-10 Dr. Stephen... Fix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENT...
1999-12-09 Dr. Stephen... Make 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 Bodo MöllerUseless files deleted -- they were just copies of files...
1999-12-08 Dr. Stephen... Add i2d_ASN1_PRINTABLESTRING() function, and do 'make...
1999-12-07 Dr. Stephen... Modify S/MIME application so the -signer option writes...
1999-12-05 Dr. Stephen... Merge in my S/MIME library and utility.
1999-12-04 Ulf MöllerCORE SDI proposed patch doesn't make any sense. Undo.
1999-12-04 Ulf MöllerOops!
1999-12-03 Ulf MöllerCircumvent an exploitable buffer overrun error in RSA...
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... New function PKC12_newpass()
1999-12-03 Dr. Stephen... Fix a bug in the modified purpose code: it wasn't updat...
1999-12-02 Dr. Stephen... Change the trust and purpose code so it doesn't need...
1999-12-01 Dr. Stephen... Modify the X509 V3 extension lookup code.
1999-11-30 Ben LaurieMake salting the default. Fail gracefully if the input...
1999-11-30 Dr. Stephen... Document the extension tests performed by the -purpose...
1999-11-30 Dr. Stephen... Document all possible errors (and some impossible)...
1999-11-29 Dr. Stephen... Remainder of SSL purpose and trust code: trust and...
1999-11-29 Dr. Stephen... Add part of chain verify SSL support code: not complete...
1999-11-27 Dr. Stephen... Add trust setting support to the verify code. It now...
1999-11-27 Richard LevitteAdd compilation of x509_trs
1999-11-27 Dr. Stephen... Oops! Commit died on me :-(
1999-11-27 Dr. Stephen... Initial trust code: allow setting of trust checking...
1999-11-26 Dr. Stephen... New options to the -verify program which can be used...
1999-11-24 Dr. Stephen... Initial chain verify code: not tested probably not...
1999-11-23 Dr. Stephen... Support for authority information access extension.
1999-11-21 Dr. Stephen... Transparent support for PKCS#8 private keys in RSA...
1999-11-19 Dr. Stephen... Support for otherName in GeneralName.
1999-11-18 Ben LaurieUpdate dependencies.
1999-11-18 Ben LaurieFix warning.
1999-11-17 Bodo MöllerRestore traditional SSL_get_session behaviour so that...
1999-11-17 Ulf MöllerMissing #ifdef NO_DES
1999-11-17 Dr. Stephen... Modify 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... Fix for a bug in PKCS#7 code and non-detached data.
1999-11-16 Dr. Stephen... Clarify docs.
1999-11-16 Dr. Stephen... Add a salt to the key derivation using the 'enc' program.
1999-11-16 Dr. Stephen... New function X509_cmp().
1999-11-15 Mark J. CoxThis corrects the reference count handling in SSL_get_s...
1999-11-14 Dr. Stephen... 'req' fixes. Reinstate length check one request fields.
1999-11-14 Dr. Stephen... Add some examples to the enc man page.
1999-11-14 Dr. Stephen... Add support for the 40 and 64 bit RC2 and RC4 ciphers...
1999-11-13 Dr. Stephen... Add info about the header and footer lines used in...
1999-11-13 Dr. Stephen... Correct x509 manpaghe and add a crl manpage
1999-11-12 Richard LevitteThe info removal code was overcomplicated, and error...
1999-11-12 Bodo MöllerAvoid deadlock.
1999-11-12 Dr. Stephen... Add an spkac manual page and fix the pkcs7 manpage.
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 LevitteAdjust to changes in apps/openssl.cnf
1999-11-12 Richard LevitteAdjust to changes in apps/Makefile.ssl
1999-11-12 Richard LevitteDIFFERENCE doesn't handle long (>255 chars) lines well...
1999-11-12 Richard Levitteadjust to changes in test/Makefile.ssl
1999-11-12 Richard Levitteadjust to changes in test/testssl
1999-11-12 Richard LevitteMake sure installed files are world readable
1999-11-12 Dr. Stephen... Merge some common functionality in the apps, delete
1999-11-12 Dr. Stephen... Oops forgot the S/MIME v3 RFC.
1999-11-12 Dr. Stephen... More docs and corrections/updates
1999-11-11 Dr. Stephen... Add password command line options to some utils. Fix...
1999-11-11 Dr. Stephen... Fix a couple of outstanding issues: update STATUS file...
1999-11-11 Dr. Stephen... Oops. The pkcs8 man page wasn't finished: this is an...
1999-11-10 Dr. Stephen... Very preliminary POD format documentation for some
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... Fix to the -revoke option in ca. It was leaking memory...
1999-11-04 Dr. Stephen... Allow 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... Fix to PKCS#7 routines so it can decrypt some oddball...
1999-10-27 Dr. Stephen... Continued 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öllerWarn about RANDFILE being overwritten.
1999-10-26 Bodo MöllerDon't be overly paranoid.
1999-10-26 Bodo MöllerNew file app_rand.c with some functionality used in...
1999-10-26 Bodo MöllerVarious randomness handling bugfixes and improvements --
1999-10-26 Bodo MöllerReport an error from X509_STORE_load_locations
next