summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use app_malloc; two missing cases.Rich Salz2016-05-162-2/+2
* Don't load same config file twice.Dr. Stephen Henson2016-05-164-4/+4
* Fix signer option and support format SMIME.Dr. Stephen Henson2016-05-134-10/+13
* Fix uninitialized variableRich Salz2016-05-121-1/+1
* Correctly check for trailing digest options.Dr. Stephen Henson2016-05-121-1/+11
* Restore support for ENGINE format keys in apps.Dr. Stephen Henson2016-05-123-9/+22
* Don't leak memory if realloc fails.Dr. Stephen Henson2016-05-122-9/+12
* Update pkcs8 defaults.Dr. Stephen Henson2016-05-111-2/+4
* Add -signcert to CA.pl usage message.Dr. Stephen Henson2016-05-111-1/+1
* Add a couple of checks to prime app.Dr. Stephen Henson2016-05-101-0/+8