summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2014-08-14make dependEmilia Kasper
2014-08-12PR 2580: dgst missing current SHA algorithmsNick Lewis
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz
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-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-06Set optional peername when X509_check_host() succeeds.Viktor Dukhovni
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-07-02RT3408; fix some (not all suggested) typo's in openssl.cnfRich Salz
2014-07-01Make NO_SYS_UN_H compile.Dr. Stephen Henson
2014-06-30Make depend.Ben Laurie
2014-06-29Don't core dump when using CMAC with dgst.Dr. Stephen Henson
2014-06-29Add 3072, 7680 and 15360 bit RSA tests to openssl speedOscar Jacobsson
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-19Document -trusted_first option in man pages and help.Hubert Kario
2014-06-17Tidied up, added include to stdlib, removed "goto bad" usageMatt Caswell
2014-06-17Conform to whitespace conventionsrfkrocktk
2014-06-17Added custom PBKDF2 iteration count to PKCS8 tool.Naftuli Tzvi Kay
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-06-01Zero prime doits.Ben Laurie
2014-06-01Add option to run all prime tests.Ben Laurie
2014-06-01Only count successful generations.Felix Laurie von Massenbach
2014-06-01Try skipping over the adding and just picking a new random number.Felix Laurie von Massenbach
2014-06-01Remove editor barf on updating copyright.Felix Laurie von Massenbach
2014-06-01Generate safe primes not divisible by 3, 5 or 7.Felix Laurie von Massenbach
2014-06-01Add a method to generate a prime that is guaranteed not to be divisible by 3 ...Felix Laurie von Massenbach
2014-06-01Run the prime speed tests for 10 seconds.Felix Laurie von Massenbach
2014-06-01Tidy up speed.c a little.Felix Laurie von Massenbach
2014-06-01Add speed test for prime trial division.Felix Laurie von Massenbach
2014-05-26Changed -strictpem to use PEM_read_bioMatt Caswell
2014-05-26Added -strictpem parameter to enable processing of PEM files with data prior ...Matt Caswell
2014-05-24Modify the description of -noout to match the manpage. PR#3364Martin Kaiser
2014-05-24Add an NSS output format to sess_id to export to export the session id and th...Martin Kaiser
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
2014-05-08s_client/s_server: support unix domain socketsGeoff Thorpe
2014-05-08coverity 966576 - close socket in error pathTim Hudson
2014-05-08PR#3342 fix resource leak coverity issue 966577Tim Hudson