Fix CRL printing to correctly show when there are no revoked certificates.
[openssl.git] / apps /
2001-02-10 Dr. Stephen HensonFix CRL printing to correctly show when there are no...
2001-02-09 Lutz JänickeNew Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS...
2001-02-09 Lutz JänickeTypo
2001-02-09 Dr. Stephen HensonVarious Win32 related fixed. Make no-krb5 work in mkdef...
2001-02-09 Dr. Stephen HensonAdd missing \n's to ocsp usage message.
2001-02-08 Dr. Stephen HensonAllow various options to be included for signing and...
2001-02-08 Richard LevitteAdd the -VAfile option to 'openssl ocsp'. This option...
2001-02-07 Lutz JänickeFix typo preventing correct usage of -out option.
2001-02-06 Ben LaurieRijdael CBC mode and partial undebugged SSL support.
2001-02-06 Bodo Möllerdon't dump core
2001-02-06 Ulf Möllerformat strings
2001-02-04 Ben LaurieMake depend.
2001-02-03 Lutz JänickeIf the source has already been succesfully queried...
2001-02-02 Dr. Stephen HensonVarious function for commmon operations.
2001-01-23 Bodo MöllerUse OpenSSL_add_all_algorithms instead of the backwards...
2001-01-19 Dr. Stephen HensonFixes to various ASN1_INTEGER routines for negative...
2001-01-19 Bodo MöllerFix openssl passwd -1
2001-01-19 Dr. Stephen HensonAdditional functionality in ocsp utility: print summary
2001-01-18 Dr. Stephen HensonDon't shadow.
2001-01-18 Dr. Stephen HensonImplement remaining OCSP verify checks in
2001-01-17 Richard LevitteKeep up with Unix
2001-01-17 Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2001-01-15 Bodo MöllerNew '-extfile' option for 'openssl ca'.
2001-01-14 Dr. Stephen HensonFix warning in apps/ca.c
2001-01-14 Dr. Stephen HensonPreliminary ocsp utility documentation.
2001-01-13 Dr. Stephen HensonNew OCSP utility. This can generate, parse and print
2001-01-12 Bodo MöllerNew 'openssl ca -status <serial>' and 'openssl ca ...
2001-01-11 Bodo MöllerNew -newreq-nodes option to CA.pl.
2001-01-10 Bodo MöllerIt's silly to use a different default for PERL than...
2001-01-10 Bodo MöllerAdd SSLEAY_DIR argument code for SSLeay_version.
2001-01-10 Bodo Möller'char' argument to islower must be converted to 'unsign...
2001-01-10 Bodo MöllerFix C code generate by 'openssl dsaparam -C'.
2001-01-09 Ulf Möllerrsa_num is not used with NO_RSA
2000-12-31 Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-12-29 Richard Levitte"make update" plus a rewrite of both .num files.
2000-12-15 Bodo MöllerIf CONF_get_string returns NULL and we want to tolerate...
2000-12-15 Bodo MöllerLocking issues.
2000-12-13 Richard LevitteConstification of the data of a hash table. This means...
2000-12-09 Richard LevitteMake TYPE_RSA the default type instead of just setting...
2000-12-08 Geoff ThorpeNext step in tidying up the LHASH code.
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-12-03 Ben LaurieFix warnings.
2000-12-02 Geoff ThorpeUse the new LHASH macros to declare type-safe wrapper...
2000-12-02 Ulf Möllerremember the problem with ftime()
2000-12-01 Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-12-01 Bodo Möller"make depend"
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-29 Bodo Mölleravoid segmentation fault
2000-11-22 Richard LevitteAddapt the VMS scripts to the changes in the Makefiles.
2000-11-20 Ben LaurieBetter handling of EVP names, add EVP to speed.
2000-11-17 Bodo MöllerImprove usability of 'openssl passwd' by including
2000-11-12 Ulf Möllerin some new file names the first 8 characters were...
2000-11-12 Ben LaurieMake Rijndael work! Those long flights have some good...
2000-11-08 Richard LevitteRemove references to RSAref. The glue library is but...
2000-11-06 Richard LevitteThe consequence of constification is that to pass the...
2000-11-06 Richard LevitteMake all engines available in the openssl application.
2000-11-02 Richard LevitteChange the engine library so the application writer...
2000-11-02 Richard Levitte'openssl engine' can now list engine capabilities....
2000-11-02 Richard LevitteBetter error reporting in 'openssl engine'
2000-11-02 Richard Levittemake update
2000-11-02 Bodo MöllerNever call load_dh_param(NULL) because this leads to...
2000-11-01 Richard Levitte-t is supported, so display some help about it.
2000-11-01 Richard LevitteAdd application to enumerate, list and test engines...
2000-10-31 Richard LevitteMake flag variables int instead of char. This avoids...
2000-10-28 Richard LevitteAdd the possibility to use keys handled by engines...
2000-10-28 Richard LevitteSmall documentation change
2000-10-27 Richard LevitteNetBSD doesn't use ftime().
2000-10-27 Richard LevitteThe majority of the OCSP code from CertCo.
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-10-26 Bodo Möllerrsautl.c requires RSA.
2000-10-23 Bodo MöllerDon't ever set 'seeded' if RAND_status() returned 0
2000-10-21 Richard LevitteThere's no reason why app_RAND_load_file() should retur...
2000-10-16 Dr. Stephen HensonUpdate test server certificate in apps/server.pem ...
2000-10-14 Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-10-06 Dr. Stephen HensonMore code for X509_print_ex() support.
2000-10-04 Dr. Stephen HensonGlobal DirectoryString mask fix.
2000-09-21 Richard LevitteOops, if the target only had USE_TOD, an error message...
2000-09-21 Richard LevittePortability patch for HP MPE/iX. Submitted by Mark...
2000-09-20 Richard LevitteAIX doesn't like ftime() either.
2000-09-20 Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-09-19 Richard LevitteBSDI only supports ftime() through libcompat, which...
2000-09-19 Dr. Stephen HensonFix a typo in apps/pkcs12.c which was using the wrong...
2000-09-19 Richard LevitteFreeBSD only supports ftime() through libcompat, which...
2000-09-18 Richard Levitteftime() is not supported on SGI.
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-17 Richard Levittesiglen is unsigned, so comparing it to less than 0...
2000-09-15 Richard Levitte'make update'
2000-09-15 Richard LevitteMove up inclusion of conf.h, so non-MONOLITH programs...
2000-09-14 Richard Levittersa_num2 is no longer used, so remove it.
2000-09-12 Richard LevitteBetter error checking for RSA and DSA signature and...
2000-09-11 Richard LevitteDSA_verify() and DSA_sign() might return -1...
2000-09-11 Richard LevitteOpenBSD doesn't support timeb.
2000-09-11 Richard LevitteLast minute update, in time to make it to 0.9.6-beta1
2000-09-10 Richard LevitteMarin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent...
2000-09-09 Richard LevitteMore VMS synchronisation
2000-09-08 Richard LevitteSynchronise the VMS build with the Unix one.
2000-09-08 Dr. Stephen HensonUpdate verify docs.
2000-09-07 Richard Levitte'make update'
2000-09-06 Bodo MöllerGet rid of ASN1_UTCTIME_get, which cannot work with...
2000-09-06 Bodo Möllertypo
next