aboutsummaryrefslogtreecommitdiffstats
path: root/apps/x509.c
Commit message (Expand)AuthorAgeFilesLines
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-20/+12
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Fix various missing option help messages ...FdaSilvaYY2016-09-191-8/+8
* Clarify the error messages in 08f6ae5b28Matt Caswell2016-08-241-1/+1
* Fix some resource leaks in the appsMatt Caswell2016-08-241-0/+4
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-191-3/+3
* Set certificate times in one function.Dr. Stephen Henson2016-08-191-12/+4
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-9/+9
* Constify X509_get0_signature()Dr. Stephen Henson2016-08-171-1/+2
* Corrupt signature in place.Dr. Stephen Henson2016-08-171-2/+1
* Corrupt signature earlier.Dr. Stephen Henson2016-08-161-7/+7
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-3/+2
* RT3136: Remove space after issuer/subjectJiri Horky2016-06-201-2/+2
* Deal with the consequences of constifying gettersRichard Levitte2016-06-151-2/+2
* Constify X509_TRUST_add method.FdaSilvaYY2016-06-151-1/+1
* Ensure an ASN1_OBJECT is freed in error pathsMatt Caswell2016-06-011-1/+6
* Check that the obtained public key is validMatt Caswell2016-05-191-0/+4
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-041-3/+3
* Fix some code maintenance issuesMatt Caswell2016-04-211-1/+1
* Make many X509_xxx types opaque.Rich Salz2016-04-151-6/+7
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+0
* Make the RSA structure opaqueRichard Levitte2016-04-061-3/+5
* Use X509_REQ_get0_pubkeyFdaSilvaYY2016-04-041-4/+2
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-3/+7
* Make the DSA structure opaqueMatt Caswell2016-04-031-1/+1
* Remove unused parameters from internal functionsRich Salz2016-02-221-2/+2
* Remove outdated DEBUG flags.Rich Salz2016-02-181-21/+0
* Fix engine key support in utilities.Dr. Stephen Henson2016-02-081-2/+2
* Fix opt_imax() callRichard Levitte2016-01-301-6/+10
* Better type for x509 -checkend argumentViktor Dukhovni2016-01-291-3/+10
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-4/+4
* To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson2016-01-141-2/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+3
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-141-6/+3
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-1/+1
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-2/+2
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-2/+2
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-2/+7
* make X509_REQ opaqueDr. Stephen Henson2015-08-311-11/+2
* Remove obsolete key formats.Rich Salz2015-07-161-10/+0
* Make "oneline" the default for nameoptRichard Levitte2015-07-071-0/+5
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-1/+0
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-14/+14
* Restore module loadingRichard Levitte2015-05-291-0/+3
* RT3876: Only load config when neededRich Salz2015-05-281-11/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-3/+1
* Make -CAserial a type 's' optionRichard Levitte2015-05-061-1/+1