aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Deal with the consequences of constifying gettersRichard Levitte2016-06-1510-12/+13
* RT4526: Call TerminateProcess, not ExitProcessRich Salz2016-06-151-1/+1
* Constify X509_TRUST_add method.FdaSilvaYY2016-06-151-1/+1
* Avoid a double-free in crl2pl7Matt Caswell2016-06-141-3/+1
* Add missing break statementMatt Caswell2016-06-141-0/+1
* RT3809: basicConstraints is criticalRich Salz2016-06-132-10/+2
* Don't skip leading zeroes in PSK keys.Dr. Stephen Henson2016-06-122-36/+28
* RT2759: Don't read TTY when already at EOF.John Denker2016-06-121-1/+10
* Avoid memory leaks if options repeated.Rich Salz2016-06-121-5/+14
* GH1183: Fix -unix and -connect, etc., overrideRich Salz2016-06-101-45/+39
* GH1123: sort dir before rehashRich Salz2016-06-021-3/+25
* Build the 'openssl rehash' command on VMS version 8.3 and upRichard Levitte2016-06-021-2/+6
* Fix memory leak in crl2pkcs7 appMatt Caswell2016-06-011-2/+1
* Free a temporary buffer used by dsaparam applicationMatt Caswell2016-06-011-0/+1
* Free memory on error in cms appMatt Caswell2016-06-011-1/+2
* Add final(?) set of copyrights.Rich Salz2016-06-011-4/+9
* Fix some RAND bugsRich Salz2016-06-011-6/+10
* Ensure an ASN1_OBJECT is freed in error pathsMatt Caswell2016-06-011-1/+6
* Free allocated password strings on exitMatt Caswell2016-06-011-0/+2
* Free a BIO_ADDR if DTLSv1_listen return <=0Matt Caswell2016-06-011-0/+2
* Ensure BIGNUM is freed in an error pathMatt Caswell2016-06-011-2/+1
* Free an X509_CRL in an error pathMatt Caswell2016-06-011-1/+3
* Don't leak X509_OBJECT in an error pathMatt Caswell2016-06-011-3/+3
* Add dhparam sanity check and update DH_check documentationMatt Caswell2016-06-011-5/+20
* req command incorrectly displays the bits for an EC keyMatt Caswell2016-06-011-2/+6
* speed.c: fix segfault with unrecognized algorithmsCristian Stoica2016-05-311-1/+5
* remove winrand.c entirely, nothing seems to reference itJoey Yandle2016-05-291-92/+0
* cherry pick pr-512 changesJoey Yandle2016-05-291-8/+0
* cherry pick pr-512 changesJoey Yandle2016-05-291-4/+0
* Fix intermittent windows failures in TLSProxy testsMatt Caswell2016-05-271-0/+10
* Fix s_client/s_server waiting for stdin on WindowsMatt Caswell2016-05-274-23/+40
* Fix some s_server issues on WindowsMatt Caswell2016-05-271-1/+14
* build.info files: add quotes around any spec that may contain spacesRichard Levitte2016-05-251-1/+1
* Make sure tsget and c_rehash are named with .pl suffix on Windows and VMSRichard Levitte2016-05-231-3/+5
* Make sure to initialize all CA.pl variables properlyRichard Levitte2016-05-231-2/+2
* Support -no-CAfile -no-CApath in ctx2Dr. Stephen Henson2016-05-231-2/+3
* Support for traditional format private keys.Dr. Stephen Henson2016-05-232-10/+29
* Indent and dead code cleanupFdaSilvaYY2016-05-212-44/+43
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-202-3/+3
* Fixup READLINE caseRichard Levitte2016-05-201-1/+1
* Use correct EOL in headers.Dr. Stephen Henson2016-05-192-6/+10
* Check that the obtained public key is validMatt Caswell2016-05-191-0/+4
* Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte2016-05-181-0/+1
* Fix ts app help messageFdaSilvaYY2016-05-181-2/+2
* Locally declare some variablesFdaSilvaYY2016-05-182-6/+5
* Few cleanups in s_client, s_server apps.FdaSilvaYY2016-05-183-36/+26
* X509_STORE_CTX accessors.Rich Salz2016-05-172-4/+4
* Copyright consolidation 01/10Rich Salz2016-05-1758-3766/+342
* Fix typos in apps/enc.cKurt Cancemi2016-05-171-2/+2
* Use OPENSSL_hexchar2intRich Salz2016-05-161-7/+4