aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add mask for newly created symlink.Dr. Stephen Henson2016-07-221-0/+1
* Check suffixes properly.Dr. Stephen Henson2016-07-221-2/+4
* use correct name for duplicateDr. Stephen Henson2016-07-221-2/+2
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-202-5/+5
* Simplify buffer limit checking, and reuse BIO_snprintf returned value.FdaSilvaYY2016-07-201-12/+14
* Code factorisation and simplificationFdaSilvaYY2016-07-203-70/+53
* Fix double calls to strlenFdaSilvaYY2016-07-203-15/+26
* Simplify code related to tmp_email_dn.FdaSilvaYY2016-07-201-6/+6
* Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY2016-07-201-6/+4
* Fix forgotten gotoRichard Levitte2016-07-191-0/+1
* Convert the last uses of sockaddr in apps/* to use BIO_ADDR insteadRichard Levitte2016-07-191-8/+18
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-153-56/+95
* Disallow multiple protocol flags to s_server and s_clientMatt Caswell2016-07-083-2/+38
* Support PKCS v2.0 print in pkcs12 utility.Dr. Stephen Henson2016-07-081-9/+63
* perl: Separate compile-time environment from runtime environmentRichard Levitte2016-07-042-2/+2
* Simplify INCLUDE statements in build.info filesRichard Levitte2016-07-011-3/+2
* Whitespace cleanup in appsFdaSilvaYY2016-06-293-5/+5
* Fix BN_is_prime* calls.David Benjamin2016-06-251-2/+2
* Add -ciphers flag to enc commandRich Salz2016-06-241-1/+5
* segmentation fault with 'openssl s_client -prexit -keymatexport'mmiyashita2016-06-211-1/+2
* Allow proxy certs to be present when verifying a chainRichard Levitte2016-06-203-3/+9
* apps/req.c: Increment the right variable when parsing '+'Richard Levitte2016-06-201-3/+3
* RT3136: Remove space after issuer/subjectJiri Horky2016-06-201-2/+2
* Add a comment after some #endif at end of apps source code.FdaSilvaYY2016-06-183-3/+3
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* Use a STACK_OF(OPENSSL_CSTRING) for const char * stacksMatt Caswell2016-06-181-15/+11
* Replace 4 casts with 1Matt Caswell2016-06-181-6/+7
* Spelling fixesFdaSilvaYY2016-06-163-6/+6
* Revert "RT4526: Call TerminateProcess, not ExitProcess"Matt Caswell2016-06-161-1/+1
* 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