aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* RT3669: dgst can only sign/verify one file.Rich Salz2016-09-201-0/+4
* apps/apps.c: include sys/socket.h to declare recv()Richard Levitte2016-09-201-0/+2
* Remove an option related to a deprecated flagFdaSilvaYY2016-09-192-10/+2
* Fix various missing option help messages ...FdaSilvaYY2016-09-1910-33/+38
* Fix no-ocspRichard Levitte2016-09-192-2/+16
* Refactor to avoid unnecessary preprocessor logicRichard Levitte2016-09-154-78/+54
* Reformat to fit OpenSSL source code standardsRichard Levitte2016-09-154-514/+493
* Add copyright and license on apps/vms_term_sock.[ch]Richard Levitte2016-09-152-0/+18
* VSI submission: redirect terminal input through socketRichard Levitte2016-09-154-12/+704
* GH1536: Install empty CT log listRich Salz2016-09-141-34/+9
* Rather than one variable for each passwd type, use one enum variableRichard Levitte2016-09-141-38/+49
* Add SHA256 and SHA512 based output for 'openssl passwd'Richard Levitte2016-09-141-9/+311
* Add -h and -help for c_rehash script and appRich Salz2016-09-141-0/+1
* Fix 'openssl passwd' with arguments -1 or -apr1Richard Levitte2016-09-141-0/+1
* Fix some magic values about revocation info type...FdaSilvaYY2016-09-132-55/+51
* Add --missing-help to list commandRich Salz2016-09-131-1/+24
* s_client: avoid warning on Windows/MS-DOS systemsViktor Szakats2016-09-131-0/+4
* 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