aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix missing dane_tlsa_rrdata option error messageViktor Dukhovni2016-08-181-1/+1
* Constify X509_SIG.Dr. Stephen Henson2016-08-171-7/+7
* Small nits and cleanupsFdaSilvaYY2016-08-174-76/+75
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-1716-129/+142
* Simplify and add help about OPT_PVK* optionsFdaSilvaYY2016-08-172-39/+24
* Improve error messageFdaSilvaYY2016-08-171-0/+6
* Relocalise some globals variablesFdaSilvaYY2016-08-173-79/+39
* Constify X509_get0_signature()Dr. Stephen Henson2016-08-171-1/+2
* Convert X509_CRL* functions to use const gettersMatt Caswell2016-08-171-2/+2
* Corrupt signature in place.Dr. Stephen Henson2016-08-175-18/+8
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-3/+3
* Convert PKCS8* functions to use const gettersMatt Caswell2016-08-161-2/+2
* two typo fixesFdaSilvaYY2016-08-161-1/+1
* Corrupt signature earlier.Dr. Stephen Henson2016-08-162-14/+15
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-167-12/+26
* Print out names of other temp key algorithms.Dr. Stephen Henson2016-08-131-0/+4
* Fix doc and help about ca -valid optionFdaSilvaYY2016-08-111-1/+2
* speed.c: use size_t instead of int to match function signaturesCristian Stoica2016-08-081-3/+4
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Make update, etc.Rich Salz2016-08-051-1/+1
* Fix output text to avoid gratuitious git diffRich Salz2016-08-041-1/+1
* Remove "lockit" from internal error-hash functionRich Salz2016-08-041-12/+1
* Pack globals variables used to control apps/verify_callback()FdaSilvaYY2016-08-045-52/+41
* Constify two internal methodsFdaSilvaYY2016-08-041-2/+2
* Have 'openssl engine' exit with non-zero when some engine fails to loadRichard Levitte2016-08-041-2/+6
* make updateMatt Caswell2016-08-041-1/+1
* Fix some style issues...FdaSilvaYY2016-08-022-14/+14
* 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