openssl.git
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
1999-10-25 Bodo MöllerUpdate Borland C++ builder support.
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... More multibyte character support.
1999-10-23 Ben LaurieConstification.
1999-10-23 Ben LaurieDon't return stuff from void functions.
1999-10-21 Dr. Stephen... New function ASN1_mbstring_copy() to handle ASN1 string...
1999-10-20 Dr. Stephen... Replace 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... Initial support for certificate purpose checking: this...
1999-10-11 Dr. Stephen... Add EX_DATA support to X509.
1999-10-09 Dr. Stephen... New functions to parse and get extensions.
1999-10-07 Ulf MöllerMore patches.
1999-10-07 Andy PolyakovRC4 tune-up featuring 30-40% performance improvement...
1999-10-07 Andy PolyakovRC4 tune-up featuring 30-40% performance improvement...
1999-10-06 Dr. Stephen... Fix incorrect usage messages in some commands.
1999-10-05 Dr. Stephen... Fix for bug in pkcs12 program and typo in ASN1_tag2str().
1999-10-05 Dr. Stephen... Fix for bug in pkcs12 program and typo in ASN1_tag2str().
1999-10-04 Dr. Stephen... New option -dhparam to s_server to allow the DH paramet...
1999-10-04 Dr. Stephen... Add support for public key input and output in rsa...
1999-10-04 Dr. Stephen... Fix 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-03 Bodo MöllerPass $(RANLIB) when doing "make install" in subdirectories;
1999-10-03 Ben LaurieFix warnings.
1999-10-02 Dr. Stephen... Fix for base64 BIO decoding bug
1999-10-02 Dr. Stephen... Modify the 'speed' application so it now uses RSA_sign...
1999-09-30 Ulf MöllerHPUX 11 flags.
1999-09-29 Ulf MöllerCosmetic changes.
1999-09-29 Ulf MöllerVC++ warning.
1999-09-29 Ulf MöllerGenerate obj_dat.h in "make update".
1999-09-27 Bodo Möller"make update"
1999-09-27 Bodo Möllernew control code BIO_C_RESET_READ_REQUEST
1999-09-26 Andy PolyakovRC4 tune-up.
1999-09-25 Bodo MöllerFix typo in error message.
1999-09-25 Bodo MöllerHonor BUFSIZZ definition in s_server, don't use tiny...
1999-09-24 Bodo MöllerBugfix: avoid opening CAfile when it's NULL.
1999-09-24 Bodo MöllerUse a temporary file, not a pipe, for BN test because...
1999-09-24 Bodo MöllerFix typo that I introduced when reformatting lines.
1999-09-24 Ben LaurieFix warnings.
1999-09-21 Ulf MöllerMore patches.
1999-09-21 Bodo Möllertypo
1999-09-21 Bodo MöllerKeep line lengths < 80 characters.
1999-09-20 Ulf Möllernote a few things that need to be done
1999-09-20 Dr. Stephen... Fix to make s_client and s_server work under Windows...
1999-09-19 Dr. Stephen... Lots of evil casts to stop VC++ choking with "possible...
1999-09-18 Dr. Stephen... Add new sign and verify members to RSA_METHOD and chang...
1999-09-18 Dr. Stephen... Various CRL enhancements tidies and workaround for...
1999-09-17 Bodo MöllerDocument -startdate and -enddate in usage summary.
1999-09-15 Dr. Stephen... Fix typo.
1999-09-14 Bodo MöllerUpdate dependencies.
1999-09-14 Bodo Möllertypo in a comment
1999-09-14 Bodo MöllerAdd some debug-solaris-...-cc configurations.
1999-09-13 Bodo MöllerSet s->version correctly for "natural" SSL 3.0 client...
1999-09-11 Andy PolyakovInitial support for MacOS.
1999-09-11 Bodo MöllerFix yet another bug for client hello handling.
1999-09-10 Bodo MöllerRepair another bug in s23_get_client_hello:
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-10 Bodo MöllerTruncate message about "new" include filenames
next