aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Windows: UTF-8 opt-in for command-line arguments and console input.Andy Polyakov2016-08-251-0/+3
* Support broken PKCS#12 key generation.Dr. Stephen Henson2016-08-251-4/+23
* Clarify the error messages in 08f6ae5b28Matt Caswell2016-08-243-8/+8
* Trust RSA_check_key() to return correct valuesRichard Levitte2016-08-241-4/+1
* Fix some resource leaks in the appsMatt Caswell2016-08-244-1/+26
* Closing output file from inside the loop who open itFdaSilvaYY2016-08-221-2/+3
* Fix loopargs_t object duplication into ASYNC contextFdaSilvaYY2016-08-221-31/+34
* Avoid more compiler warnings for use of uninitialised variablesRichard Levitte2016-08-221-1/+1
* Make 'openssl req -x509' more equivalent to 'openssl req -new'Richard Levitte2016-08-221-1/+2
* Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson2016-08-211-25/+11
* Duplicate includesFdaSilvaYY2016-08-201-1/+0
* fix warning about trailing commaDr. Stephen Henson2016-08-191-1/+1
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-195-18/+18
* Add -dane_ee_no_namechecks s_client(1) optionViktor Dukhovni2016-08-191-1/+9
* Set certificate times in one function.Dr. Stephen Henson2016-08-195-23/+44
* Allow to run all speed test when async_jobs activeFdaSilvaYY2016-08-191-33/+54
* Convert PKCS12* functions to use const gettersMatt Caswell2016-08-191-19/+21
* 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