aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* Don't allow -www etc options with DTLS.Dr. Stephen Henson2014-07-151-0/+8
* Use case insensitive compare for servername.Dr. Stephen Henson2014-07-141-1/+1
* apps/speed.c: fix compiler warnings in multiblock_speed().Andy Polyakov2014-07-071-4/+5
* Update API to use (char *) for email addresses and hostnamesViktor Dukhovni2014-07-073-10/+12
* Usage for -hack and -prexit -verify_return_errorDr. Stephen Henson2014-07-062-0/+4
* s_server usage for certificate status requestsDr. Stephen Henson2014-07-061-0/+4
* apps/speed.c: add multi-block benchmark.Andy Polyakov2014-07-051-0/+124
* Set optional peername when X509_check_host() succeeds.Viktor Dukhovni2014-07-061-1/+2
* Remove all RFC5878 code.Dr. Stephen Henson2014-07-043-254/+0
* RT3408; fix some (not all suggested) typo's in openssl.cnfRich Salz2014-07-021-1/+1
* Make NO_SYS_UN_H compile.Dr. Stephen Henson2014-07-012-1/+8
* Make depend.Ben Laurie2014-06-301-109/+104
* Don't core dump when using CMAC with dgst.Dr. Stephen Henson2014-06-291-2/+8
* Add 3072, 7680 and 15360 bit RSA tests to openssl speedOscar Jacobsson2014-06-292-6/+1510
* Show errors on CSR verification failure.Dr. Stephen Henson2014-06-291-0/+2
* Make no-ssl3 no-ssl2 do more sensible things.Dr. Stephen Henson2014-06-293-11/+5
* Typo.Dr. Stephen Henson2014-06-281-1/+1
* Memory leak and NULL dereference fixes.Dr. Stephen Henson2014-06-273-1/+14
* Document -trusted_first option in man pages and help.Hubert Kario2014-06-196-1/+6
* Tidied up, added include to stdlib, removed "goto bad" usageMatt Caswell2014-06-171-13/+19
* Conform to whitespace conventionsrfkrocktk2014-06-171-7/+7
* Added custom PBKDF2 iteration count to PKCS8 tool.Naftuli Tzvi Kay2014-06-171-1/+8
* Fix compilation with no-compDr. Stephen Henson2014-06-111-0/+2
* Allow reordering of certificates when signing.Dr. Stephen Henson2014-06-021-0/+8
* Recognise padding extension.Dr. Stephen Henson2014-06-011-0/+3
* Zero prime doits.Ben Laurie2014-06-011-0/+2
* Add option to run all prime tests.Ben Laurie2014-06-011-0/+5
* Only count successful generations.Felix Laurie von Massenbach2014-06-011-3/+3
* Try skipping over the adding and just picking a new random number.Felix Laurie von Massenbach2014-06-011-11/+31
* Remove editor barf on updating copyright.Felix Laurie von Massenbach2014-06-011-1/+1
* Generate safe primes not divisible by 3, 5 or 7.Felix Laurie von Massenbach2014-06-011-4/+4
* Add a method to generate a prime that is guaranteed not to be divisible by 3 ...Felix Laurie von Massenbach2014-06-011-0/+23
* Run the prime speed tests for 10 seconds.Felix Laurie von Massenbach2014-06-011-21/+27
* Tidy up speed.c a little.Felix Laurie von Massenbach2014-06-011-17/+18
* Add speed test for prime trial division.Felix Laurie von Massenbach2014-06-011-0/+64
* Changed -strictpem to use PEM_read_bioMatt Caswell2014-05-261-55/+38
* Added -strictpem parameter to enable processing of PEM files with data prior ...Matt Caswell2014-05-261-2/+44
* Modify the description of -noout to match the manpage. PR#3364Martin Kaiser2014-05-241-1/+1
* Add an NSS output format to sess_id to export to export the session id and th...Martin Kaiser2014-05-243-1/+6
* Change default cipher in smime app to des3.Dr. Stephen Henson2014-05-211-2/+2
* Enc doesn't support AEAD ciphers.Dr. Stephen Henson2014-05-151-0/+6
* Fix infinite loop. PR#3347Viktor Dukhovni2014-05-111-2/+13
* s_client/s_server: support unix domain socketsGeoff Thorpe2014-05-084-8/+204
* coverity 966576 - close socket in error pathTim Hudson2014-05-081-0/+3
* PR#3342 fix resource leak coverity issue 966577Tim Hudson2014-05-081-1/+1
* apps/s_server: document '-naccept' cmd-line argumentGeoff Thorpe2014-05-041-0/+1
* make dependGeoff Thorpe2014-04-251-2/+3
* apps: constify some string parametersGeoff Thorpe2014-04-252-8/+8
* Fix free errors in ocsp utility.Dr. Stephen Henson2014-04-091-6/+16
* Use correct length when prompting for password.Dr. Stephen Henson2014-04-041-2/+2