Avoid problems with multi-line NAME sections.
[openssl.git] / apps /
2001-03-08 Bodo MöllerBugfix: previously the serial number file could turn...
2001-03-08 Bodo MöllerIntegrate ec_err.[co].
2001-03-07 Richard LevitteCode for better build under Darwin (MacOS X).
2001-03-05 Bodo MöllerMove ec.h to ec2.h because it is not compatible with...
2001-03-05 Bodo MöllerNew option '-subj arg' for 'openssl req' and 'openssl...
2001-03-04 Bodo Möllerincrease emailAddress_max
2001-02-27 Richard LevitteMacOSX doesn't have ftime().
2001-02-24 Dr. Stephen HensonNew function and options to check OCSP response validity.
2001-02-23 Geoff ThorpeI missed one.
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-22 Richard LevitteWindows does not know of strigs.h or strcasecmp, so...
2001-02-21 Geoff ThorpeThis adds command-line support to s_server for controll...
2001-02-20 Richard LevitteSome functions, like strdup() and strcasecmp(), are...
2001-02-20 Richard LevitteI forgot there was a reason why the inclusions and...
2001-02-20 Richard LevitteOpenVMS catches up.
2001-02-20 Richard LevitteGet e_os2.h to get all the system definitions correctly.
2001-02-20 Dr. Stephen HensonFix typo.
2001-02-20 Richard LevitteInclude opensslconf.h or the like early to make sure...
2001-02-20 Bodo Möllerhonour '-no_tmp_rsa'
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-20 Ulf MöllerFix warning.
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-19 Richard Levittemake update
2001-02-19 Dr. Stephen HensonNew -set_serial options to 'req' and 'x509'.
2001-02-16 Dr. Stephen HensonNew options to 'ca' utility to support CRL entry extens...
2001-02-15 Lutz JänickeAdd "-rand" option to s_client and s_server.
2001-02-14 Dr. Stephen HensonOption to disable standard block padding with EVP API.
2001-02-14 Dr. Stephen HensonInitial OCSP SSL support.
2001-02-13 Dr. Stephen HensonNew function OCSP_parse_url() and -url option for ocsp...
2001-02-12 Dr. Stephen HensonModify OCSP nonce behaviour.
2001-02-10 Bodo Möllerdisable stdin buffering in load_cert
2001-02-10 Bodo Mölleruse case-insensitive comparison in set_table_opts
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.
next