aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Prepare for bn opaquify. Implement internal helper functions.Matt Caswell1-27/+26
2014-12-08Remove internal bn dependancies from speed.cMatt Caswell1-114/+2
2014-12-04Remove SSLv2 supportKurt Roeckx5-138/+3
2014-12-03Updates to s_client and s_server to remove the constant 28 (for IPv4 headerMatt Caswell2-4/+30
2014-12-02Use the SSLv23 method by defaultKurt Roeckx2-15/+0
2014-11-28Remove all .cvsignore filesRich Salz1-8/+0
2014-11-27Tidy up ocsp help outputMatt Caswell1-46/+46
2014-11-27Add documentation on -timeout option in the ocsp utilityAndré Guerreiro1-0/+1
2014-11-20Print out Suite B status.Dr. Stephen Henson1-2/+7
2014-11-19Fix s_server -ssl2. Previously this reported "Error setting EC curve"Matt Caswell1-1/+4
2014-11-19Fix excert logic.Dr. Stephen Henson1-4/+10
2014-11-19New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson2-2/+6
2014-10-29Fix WIN32 build by disabling bn* calls.Dr. Stephen Henson1-3/+4
2014-10-15Add TLS_FALLBACK_SCSV documentation, and move s_client -fallback_scsvBodo Moeller1-4/+4
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller1-0/+10
2014-09-24RT3544: Remove MWERKS supportRich Salz1-1/+1
2014-09-24RT3067: simplify patchEmilia Kasper1-2/+2
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx4-5/+5
2014-09-08RT3291: Add -crl and -revoke options to CA.plDario B1-29/+37
2014-08-30apps/speed.c: add -misalign command-line argument.Andy Polyakov1-8/+34
2014-08-28Rename some callbacks, fix alignment.Dr. Stephen Henson1-12/+9
2014-08-28Use consistent function naming.Dr. Stephen Henson1-1/+1
2014-08-28New extension callback features.Dr. Stephen Henson1-1/+1
2014-08-28Callback revision.Dr. Stephen Henson1-2/+2
2014-08-14make dependEmilia Kasper1-118/+124
2014-08-12PR 2580: dgst missing current SHA algorithmsNick Lewis2-1/+13
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz3-2/+14
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz3-14/+2
2014-07-16Disabled XTS mode in enc utility as it is not supportedMatt Caswell1-0/+6
2014-07-15Don't allow -www etc options with DTLS.Dr. Stephen Henson1-0/+8
2014-07-14Use case insensitive compare for servername.Dr. Stephen Henson1-1/+1
2014-07-07apps/speed.c: fix compiler warnings in multiblock_speed().Andy Polyakov1-4/+5
2014-07-07Update API to use (char *) for email addresses and hostnamesViktor Dukhovni3-10/+12
2014-07-06Usage for -hack and -prexit -verify_return_errorDr. Stephen Henson2-0/+4
2014-07-06s_server usage for certificate status requestsDr. Stephen Henson1-0/+4
2014-07-05apps/speed.c: add multi-block benchmark.Andy Polyakov1-0/+124
2014-07-06Set optional peername when X509_check_host() succeeds.Viktor Dukhovni1-1/+2
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson3-254/+0
2014-07-02RT3408; fix some (not all suggested) typo's in openssl.cnfRich Salz1-1/+1
2014-07-01Make NO_SYS_UN_H compile.Dr. Stephen Henson2-1/+8
2014-06-30Make depend.Ben Laurie1-109/+104
2014-06-29Don't core dump when using CMAC with dgst.Dr. Stephen Henson1-2/+8
2014-06-29Add 3072, 7680 and 15360 bit RSA tests to openssl speedOscar Jacobsson2-6/+1510
2014-06-29Show errors on CSR verification failure.Dr. Stephen Henson1-0/+2
2014-06-29Make no-ssl3 no-ssl2 do more sensible things.Dr. Stephen Henson3-11/+5
2014-06-28Typo.Dr. Stephen Henson1-1/+1
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson3-1/+14
2014-06-19Document -trusted_first option in man pages and help.Hubert Kario6-1/+6
2014-06-17Tidied up, added include to stdlib, removed "goto bad" usageMatt Caswell1-13/+19
2014-06-17Conform to whitespace conventionsrfkrocktk1-7/+7