Typo corretced.
[oweals/openssl.git] / apps /
2004-05-17 Richard LevitteTypo corretced.
2004-05-17 Richard LevitteRewrite the usage to avoid confusion.
2004-05-17 Richard LevitteMake it possible for the user to choose the digest...
2004-05-17 Richard LevitteWhen in FIPS mode, use SHA1 to digest the key, rather...
2004-05-17 Richard LevitteMake sure the applications know when we are running...
2004-05-13 Richard Levittemake update
2004-05-12 Dr. Stephen HensonMake self signing option of 'x509' use random serial...
2004-05-12 Dr. Stephen HensonFix memory leak.
2004-05-12 Richard LevitteThe functions OPENSSL_strcasen?cmp() were forgotten...
2004-05-12 Richard LevitteOnly check for FIPS signatures when FIPS is enabled.
2004-05-11 Ben LauriePull FIPS back into stable.
2004-04-22 Dr. Stephen HensonPort the random serial number generation to 0.9.7-stable.
2004-04-15 Dr. Stephen HensonClear error if unique_subject lookup fails.
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-03-25 Richard LevitteMove the definition of Win32_rename(), since the macro...
2004-03-25 Richard LevitteMove the definition of Win32_rename(), since the macro...
2004-03-25 Geoff ThorpeAdds warnings about two curves and fixes the "seed...
2004-03-24 Richard Levitteo_str.h isn't a public header file, so make sure it...
2004-03-19 Richard LevitteMerge from HEAD:
2004-03-16 Dr. Stephen HensonAvoid warnings.
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-03-08 Dr. Stephen HensonIncorporate crlNumber functionality from 0.9.8 except...
2004-03-08 Richard LevitteIncorporate the following changes from 0.9.8-dev:
2004-03-05 Dr. Stephen HensonCall autoconfig code in pkcs7 utility.
2004-03-05 Dr. Stephen HensonCall autoconfig code in pkcs7 utility.
2004-03-04 Dr. Stephen Henson-passin argument to rsautl
2004-03-01 Dr. Stephen HensonFix from head.
2004-02-10 Geoff Thorpeminor signed/unsigned warning fixes
2004-02-08 Dr. Stephen HensonFix handling of -offset and -length in asn1parse tool.
2004-02-08 Dr. Stephen HensonFix handling of -offset and -length in asn1parse tool.
2004-01-24 Andy PolyakovFix declaration inconsistency in ecparam.c.
2004-01-08 Lutz JänickeCover all DSA setups when running tests
2004-01-08 Lutz JänickeCover all DSA setups when running tests
2004-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-28 Richard LevitteMove another common functionality (reproduced so far...
2003-11-28 Richard LevitteForgot to change the declaration of do_subject() to...
2003-11-28 Richard LevitteMove do_subject() to apps.c and rename it to parse_name...
2003-11-28 Richard LevitteAllow multi-valued rdns in subjects. This adds the...
2003-11-28 Richard LevitteNetware-specific changes,
2003-11-20 Dr. Stephen HensonGive CRLDP its standard name.
2003-11-20 Dr. Stephen HensonGive CRLDP its standard name.
2003-11-18 Lutz JänickeMake sure to initialize AES counters to obtain proper...
2003-11-18 Lutz JänickeMake sure to initialize AES counters to obtain proper...
2003-11-16 Lutz JänickeCatch error condition to prevent NULL pointer dereference.
2003-11-16 Lutz JänickeCatch error condition to prevent NULL pointer dereference.
2003-11-04 Geoff ThorpeAvoid some shadowed variable names.
2003-10-31 Richard LevitteLet exit codes propagate from within for loops.
2003-10-29 Geoff ThorpeCopy-n-paste bug (don't mix variable declarations and...
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-10-29 Geoff ThorpeFor whatever reason (compiler or header bugs), at least...
2003-10-29 Geoff ThorpeUpdate any code that was using deprecated functions...
2003-10-10 Dr. Stephen HensonAvoid warnings: add missing prototype, don't shadow.
2003-10-06 Richard Levittes_client should inform the user of any compression...
2003-09-27 Richard LevitteSelected changes for MSDOS, contributed by Gisle Vanem...
2003-09-27 Richard LevitteSelected changes for MSDOS, contributed by Gisle Vanem...
2003-09-27 Richard LevitteRemove extra argument to BIO_printf().
2003-09-27 Richard LevitteInclude the instance in the Kerberos ticket information.
2003-09-27 Richard LevitteInclude the instance in the Kerberos ticket information.
2003-09-21 Dr. Stephen HensonAdd -passin support to rsautl
2003-09-21 Dr. Stephen HensonIn order to get the expected self signed error when
2003-09-21 Dr. Stephen HensonIn order to get the expected self signed error when
2003-09-09 Richard LevitteGeneralise the definition of strcasecmp() and strncasec...
2003-09-03 Dr. Stephen HensonNew -ignore_err option in ocsp application to stop...
2003-09-03 Dr. Stephen HensonNew -ignore_err option in ocsp application to stop...
2003-08-14 Bodo Möllerfix out-of-bounds check in lock_dbg_cb (was too lose...
2003-08-14 Bodo Möllerfix out-of-bounds check in lock_dbg_cb (was too lose...
2003-08-14 Richard LevitteUndo the change that left LD_LIBRARY_PATH unchanged...
2003-08-11 Richard LevitteOops, removed a little too much.
2003-07-22 Bodo Möllerupdates for draft-ietf-tls-ecc-03.txt
2003-07-03 Richard LevitteAdd -issuer_hash and make -subject_hash the default...
2003-06-25 Bodo Möllerimplement PKCS #8 / SEC1 private key format for ECC
2003-06-19 Richard LevitteImplement CRL numbers.
2003-06-11 Richard LevitteAvoid warnings saying that the format takes a void*.
2003-06-01 Dr. Stephen HensonVarious S/MIME bug and compatibility fixes.
2003-06-01 Dr. Stephen HensonVarious S/MIME bug and compatibility fixes.
2003-05-28 Lutz JänickeAdd minimum POP3 STLS hack to s_client.c (as was provid...
2003-05-28 Lutz JänickeAdd minimum POP3 STLS hack to s_client.c (as was provid...
2003-05-01 Richard Levittemake update
2003-04-09 Richard LevitteDont forget req.
2003-04-08 Richard LevitteSet LD_LIBRARY_PATH when linking, since OpenUnix' ld...
2003-04-04 Richard LevitteConvert save_serial() to work like save_index(), and...
2003-04-04 Richard LevitteAdd documentation on the added functionality in 'openss...
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-04-03 Richard LevitteOne more debug line to conditionalise.
2003-04-03 Richard LevitteImplement self-signing in 'openssl ca'. This makes...
2003-04-03 Richard LevitteDon't try to free NULL values...
2003-04-03 Richard LevitteRemove unused variable.
2003-04-03 Richard LevitteReset the version number of the issuer certificate...
2003-04-03 Richard LevitteReset the version number of the issuer certificate...
2003-04-03 Richard LevitteConditionalise all debug strings.
2003-04-03 Richard LevitteMake it possible to have multiple active certificates...
2003-03-31 Richard LevitteNo need to test -setalias twice.
2003-03-31 Richard LevitteNo need to test -setalias twice.
2003-03-31 Richard LevitteAdd usage string for -fingerprint.
2003-03-31 Richard LevitteAdd usage string for -fingerprint.
2003-03-30 Dr. Stephen HensonMulti valued AVA support.
next