summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
AgeCommit message (Expand)Author
2015-03-25make dependDr. Stephen Henson
2015-03-25make X509_NAME opaqueDr. Stephen Henson
2015-03-24free NULL cleanupRich Salz
2015-03-24Adjust include pathRichard Levitte
2015-03-23make X509_EXTENSION opaqueDr. Stephen Henson
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-03-12Remove obsolete declarations.Dr. Stephen Henson
2015-03-12Fix missing return checks in v3_cpols.cMatt Caswell
2015-03-05Make OCSP structures opaque.Dr. Stephen Henson
2015-02-10Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper
2015-02-09Remove obsolete IMPLEMENT_ASN1_SET_OFDr. Stephen Henson
2015-02-06Remove X509_PAIRRich Salz
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-02-02Dead code cleanup: crypto/*.c, x509v3, demosRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-28Fix int/unsigned compiler complaintRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-27OPENSSL_NO_xxx cleanup: RFC3779Rich Salz
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More indent fixes for STACK_OFMatt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2015-01-12Allow multiple IDN xn-- indicatorsRich Salz
2015-01-06RT3662: Allow leading . in nameConstraintsDr. Stephen Henson
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-10tree_print: check for NULL after allocating errJonas Maebe
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2014-09-08RT671: export(i2s|s2i|i2v|v2i)_ASN1_(IA5|BIT)STRINGBjoern Zeeb
2014-09-08RT3031: Need to #undef some names for win32Robin Lee
2014-08-17process_pci_value: free (*policy)->data before setting to NULL after failed r...Jonas Maebe
2014-08-17do_ext_i2d: free ext_der or ext_oct on error pathJonas Maebe
2014-08-17do_othername: check for NULL after allocating objtmpJonas Maebe
2014-08-15Fix use after free bug.Istvan Noszticzius
2014-08-15RT2465: Silence some gcc warningsRob Austein
2014-07-07Update API to use (char *) for email addresses and hostnamesViktor Dukhovni
2014-07-06Set optional peername when X509_check_host() succeeds.Viktor Dukhovni
2014-06-30Make depend.Ben Laurie
2014-06-22More complete input validation of X509_check_mumbleViktor Dukhovni
2014-06-22Drop hostlen from X509_VERIFY_PARAM_ID.Viktor Dukhovni
2014-06-14Enforce _X509_CHECK_FLAG_DOT_SUBDOMAINS internal-onlyViktor Dukhovni
2014-06-12Client-side namecheck wildcards.Viktor Dukhovni
2014-06-10Separate the SCT List parser from the SCT List viewerRob Stradling
2014-05-23OpenSSL is able to generate a certificate with name constraints with any poss...Luiz Angelo Daros de Luca
2014-05-21Fixes to host checking.Viktor Dukhovni
2014-04-25make dependGeoff Thorpe