summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
AgeCommit message (Expand)Author
2016-11-15Introduce PATH_MAX and NAME_MAXFdaSilvaYY
2016-11-15Simplify and fix usage of three string array variable...FdaSilvaYY
2016-10-28Fix a double free in ca command lineMatt Caswell
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-09-13Fix some magic values about revocation info type...FdaSilvaYY
2016-08-22Closing output file from inside the loop who open itFdaSilvaYY
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson
2016-08-19Set certificate times in one function.Dr. Stephen Henson
2016-08-17Small nits and cleanupsFdaSilvaYY
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-08-16two typo fixesFdaSilvaYY
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-08-11Fix doc and help about ca -valid optionFdaSilvaYY
2016-08-04Constify two internal methodsFdaSilvaYY
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-25Unused variable, and cleanupsFdaSilvaYY
2016-07-20Code factorisation and simplificationFdaSilvaYY
2016-07-20Fix double calls to strlenFdaSilvaYY
2016-07-20Simplify code related to tmp_email_dn.FdaSilvaYY
2016-05-21Indent and dead code cleanupFdaSilvaYY
2016-05-18Locally declare some variablesFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16Don't load same config file twice.Dr. Stephen Henson
2016-05-09Fix: failed to open config file if not specified when using CA commandsHansruedi Patzen
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-04-05fix memory leak in caDr. Stephen Henson
2016-04-04Fix a possible leak on NETSCAPE_SPKI_verify failure.FdaSilvaYY
2016-04-04Use X509_REQ_get0_pubkeyFdaSilvaYY
2016-03-17Remove Netware and OS/2Rich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte
2016-02-08Fix engine key support in utilities.Dr. Stephen Henson
2016-02-06commands help cleanupA J Mohan Rao
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson
2015-12-11Use SHA256 not MD5 as default digest.Rich Salz
2015-12-07Have the few apps that accessed EVP_MD directly use accessors insteadRichard Levitte
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-09-06Make the handling of output and input formats consistentRichard Levitte
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson
2015-08-31make X509_REQ opaqueDr. Stephen Henson
2015-07-07Make "oneline" the default for nameoptRichard Levitte
2015-06-15Fix argument processing error from the option parsing change over.Tim Hudson
2015-05-29Restore module loadingRichard Levitte