summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2015-01-22Additional comment changes for reformat of 1.0.2Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-05Fix building with no-srtpPiotr Sikora
2014-12-31typo in s_clientDominik Neubauer
2014-12-30Make "run" volatileKurt Roeckx
2014-12-30Document openssl dgst -hmac optionThorsten Glaser
2014-12-30Fix memory leak in the appsKurt Roeckx
2014-12-17Clear warnings/errors within RL_DEBUG code sections (RL_DEBUG should be renamed)Richard Levitte
2014-12-04s_client and s_server take -verify_{host,email,ip}, not -check*Richard Levitte
2014-12-03Updates to s_client and s_server to remove the constant 28 (for IPv4 headerMatt Caswell
2014-12-02Use the SSLv23 method by defaultKurt Roeckx
2014-11-27Remove duplicated codeMatt Caswell
2014-11-27Tidy up ocsp help outputMatt Caswell
2014-11-27Add documentation on -timeout option in the ocsp utilityAndré Guerreiro
2014-11-20Print out Suite B status.Dr. Stephen Henson
2014-11-19Fix s_server -ssl2. Previously this reported "Error setting EC curve"Matt Caswell
2014-11-19New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson
2014-11-19Fix excert logic.Dr. Stephen Henson
2014-10-15Add TLS_FALLBACK_SCSV documentation, and move s_client -fallback_scsvBodo Moeller
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-09-23make updateEmilia Kasper
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx
2014-08-28Rename some callbacks, fix alignment.Dr. Stephen Henson
2014-08-28Use consistent function naming.Dr. Stephen Henson
2014-08-28New extension callback features.Dr. Stephen Henson
2014-08-28Callback revision.Dr. Stephen Henson
2014-07-16Disabled XTS mode in enc utility as it is not supportedMatt Caswell
2014-07-15Don't allow -www etc options with DTLS.Dr. Stephen Henson
2014-07-14Use case insensitive compare for servername.Dr. Stephen Henson
2014-07-07apps/speed.c: fix compiler warnings in multiblock_speed().Andy Polyakov
2014-07-07Update API to use (char *) for email addresses and hostnamesViktor Dukhovni
2014-07-07Set optional peername when X509_check_host() succeeds.Viktor Dukhovni
2014-07-06Usage for -hack and -prexit -verify_return_errorDr. Stephen Henson
2014-07-06s_server usage for certificate status requestsDr. Stephen Henson
2014-07-05apps/speed.c: add multi-block benchmark.Andy Polyakov
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-06-29Don't core dump when using CMAC with dgst.Dr. Stephen Henson
2014-06-29Show errors on CSR verification failure.Dr. Stephen Henson
2014-06-29Make no-ssl3 no-ssl2 do more sensible things.Dr. Stephen Henson
2014-06-28Typo.Dr. Stephen Henson
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson
2014-06-14Make sure that disabling the MAYLOSEDATA3 warning is only done when theRichard Levitte
2014-06-12remove some more DANE codeDr. Stephen Henson
2014-06-11Fix compilation with no-compDr. Stephen Henson
2014-06-02Allow reordering of certificates when signing.Dr. Stephen Henson
2014-06-01Recognise padding extension.Dr. Stephen Henson
2014-05-21Change default cipher in smime app to des3.Dr. Stephen Henson
2014-05-15Enc doesn't support AEAD ciphers.Dr. Stephen Henson
2014-05-11Fix infinite loop. PR#3347Viktor Dukhovni