aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509
AgeCommit message (Expand)AuthorFilesLines
2015-04-11X509_VERIFY_PARAM_free: Check param for NULLKurt Roeckx1-0/+2
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte2-1876/+0
2015-03-28Remove d2i_X509_PKEY and i2d_X509_PKEYDr. Stephen Henson1-3/+0
2015-03-28free NULL cleanupRich Salz2-8/+4
2015-03-25Remove X509_ATTRIBUTE hack.Dr. Stephen Henson3-48/+9
2015-03-25free NULL cleanupRich Salz1-4/+2
2015-03-25make dependDr. Stephen Henson1-3/+20
2015-03-25make X509_NAME opaqueDr. Stephen Henson6-18/+538
2015-03-24Fix verify algorithm.Dr. Stephen Henson1-0/+8
2015-03-24make dependDr. Stephen Henson1-2/+28
2015-03-23make X509_EXTENSION opaqueDr. Stephen Henson5-7/+88
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson5-20/+20
2015-03-16Make X509_ATTRIBUTE opaque.Dr. Stephen Henson6-51/+156
2015-03-12Remove obsolete declarations.Dr. Stephen Henson1-8/+0
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz1-6/+0
2015-03-02Check public key is not NULL.Dr. Stephen Henson1-0/+2
2015-02-25Add flag to inhibit checking for alternate certificate chains. Setting thisMatt Caswell2-2/+10
2015-02-25In certain situations the server provided certificate chain may no longer beMatt Caswell1-70/+105
2015-02-09Remove obsolete IMPLEMENT_ASN1_SET_OFDr. Stephen Henson2-6/+0
2015-02-08Final (for me, for now) dead code cleanupRich Salz1-6/+0
2015-02-06Remove X509_PAIRRich Salz1-8/+0
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz4-14/+0
2015-01-27"#if 0" removal: header filesRich Salz1-10/+0
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz2-11/+1
2015-01-27OPENSSL_NO_xxx cleanup: RFC3779Rich Salz2-4/+0
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz3-30/+4
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell5-25/+25
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell27-7749/+7581
2015-01-22Move more comments that confuse indentMatt Caswell1-3/+6
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell2-36/+67
2015-01-22More indent fixes for STACK_OFMatt Caswell2-2/+2
2015-01-22Fix indent issue with functions using STACK_OFMatt Caswell2-4/+4
2015-01-22Further comment changes for reformat (master)Matt Caswell4-11/+12
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2-11/+11
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-1/+2
2015-01-05Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson1-0/+1
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson1-0/+2
2014-12-30mark all block comments that need format preserving so thatTim Hudson5-6/+10
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell1-1/+1
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
2014-09-09RT1909: Omit version for v1 certificatesGeoff Keating1-0/+6
2014-09-08RT2841: Extra return in check_issuedPaul Suhler1-1/+0
2014-09-05Add i2d_re_X509_tbsEmilia Kasper1-0/+2
2014-08-17NETSCAPE_SPKI_b64_encode: free der_spki and b64_str on error pathJonas Maebe1-0/+4
2014-08-17get_cert_by_subject: check for NULL when allocating hentJonas Maebe1-0/+7
2014-08-15RT2751: Declare get_issuer_sk() earlier.Rich Salz1-0/+1
2014-07-07Update API to use (char *) for email addresses and hostnamesViktor Dukhovni4-20/+22
2014-07-06Set optional peername when X509_check_host() succeeds.Viktor Dukhovni1-1/+2