Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed message
[openssl.git] / apps /
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...
1999-06-07 Bodo MöllerMore general definition for S_ISDIR (needed not only...
1999-06-05 Dr. Stephen HensonMore PKCS#8 stuff. Support for unencrypted forms of...
1999-06-05 Dr. Stephen HensonAdd d2i,i2d bio and fp functions for PKCS#8 and add...
1999-06-05 Dr. Stephen HensonAdd a 'pkcs8' application for initial PKCS#8 support...
1999-06-04 Ben LaurieAha! That's how pkcs12 got missed from stackification.
1999-06-04 Ben LaurieSome constification and stacks that slipped through...
1999-06-04 Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-06-04 Ulf MöllerAvoid type conflict on Unix with DEC C.
1999-06-03 Ben LaurieMore evil cast removal.
1999-05-31 Ben Lauriestack.
1999-05-30 Ben LaurieAnother safe stack.
1999-05-30 Ben LaurieAnother safe stack.
1999-05-27 Dr. Stephen HensonFree up 'out' before exiting pkcs12 application.
1999-05-27 Bodo Möllerder_chop is now generated from der_chop.in.
1999-05-25 Bodo MöllerSet #!... path to Perl in apps/der_chop automatically.
1999-05-25 Bodo MöllerAdd closing parenthesis to usage output.
1999-05-21 Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20 Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-20 Ulf MöllerBring VMS in sync with the recent changes.
1999-05-20 Ulf MöllerAvoid a warning.
1999-05-19 Dr. Stephen HensonInclude some notes on basic extension usage and change...
1999-05-19 Dr. Stephen HensonNew functions sk_set, sk_value and sk_num to replace...
1999-05-18 Dr. Stephen HensonChange default PKCS#12 iteration count to 2048, include...
1999-05-18 Bodo MöllerGet rid of some unnecessary casts and add a necessary...
1999-05-17 Bodo MöllerIf we couldn't handle "-showcerts" (which happens with...
1999-05-17 Bodo MöllerRename "openssl x509" option "-config" to "-extfile...
1999-05-16 Dr. Stephen HensonOops! Get the pmatch test the right way round.
1999-05-16 Dr. Stephen HensonFix various less obvious bugs in PKCS#7 handling: such...
1999-05-16 Bodo MöllerChange type of various DES function arguments from...
1999-05-16 Bodo MöllerAdded a comment pointing out the behaviour of "openssl...
1999-05-16 Bodo MöllerMarked probable bug, pointed out by Anonymous.
1999-05-15 Dr. Stephen HensonVarious Win32 fixes. Change args in do_ms.bat to put...
1999-05-15 Bodo MöllerUpdate dependencies.
1999-05-15 Ben LaurieGet rid of the cast.
1999-05-13 Ulf MöllerCut&paste error.
1999-05-13 Bodo MöllerNew structure type SESS_CERT used instead of CERT insid...
1999-05-13 Ulf MöllerRemove redundant ifdef.
1999-05-13 Ulf MöllerVMS support bug fixes.
1999-05-13 Ulf MöllerVMS support.
1999-05-12 Dr. Stephen HensonAdd new -out option to asn1parse to allow the parsed...
1999-05-11 Bodo Möllerargc counting bug fixed.
1999-05-11 Ulf MöllerMove openssl.cnf out of lib/.
1999-05-10 Ulf MöllerMove openssl.cnf out of lib/.
1999-05-10 Ralf S. EngelschallFix various things to let OpenSSL even pass ``egcc...
1999-05-08 Dr. Stephen HensonVarious Win32 fixes. Win95 doesn't support MoveFileEx...
1999-05-08 Dr. Stephen HensonAllows PKCS#12 password to be placed on command line...
1999-05-08 Bodo MöllerThis was an unused derivate of an old version of s_clie...
1999-05-04 Ralf S. EngelschallConvert casted X509_INFO stacks to type-safe STACK_OF...
1999-05-04 Ralf S. Engelschallconsistency cosmetics
1999-05-02 Ben LaurieYet another stack.
1999-05-01 Ben LaurieUpdate dependencies.
1999-05-01 Ben LaurieAnother stack.
next