summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2016-08-04Remove "lockit" from internal error-hash functionRich Salz
2016-08-04Pack globals variables used to control apps/verify_callback()FdaSilvaYY
2016-08-04Constify two internal methodsFdaSilvaYY
2016-08-04Have 'openssl engine' exit with non-zero when some engine fails to loadRichard Levitte
2016-08-04make updateMatt Caswell
2016-08-02Fix some style issues...FdaSilvaYY
2016-08-01Useless allocationFdaSilvaYY
2016-08-01Fix some style issuesFdaSilvaYY
2016-08-01Add missing help stringFdaSilvaYY
2016-08-01Fix some awkward testsFdaSilvaYY
2016-08-01Merge some conditional blocks of code.FdaSilvaYY
2016-08-01Simplify default inits, add const qualifiersFdaSilvaYY
2016-08-01Cast to right type, simplify array argsFdaSilvaYY
2016-08-01Fix sharing of two static variablesFdaSilvaYY
2016-08-01ECDH test is only one operation to runFdaSilvaYY
2016-08-01Fix three missing global declarations.FdaSilvaYY
2016-08-01Fix return values of do_passwd() in apps/passwd.cRichard Levitte
2016-08-01apps/openssl.c: UTF-y Windows argv.Andy Polyakov
2016-07-30Ignore the serial number for now and just do the rest.Richard J. Moore
2016-07-30Make some more X509 functions const.Richard J. Moore
2016-07-30rsa.c: fix incorrect guard for pvk-* optionsViktor Szakats
2016-07-29print out MAC algorithmDr. Stephen Henson
2016-07-26RT4639: Typo when -DSSL_DEBUGJon Loeliger
2016-07-25Typo and comment fixFdaSilvaYY
2016-07-25Unused variable, and cleanupsFdaSilvaYY
2016-07-25Unused variable cleanupFdaSilvaYY
2016-07-25Discard a dead optionFdaSilvaYY
2016-07-22Add mask for newly created symlink.Dr. Stephen Henson
2016-07-22Check suffixes properly.Dr. Stephen Henson
2016-07-22use correct name for duplicateDr. Stephen Henson
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-20Simplify buffer limit checking, and reuse BIO_snprintf returned value.FdaSilvaYY