Remove VMS_strcasecmp() from apps.c, it's not used any more. And
[oweals/openssl.git] / apps /
2005-01-11 Richard LevitteRemove VMS_strcasecmp() from apps.c, it's not used...
2005-01-04 Andy PolyakovDJGPP update.
2004-12-30 Andy PolyakovRemove naming conflict between variable and label.
2004-12-29 Dr. Stephen HensonPrompt for passphrases with PKCS12 input format.
2004-12-09 Andy PolyakovEliminate dependency on UNICODE macro.
2004-12-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-05 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-05 Dr. Stephen HensonUse X509_cmp_time() in -checkend option, to support...
2004-12-05 Dr. Stephen HensonUse X509_cmp_time() in -checkend option, to support...
2004-12-03 Dr. Stephen HensonAdd -passin argument to dgst command.
2004-12-03 Dr. Stephen HensonAdd -passin argument to dgst command.
2004-11-30 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-29 Richard LevitteMake an explicit check during certificate validation...
2004-11-29 Richard LevitteMake an explicit check during certificate validation...
2004-11-27 Dr. Stephen HensonRemove unnecessary check and call BIO_free_all() on...
2004-11-27 Dr. Stephen HensonFix leaks and give an error if no argument specified...
2004-11-25 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-23 Dr. Stephen HensonTypo.
2004-11-23 Dr. Stephen HensonTypo.
2004-11-23 Dr. Stephen HensonFix memory leak.
2004-11-23 Dr. Stephen HensonFix memory leak.
2004-11-17 Dr. Stephen HensonIn "req" exit immediately if configuration file is...
2004-11-17 Dr. Stephen HensonIn "req" exit immediately if configuration file is...
2004-11-16 Dr. Stephen HensonPR: 910
2004-11-14 Dr. Stephen HensonPR: 940
2004-11-14 Dr. Stephen HensonPR: 940
2004-11-14 Dr. Stephen HensonZap obsolete der_chop script.
2004-11-13 Dr. Stephen HensonZap obsolete der_chop script.
2004-11-13 Dr. Stephen HensonFix x509.c so it creates serial number file again if no
2004-11-13 Dr. Stephen HensonFix x509.c so it creates serial number file again if no
2004-11-11 Richard LevitteCut'n'paste mistake. All tested OK now...
2004-11-11 Richard LevitteCut'n'paste mistake. All tested OK now...
2004-11-11 Richard LevitteWhoops, syntactic mistake...
2004-11-11 Richard LevitteWhoops, syntactic mistake...
2004-11-11 Richard LevitteSome find it confusing that environment variables are...
2004-11-11 Richard LevitteSome find it confusing that environment variables are...
2004-11-11 Dr. Stephen HensonUse the default_md config file value when signing CRLs.
2004-11-11 Dr. Stephen HensonUse the default_md config file value when signing CRLs.
2004-11-11 Dr. Stephen HensonDon't return an error with crl -noout.
2004-11-11 Dr. Stephen HensonDon't return an error with crl -noout.
2004-11-05 Richard LevitteMake sure LD_PRELOAD is only set when we build shared...
2004-11-05 Richard LevitteMake sure LD_PRELOAD is only set when we build shared...
2004-10-21 Geoff ThorpeUpdate ECDSA and ECDH for OPENSSL_NO_ENGINE.
2004-09-10 Richard Levittemake update
2004-09-07 Dr. Stephen HensonReformat smime utility.
2004-09-07 Dr. Stephen HensonDon't use 'explicit' for variable name.
2004-09-07 Dr. Stephen HensonReformat smime.c
2004-09-06 Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2004-08-12 Richard LevitteOn systems that use case-insensitive symbol names ...
2004-08-11 Richard LevitteAnother missing module in the VMS build files. I belie...
2004-08-10 Richard Levittemake update
2004-08-06 Dr. Stephen HensonCall setup_engine after autoconfig.
2004-08-06 Dr. Stephen HensonIn ca.c setup engine after autoconfig so any dynamic...
2004-08-05 Dr. Stephen HensonDon't ignore return values of EVP_DigestInit_ex() in...
2004-08-05 Dr. Stephen HensonDon't ignore return value of EVP_DigestInit_ex() in...
2004-07-25 Andy Polyakov'apps/openssl dgst -help' update and minor apps/speed...
2004-07-01 Dr. Stephen HensonDon't try to parse none string types.
2004-07-01 Dr. Stephen HensonDon't try to parse non string types.
2004-06-28 Richard LevitteChanges for VOS, submitted by Paul Green <Paul.Green...
2004-06-28 Richard LevitteChanges for VOS, submitted by Paul Green <Paul.Green...
2004-06-28 Richard LevitteMake the tests of EVP operations without padding. ...
2004-06-28 Richard LevitteMake the tests of EVP operations without padding. ...
2004-06-28 Richard LevitteMake sure that the buffers are large enough to contain...
2004-06-28 Richard LevitteMake sure that the buffers are large enough to contain...
2004-06-28 Richard LevitteNetWare fixes provided by Verdon Walker for OpenSSL...
2004-06-24 Dr. Stephen HensonReformat pkcs8 source.
2004-06-24 Dr. Stephen HensonMemory leak fixes from main branch.
2004-06-24 Dr. Stephen HensonReformat source for pkcs8.c
2004-06-24 Dr. Stephen HensonInclude <string.h> to get definition of strcmp.
2004-06-19 Ben LaurieAdd primality tester.
2004-05-31 Andy PolyakovWorking on HP-UX shared support...
2004-05-31 Andy PolyakovMake sha-256/-512 naming in speed.c consistent with...
2004-05-27 Richard LevitteMake sure o_str.h is reachable.
2004-05-20 Andy PolyakovSHA-256/-512 test and benchmark.
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeRemove some unnecessary recursive includes from the...
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-13 Richard Levittemake update
2004-05-12 Dr. Stephen HensonMake self signing option of 'x509' use random serial...
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-26 Geoff ThorpeAllow RSA key-generation to specify an arbitrary public...
2004-04-22 Dr. Stephen HensonPort the random serial number generation to 0.9.7-stable.
2004-04-21 Dr. Stephen HensonNew option to 'x509' -next_serial. This outputs the...
2004-04-21 Dr. Stephen HensonUse X509_get_serialNumber() instead of accessing intern...
2004-04-20 Dr. Stephen HensonReduce chances of issuer and serial number duplication...
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff Thorpeheader cleanup in apps/
2004-04-15 Dr. Stephen HensonClear error if unique_subject lookup fails.
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...
next