aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* RT3544: Remove MWERKS supportRich Salz2014-09-241-1/+1
* RT3067: simplify patchEmilia Kasper2014-09-241-2/+2
* RT2626: Change default_bits from 1K to 2KKurt Roeckx2014-09-084-5/+5
* RT3291: Add -crl and -revoke options to CA.plDario B2014-09-081-29/+37
* apps/speed.c: add -misalign command-line argument.Andy Polyakov2014-08-301-8/+34
* Rename some callbacks, fix alignment.Dr. Stephen Henson2014-08-281-12/+9
* Use consistent function naming.Dr. Stephen Henson2014-08-281-1/+1
* New extension callback features.Dr. Stephen Henson2014-08-281-1/+1
* Callback revision.Dr. Stephen Henson2014-08-281-2/+2
* make dependEmilia Kasper2014-08-141-118/+124
* PR 2580: dgst missing current SHA algorithmsNick Lewis2014-08-122-1/+13
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-093-2/+14
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-083-14/+2
* Disabled XTS mode in enc utility as it is not supportedMatt Caswell2014-07-161-0/+6
* 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