summaryrefslogtreecommitdiffstats
path: root/apps/x509.c
AgeCommit message (Expand)Author
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
2014-02-20Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson
2014-02-19Move the SCT List extension parser into libssl.Rob Stradling
2012-11-30Add new test option set the version in generated certificates: thisDr. Stephen Henson
2012-11-25option to output corrupted signature in certificates for testing purposesDr. Stephen Henson
2012-11-19update usage messagesDr. Stephen Henson
2012-10-08New functions to check a hostname email or IP address against aDr. Stephen Henson
2011-10-07New -force_pubkey option to x509 utility to supply a different publicDr. Stephen Henson
2011-09-23use keyformat for -x509toreq, don't hard code PEMDr. Stephen Henson
2010-12-12apps/x590.c: harmonize usage of STDout and out_err.Andy Polyakov
2010-06-12Fix warnings.Ben Laurie
2010-03-12new sigopt and PSS support for req and x509 utilitiesDr. Stephen Henson
2010-03-07oopsDr. Stephen Henson
2010-03-07The OID sanity check was incorrect. It should only disallow *leading* 0x80Dr. Stephen Henson
2010-01-12PR: 2136Dr. Stephen Henson
2009-10-18Use new X509_STORE_set_verify_cb function instead of old macro.Dr. Stephen Henson
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2009-07-14Updates from 1.0.0-stable.Dr. Stephen Henson
2009-07-13Use new time routines to avoid possible overflow.Dr. Stephen Henson
2009-06-26Update from 1.0.0-stable.Dr. Stephen Henson
2009-03-23Typo in usage message.Dr. Stephen Henson
2009-01-07Updatde from stable branch.Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson
2006-05-07Add support for default public key digest type ctrl.Dr. Stephen Henson
2006-04-19Remove link between digests and signature algorithms.Dr. Stephen Henson