aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Constify X509_get0_signature()Dr. Stephen Henson1-1/+2
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell1-2/+2
2016-08-17Corrupt signature in place.Dr. Stephen Henson5-18/+8
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson1-3/+3
2016-08-16Convert PKCS8* functions to use const gettersMatt Caswell1-2/+2
2016-08-16two typo fixesFdaSilvaYY1-1/+1
2016-08-16Corrupt signature earlier.Dr. Stephen Henson2-14/+15
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson7-12/+26
2016-08-13Print out names of other temp key algorithms.Dr. Stephen Henson1-0/+4
2016-08-11Fix doc and help about ca -valid optionFdaSilvaYY1-1/+2
2016-08-08speed.c: use size_t instead of int to match function signaturesCristian Stoica1-3/+4
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-08-05Make update, etc.Rich Salz1-1/+1
2016-08-04Fix output text to avoid gratuitious git diffRich Salz1-1/+1
2016-08-04Remove "lockit" from internal error-hash functionRich Salz1-12/+1
2016-08-04Pack globals variables used to control apps/verify_callback()FdaSilvaYY5-52/+41
2016-08-04Constify two internal methodsFdaSilvaYY1-2/+2
2016-08-04Have 'openssl engine' exit with non-zero when some engine fails to loadRichard Levitte1-2/+6
2016-08-04make updateMatt Caswell1-1/+1
2016-08-02Fix some style issues...FdaSilvaYY2-14/+14
2016-08-01Useless allocationFdaSilvaYY1-15/+13
2016-08-01Fix some style issuesFdaSilvaYY1-42/+43
2016-08-01Add missing help stringFdaSilvaYY1-2/+3
2016-08-01Fix some awkward testsFdaSilvaYY1-18/+19
2016-08-01Merge some conditional blocks of code.FdaSilvaYY1-30/+20
2016-08-01Simplify default inits, add const qualifiersFdaSilvaYY1-47/+20
2016-08-01Cast to right type, simplify array argsFdaSilvaYY1-26/+32
2016-08-01Fix sharing of two static variablesFdaSilvaYY1-17/+20
2016-08-01ECDH test is only one operation to runFdaSilvaYY1-17/+9
2016-08-01Fix three missing global declarations.FdaSilvaYY1-15/+23
2016-08-01Fix return values of do_passwd() in apps/passwd.cRichard Levitte1-2/+2
2016-08-01apps/openssl.c: UTF-y Windows argv.Andy Polyakov3-0/+314
2016-07-30Ignore the serial number for now and just do the rest.Richard J. Moore1-3/+3
2016-07-30Make some more X509 functions const.Richard J. Moore1-3/+3
2016-07-30rsa.c: fix incorrect guard for pvk-* optionsViktor Szakats1-4/+4
2016-07-29print out MAC algorithmDr. Stephen Henson1-3/+7
2016-07-26RT4639: Typo when -DSSL_DEBUGJon Loeliger1-1/+1
2016-07-25Typo and comment fixFdaSilvaYY4-6/+6
2016-07-25Unused variable, and cleanupsFdaSilvaYY1-10/+5
2016-07-25Unused variable cleanupFdaSilvaYY1-2/+0
2016-07-25Discard a dead optionFdaSilvaYY1-8/+2
2016-07-22Add mask for newly created symlink.Dr. Stephen Henson1-0/+1
2016-07-22Check suffixes properly.Dr. Stephen Henson1-2/+4
2016-07-22use correct name for duplicateDr. Stephen Henson1-2/+2
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY2-5/+5
2016-07-20Simplify buffer limit checking, and reuse BIO_snprintf returned value.FdaSilvaYY1-12/+14
2016-07-20Code factorisation and simplificationFdaSilvaYY3-70/+53
2016-07-20Fix double calls to strlenFdaSilvaYY3-15/+26
2016-07-20Simplify code related to tmp_email_dn.FdaSilvaYY1-6/+6
2016-07-20Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY1-6/+4