aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
Commit message (Expand)AuthorAgeFilesLines
* make updateEmilia Kasper2015-04-011-2/+2
* 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-1381/+0
* make dependDr. Stephen Henson2015-03-251-2/+3
* make X509_NAME opaqueDr. Stephen Henson2015-03-252-0/+4
* free NULL cleanupRich Salz2015-03-243-8/+3
* Adjust include pathRichard Levitte2015-03-241-1/+1
* make X509_EXTENSION opaqueDr. Stephen Henson2015-03-232-21/+24
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-239-33/+33
* Remove obsolete declarations.Dr. Stephen Henson2015-03-121-6/+0
* Fix missing return checks in v3_cpols.cMatt Caswell2015-03-121-4/+12
* Make OCSP structures opaque.Dr. Stephen Henson2015-03-052-328/+2
* Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper2015-02-101-1/+6
* Remove obsolete IMPLEMENT_ASN1_SET_OFDr. Stephen Henson2015-02-092-4/+0
* Remove X509_PAIRRich Salz2015-02-061-1/+0
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-065-13/+0
* Dead code cleanup: crypto/*.c, x509v3, demosRich Salz2015-02-023-71/+1
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+1
* Fix int/unsigned compiler complaintRich Salz2015-01-281-1/+1
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-2/+0
* OPENSSL_NO_xxx cleanup: RFC3779Rich Salz2015-01-275-34/+18
* ifdef cleanup, part 4a: '#ifdef undef'Rich Salz2015-01-241-3/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-5/+5
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-14/+14
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2244-9737/+9831
* More indent fixes for STACK_OFMatt Caswell2015-01-222-2/+2
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+2
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-1/+1
* Allow multiple IDN xn-- indicatorsRich Salz2015-01-121-27/+8
* RT3662: Allow leading . in nameConstraintsDr. Stephen Henson2015-01-061-1/+1
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-063-3/+5
* mark all block comments that need format preserving so thatTim Hudson2014-12-305-8/+13
* tree_print: check for NULL after allocating errJonas Maebe2014-12-101-0/+2
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* RT671: export(i2s|s2i|i2v|v2i)_ASN1_(IA5|BIT)STRINGBjoern Zeeb2014-09-082-4/+6
* RT3031: Need to #undef some names for win32Robin Lee2014-09-081-0/+7
* process_pci_value: free (*policy)->data before setting to NULL after failed r...Jonas Maebe2014-08-171-1/+11
* do_ext_i2d: free ext_der or ext_oct on error pathJonas Maebe2014-08-171-2/+7
* do_othername: check for NULL after allocating objtmpJonas Maebe2014-08-171-0/+2
* Fix use after free bug.Istvan Noszticzius2014-08-151-1/+1
* RT2465: Silence some gcc warningsRob Austein2014-08-151-3/+3
* Update API to use (char *) for email addresses and hostnamesViktor Dukhovni2014-07-073-24/+22
* Set optional peername when X509_check_host() succeeds.Viktor Dukhovni2014-07-063-27/+34
* Make depend.Ben Laurie2014-06-301-21/+21
* More complete input validation of X509_check_mumbleViktor Dukhovni2014-06-221-3/+29
* Drop hostlen from X509_VERIFY_PARAM_ID.Viktor Dukhovni2014-06-221-0/+4
* Enforce _X509_CHECK_FLAG_DOT_SUBDOMAINS internal-onlyViktor Dukhovni2014-06-141-6/+5
* Client-side namecheck wildcards.Viktor Dukhovni2014-06-123-6/+72
* Separate the SCT List parser from the SCT List viewerRob Stradling2014-06-101-71/+172