Cover all DSA setups when running tests
[openssl.git] / apps /
2004-01-08 Lutz JänickeCover all DSA setups when running tests
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
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-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-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 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-09 Richard LevitteGeneralise the definition of strcasecmp() and strncasec...
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-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-05-28 Lutz JänickeAdd minimum POP3 STLS hack to s_client.c (as was provid...
2003-05-01 Richard Levittemake update
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 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 LevitteAdd usage string for -fingerprint.
2003-03-30 Dr. Stephen HensonMulti valued AVA support.
2003-03-26 Dr. Stephen HensonUpdate ocsp usage message and docs.
2003-03-20 Richard LevitteMake sure that all the library paths are modified in...
2003-03-13 Dr. Stephen HensonFix PEDANTIC stuff...
2003-03-12 Dr. Stephen HensonAvoid warnings for no-engine and PEDANTIC
2003-02-28 Bodo Möller- new ECDH_compute_key interface (KDF is no longer...
2003-02-25 Dr. Stephen HensonFix indefinite length encoding so EOC correctly updates
2003-02-22 Ulf Möllermore mingw related cleanups.
2003-02-22 Richard LevitteAllow building applications against static libraries...
2003-02-15 Dr. Stephen HensonSingle pass processing to cleartext S/MIME signing.
2003-02-14 Richard LevitteHandle krb5 libraries separately and make sure only...
2003-02-14 Richard LevittePay attention to disabled SSL versions.
2003-02-14 Richard LevitteMake it possible to disable OCSP, the speed application...
2003-02-13 Richard LevitteAdd full support for -rpath/-R, both in shared librarie...
2003-02-10 Dr. Stephen HensonTypo.
2003-02-08 Bodo Mölleravoid coredump
2003-02-06 Bodo Möllerimplement fast point multiplication with precomputation
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-30 Geoff Thorpe"openssl engine" will not display ENGINE/DSO load failu...
2003-01-30 Richard Levittecert_sk isn't always allocated, so freeing it may cause...
2003-01-24 Dr. Stephen HensonCheck return value of gmtime() and add error codes
2003-01-16 Bodo Mölleravoid potential confusion about curves (prime192v1...
2003-01-13 Richard LevitteDJGPP doesn't have DLLs, so skip adding to %PATH% in...
2003-01-09 Dr. Stephen HensonTypo.
2003-01-09 Dr. Stephen HensonNULL tofree when it is freed to avoid double free.
2003-01-04 Dr. Stephen HensonFix leak.
2002-12-29 Richard Levittemake update
2002-12-25 Richard LevitteSpelling error.
2002-12-24 Richard LevitteAvoid double definition of config.
2002-12-24 Richard LevitteCygwin needs the library locatin for .DLLs to be set...
2002-12-20 Richard LevitteThere was a mixup between INSTALLTOP and OPENSSLDIR...
2002-12-19 Richard LevitteWe stupidly had a separate LIBKRB5 variable for KRB5...
2002-12-19 Richard LevitteI have no idea what possesed me to compile s_socket...
2002-12-15 Richard LevitteUpdate the make system for installations:
2002-12-11 Geoff ThorpeThis stops a compiler warning from -Wmissing-prototypes.
2002-12-08 Geoff ThorpeNils Larsch submitted;
2002-12-08 Geoff ThorpeUndefine OPENSSL_NO_DEPRECATED inside openssl applicati...
2002-12-06 Richard LevitteApparently, bash is more forgiving than sh. To be...
2002-12-05 Richard LevitteCorrected DJGPP patch
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-22 Richard LevitteDisable this module if OPENSSL_NO_SOCK is defined.
2002-11-18 Richard LevitteMake sure sysconf exists (it doesn't in the VMS C RTL...
2002-11-18 Bodo Möllerallocate bio_err before memory debugging is enabled...
2002-11-15 Richard LevitteWinCE patches
2002-11-15 Richard LevitteChanges to make shared library building and use work...
2002-11-14 Richard LevitteRemove warnings.
2002-11-14 Richard LevitteFix to build better with DJGPP.
2002-11-13 Richard LevitteThis didn't get to the 0.9.8-dev thread...
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-12 Dr. Stephen HensonInitial ASN1 generation code. This can construct
2002-11-11 Richard LevitteVariables on the stack must be initialized or we can...
2002-11-11 Richard LevitteMake the programs link against the static library on...
2002-11-08 Richard Levitte-CAserial does take a filename argument.
next