summaryrefslogtreecommitdiffstats
path: root/apps/x509.c
AgeCommit message (Expand)Author
2016-08-17Corrupt signature in place.Dr. Stephen Henson
2016-08-16Corrupt signature earlier.Dr. Stephen Henson
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-06-20RT3136: Remove space after issuer/subjectJiri Horky
2016-06-15Deal with the consequences of constifying gettersRichard Levitte
2016-06-15Constify X509_TRUST_add method.FdaSilvaYY
2016-06-01Ensure an ASN1_OBJECT is freed in error pathsMatt Caswell
2016-05-19Check that the obtained public key is validMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY
2016-04-21Fix some code maintenance issuesMatt Caswell
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-04-06Make the RSA structure opaqueRichard Levitte
2016-04-04Use X509_REQ_get0_pubkeyFdaSilvaYY
2016-04-03Make DSA_METHOD opaqueMatt Caswell
2016-04-03Make the DSA structure opaqueMatt Caswell
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-08Fix engine key support in utilities.Dr. Stephen Henson
2016-01-30Fix opt_imax() callRichard Levitte
2016-01-29Better type for x509 -checkend argumentViktor Dukhovni
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-14To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell
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-16Remove obsolete key formats.Rich Salz
2015-07-07Make "oneline" the default for nameoptRichard Levitte
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-28RT3876: Only load config when neededRich Salz
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Make -CAserial a type 's' optionRichard Levitte
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2014-07-07Update API to use (char *) for email addresses and hostnamesViktor Dukhovni