aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-312-1876/+0
* Remove d2i_X509_PKEY and i2d_X509_PKEYDr. Stephen Henson2015-03-281-3/+0
* free NULL cleanupRich Salz2015-03-282-8/+4
* Remove X509_ATTRIBUTE hack.Dr. Stephen Henson2015-03-253-48/+9
* free NULL cleanupRich Salz2015-03-251-4/+2
* make dependDr. Stephen Henson2015-03-251-3/+20
* make X509_NAME opaqueDr. Stephen Henson2015-03-256-18/+538
* Fix verify algorithm.Dr. Stephen Henson2015-03-241-0/+8
* make dependDr. Stephen Henson2015-03-241-2/+28
* make X509_EXTENSION opaqueDr. Stephen Henson2015-03-235-7/+88
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-235-20/+20
* Make X509_ATTRIBUTE opaque.Dr. Stephen Henson2015-03-166-51/+156
* Remove obsolete declarations.Dr. Stephen Henson2015-03-121-8/+0
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-6/+0
* Check public key is not NULL.Dr. Stephen Henson2015-03-021-0/+2
* Add flag to inhibit checking for alternate certificate chains. Setting thisMatt Caswell2015-02-252-2/+10
* In certain situations the server provided certificate chain may no longer beMatt Caswell2015-02-251-70/+105
* Remove obsolete IMPLEMENT_ASN1_SET_OFDr. Stephen Henson2015-02-092-6/+0
* Final (for me, for now) dead code cleanupRich Salz2015-02-081-6/+0
* Remove X509_PAIRRich Salz2015-02-061-8/+0
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-064-14/+0
* "#if 0" removal: header filesRich Salz2015-01-271-10/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-272-11/+1
* OPENSSL_NO_xxx cleanup: RFC3779Rich Salz2015-01-272-4/+0
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-273-30/+4
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-225-25/+25
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2227-7749/+7581
* Move more comments that confuse indentMatt Caswell2015-01-221-3/+6
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-222-36/+67
* More indent fixes for STACK_OFMatt Caswell2015-01-222-2/+2
* Fix indent issue with functions using STACK_OFMatt Caswell2015-01-222-4/+4
* Further comment changes for reformat (master)Matt Caswell2015-01-224-11/+12
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-142-11/+11
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson2015-01-051-0/+1
* Fix various certificate fingerprint issues.Dr. Stephen Henson2015-01-051-0/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-305-6/+10
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-1/+1
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* RT1909: Omit version for v1 certificatesGeoff Keating2014-09-091-0/+6
* RT2841: Extra return in check_issuedPaul Suhler2014-09-081-1/+0
* Add i2d_re_X509_tbsEmilia Kasper2014-09-051-0/+2
* NETSCAPE_SPKI_b64_encode: free der_spki and b64_str on error pathJonas Maebe2014-08-171-0/+4
* get_cert_by_subject: check for NULL when allocating hentJonas Maebe2014-08-171-0/+7
* RT2751: Declare get_issuer_sk() earlier.Rich Salz2014-08-151-0/+1
* Update API to use (char *) for email addresses and hostnamesViktor Dukhovni2014-07-074-20/+22
* Set optional peername when X509_check_host() succeeds.Viktor Dukhovni2014-07-061-1/+2
* New peername element in X509_VERIFY_PARAM_IDViktor Dukhovni2014-07-063-1/+10