aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Useless allocationFdaSilvaYY2016-08-011-15/+13
* Fix some style issuesFdaSilvaYY2016-08-011-42/+43
* Add missing help stringFdaSilvaYY2016-08-011-2/+3
* Fix some awkward testsFdaSilvaYY2016-08-011-18/+19
* Merge some conditional blocks of code.FdaSilvaYY2016-08-011-30/+20
* Simplify default inits, add const qualifiersFdaSilvaYY2016-08-011-47/+20
* Cast to right type, simplify array argsFdaSilvaYY2016-08-011-26/+32
* Fix sharing of two static variablesFdaSilvaYY2016-08-011-17/+20
* ECDH test is only one operation to runFdaSilvaYY2016-08-011-17/+9
* Fix three missing global declarations.FdaSilvaYY2016-08-011-15/+23
* Fix return values of do_passwd() in apps/passwd.cRichard Levitte2016-08-011-2/+2
* apps/openssl.c: UTF-y Windows argv.Andy Polyakov2016-08-013-0/+314
* Ignore the serial number for now and just do the rest.Richard J. Moore2016-07-301-3/+3
* Make some more X509 functions const.Richard J. Moore2016-07-301-3/+3
* rsa.c: fix incorrect guard for pvk-* optionsViktor Szakats2016-07-301-4/+4
* print out MAC algorithmDr. Stephen Henson2016-07-291-3/+7
* RT4639: Typo when -DSSL_DEBUGJon Loeliger2016-07-261-1/+1
* Typo and comment fixFdaSilvaYY2016-07-254-6/+6
* Unused variable, and cleanupsFdaSilvaYY2016-07-251-10/+5
* Unused variable cleanupFdaSilvaYY2016-07-251-2/+0
* Discard a dead optionFdaSilvaYY2016-07-251-8/+2
* 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