Correct indentation
[openssl.git] / apps /
2000-01-23 Dr. Stephen HensonMake s_server, s_client check cipher list return codes.
2000-01-22 Ulf Möllerdh renamed to dhparam
2000-01-22 Dr. Stephen HensonAdd new program dhparam and update docs.
2000-01-22 Dr. Stephen HensonApply Lutz Behnke's 56 bit cipher patch with a few
2000-01-21 Bodo Mölleradd ERR_print_errors after "end" label.
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-17 Richard LevitteIt doesn't make sense to try see if these variables...
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-15 Bodo MöllerEnable memory checking earlier (we correctly free every...
2000-01-13 Bodo MöllerUse CRYPTO_push_info to track down memory leak
2000-01-13 Bodo Möllerslightly change usage information
2000-01-13 Bodo MöllerUse CRYPTO_push_info to find a memory leak in pkcs12.c.
2000-01-09 Dr. Stephen HensonNew function X509_CTX_rget_chain(), make SSL_SESSION_pr...
2000-01-08 Ben LaurieMake NO_RSA compile with pedantic.
2000-01-08 Dr. Stephen HensonAdd -prexit command to s_client and patch some BIO
2000-01-08 Dr. Stephen HensonManpages for the DH utils and fix for a memory leak...
2000-01-08 Dr. Stephen HensonAdd PKCS#12 manpage and use MAC iteration counts by...
2000-01-07 Bodo MöllerCA.pl is now generated automatically (using CA.pl.in...
2000-01-07 Bodo Möllerapps/openssl.cnf and the documentation say it's "nombstr",
2000-01-07 Bodo Möllermake no-des and no-rc2 work.
2000-01-07 Dr. Stephen HensonMore X509_ATTRIBUTE changes.
2000-01-06 Dr. Stephen HensonInitial automation changes to 'req' and X509_ATTRIBUTE...
2000-01-05 Bodo MöllerRename CA.pl to CA.pl.in (no actual changes), and let...
2000-01-01 Dr. Stephen HensonFix some of the command line password stuff. New function
1999-12-29 Dr. Stephen HensonSimplify the trust structure: basically zap the bit...
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.
next