New {i2d,d2i}_PrivateKey_{bio, fp} functions.
[openssl.git] / apps /
1999-12-24 Dr. Stephen HensonAllow passwords to be included on command line for...
1999-12-24 Dr. Stephen HensonFixes so NO_RSA works again.
1999-12-23 Dr. Stephen HensonAdd PKCS#8 utility functions and add PBE options.
1999-12-18 Bodo MöllerRename
1999-12-18 Bodo Möllerfix typos and other little errors ...
1999-12-18 Bodo MöllerAvoid shadowing p to make the compiler happy.
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 LevitteUse MemCheck_start() instead of CRYPTO_mem_ctrl(),...
1999-12-16 Richard LevitteSynchronise VMS scripts with Unix Makefiles
1999-12-14 Dr. Stephen HensonVarious S/MIME fixes. Fix for memory leak, recipient...
1999-12-09 Dr. Stephen HensonMake the PKCS#7 S/MIME functions check for passed NULL...
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öllerAdd functions des_set_key_checked, des_set_key_unchecked.
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-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 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-21 Dr. Stephen HensonTransparent support for PKCS#8 private keys in RSA...
1999-11-18 Ben LaurieUpdate dependencies.
1999-11-18 Ben LaurieFix warning.
1999-11-17 Dr. Stephen HensonModify verify code to handle self signed certificates.
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-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 LevitteAdjust to changes in apps/openssl.cnf
1999-11-12 Richard LevitteAdjust to changes in apps/Makefile.ssl
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-11 Dr. Stephen HensonFix a couple of outstanding issues: update STATUS file...
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-10-27 Dr. Stephen HensonContinued multibyte character support.
1999-10-26 Bodo MöllerWarn about RANDFILE being overwritten.
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-25 Bodo MöllerImprove support for running everything as a monolithic...
1999-10-13 Dr. Stephen HensonInitial support for certificate purpose checking: this...
1999-10-06 Dr. Stephen HensonFix incorrect usage messages in some commands.
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-03 Ben LaurieFix warnings.
1999-10-02 Dr. Stephen HensonModify the 'speed' application so it now uses RSA_sign...
1999-09-27 Bodo Möller"make update"
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-21 Bodo Möllertypo
1999-09-20 Dr. Stephen HensonFix to make s_client and s_server work under Windows...
1999-09-18 Dr. Stephen HensonVarious CRL enhancements tidies and workaround for...
1999-09-17 Bodo MöllerDocument -startdate and -enddate in usage summary.
1999-09-15 Dr. Stephen HensonFix typo.
1999-09-08 Bodo Möllersome more patches for avoiding problems with non-automa...
1999-09-08 Dr. Stephen HensonOops... forgot the other RSA_NULL patches...
1999-09-05 Bodo MöllerReinitialize conf to NULL whenver ca application is...
1999-09-03 Bodo MöllerReinitialize global variables when necessary (for monol...
1999-09-03 Dr. Stephen HensonAdd new 'spkac' utility and several SPKAC utility funct...
1999-08-27 Dr. Stephen HensonAllow the extension section specified in config files...
1999-08-25 Dr. Stephen HensonAllow the 1.OU="my OU" syntax in 'ca' for SPKACs.
1999-08-25 Dr. Stephen HensonAllow extensions to be added to certificate requests...
1999-08-17 Bodo MöllerReturn 0 for succesful exit when -noout is used.
1999-08-09 Bodo Möller-crlf option.
1999-08-08 Bodo MöllerComments.
1999-08-08 Ralf S. Engelschallconsistent style
1999-08-07 Bodo MöllerNew option "-crlf" to s_client and s_server which tells...
1999-08-06 Dr. Stephen HensonFix -startdate and -enddate arguments to 'ca' program...
1999-08-06 Bodo MöllerDont' assume that something starting with '-' is a...
1999-08-02 Bodo Mölleravoid some NO_<cipher> problems
1999-07-29 Dr. Stephen HensonTidy up pkcs12 application.
1999-07-28 Ulf MöllerVMS updates.
1999-07-21 Bodo Mölleradditional argument for key_callback
1999-07-21 Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-07-14 Bodo MöllerFix option processing.
1999-07-12 Bodo Möllerfix memory leak in s3_clnt.c
1999-07-12 Bodo Möllercorrect error handling
1999-07-11 Bodo MöllerNew function RSA_check_key,
1999-07-11 Dr. Stephen HensonFix a bug in x509.c that omitted DSA parameters when...
1999-07-09 Bodo MöllerFix memory checking.
1999-06-30 Ulf MöllerMore no-xxx option tweaks.
1999-06-29 Ulf MöllerFix no-hmac and no-ripemd.
1999-06-25 Bodo MöllerAvoid some memory holes, one of which was pointed out by
1999-06-21 Bodo Möller"make update"
1999-06-20 Dr. Stephen HensonConvert the CONF library to use a typesafe stack: a...
1999-06-10 Bodo MöllerAvoid warnings.
1999-06-09 Ulf Möller"extern" is a C++ reserved word.
1999-06-09 Bodo Möller"make update" (added to top Makefile, and applied).
1999-06-08 Dr. Stephen HensonComplete support for PKCS#5 v2.0. Still needs extensive...
1999-06-07 Bodo MöllerDon't mix real tabs with tabs expanded as 8 spaces...
1999-06-07 Bodo MöllerIntroduce "BIO pairs", which (when finished) will relay...
next