summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2016-09-20RT3669: dgst can only sign/verify one file.Rich Salz
2016-09-20apps/apps.c: include sys/socket.h to declare recv()Richard Levitte
2016-09-19Remove an option related to a deprecated flagFdaSilvaYY
2016-09-19Fix various missing option help messages ...FdaSilvaYY
2016-09-19Fix no-ocspRichard Levitte
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte
2016-09-15Reformat to fit OpenSSL source code standardsRichard Levitte
2016-09-15Add copyright and license on apps/vms_term_sock.[ch]Richard Levitte
2016-09-15VSI submission: redirect terminal input through socketRichard Levitte
2016-09-14Add -h and -help for c_rehash script and appRich Salz
2016-09-14Fix 'openssl passwd' with arguments -1 or -apr1Richard Levitte
2016-09-13s_client: avoid warning on Windows/MS-DOS systemsViktor Szakats
2016-08-25Windows: UTF-8 opt-in for command-line arguments and console input.Andy Polyakov
2016-08-25Support broken PKCS#12 key generation.Dr. Stephen Henson
2016-08-24Clarify the error messages in 08f6ae5b28Matt Caswell
2016-08-24Trust RSA_check_key() to return correct valuesRichard Levitte
2016-08-24Fix some resource leaks in the appsMatt Caswell
2016-08-22Closing output file from inside the loop who open itFdaSilvaYY
2016-08-22Fix loopargs_t object duplication into ASYNC contextFdaSilvaYY
2016-08-22Avoid more compiler warnings for use of uninitialised variablesRichard Levitte
2016-08-22Make 'openssl req -x509' more equivalent to 'openssl req -new'Richard Levitte
2016-08-21Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson
2016-08-20Duplicate includesFdaSilvaYY
2016-08-19fix warning about trailing commaDr. Stephen Henson
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson
2016-08-19Add -dane_ee_no_namechecks s_client(1) optionViktor Dukhovni
2016-08-19Set certificate times in one function.Dr. Stephen Henson
2016-08-19Allow to run all speed test when async_jobs activeFdaSilvaYY
2016-08-19Convert PKCS12* functions to use const gettersMatt Caswell
2016-08-18Fix missing dane_tlsa_rrdata option error messageViktor Dukhovni
2016-08-17Constify X509_SIG.Dr. Stephen Henson
2016-08-17Small nits and cleanupsFdaSilvaYY
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-08-17Simplify and add help about OPT_PVK* optionsFdaSilvaYY
2016-08-17Improve error messageFdaSilvaYY
2016-08-17Relocalise some globals variablesFdaSilvaYY
2016-08-17Constify X509_get0_signature()Dr. Stephen Henson
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell
2016-08-17Corrupt signature in place.Dr. Stephen Henson
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-08-16Convert PKCS8* functions to use const gettersMatt Caswell
2016-08-16two typo fixesFdaSilvaYY
2016-08-16Corrupt signature earlier.Dr. Stephen Henson
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-08-13Print out names of other temp key algorithms.Dr. Stephen Henson
2016-08-11Fix doc and help about ca -valid optionFdaSilvaYY
2016-08-08speed.c: use size_t instead of int to match function signaturesCristian Stoica
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-05Make update, etc.Rich Salz
2016-08-04Fix output text to avoid gratuitious git diffRich Salz