aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
Commit message (Expand)AuthorAgeFilesLines
* Fix an error path leak in do_ext_nconf()Matt Caswell2016-06-101-1/+3
* Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni2016-05-191-0/+6
* NGX-2040 - fix wildcard match on punycode/IDNA DNS namesZi Lin2016-01-152-1/+12
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-182-2/+2
* Fix missing malloc return value checksMatt Caswell2015-11-092-0/+6
* Fix self signed handling.Dr. Stephen Henson2015-10-151-9/+10
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-4/+0
* d2i: don't update input pointer on failureKurt Roeckx2015-09-151-1/+3
* Cleaner handling of "cnid" in do_x509_checkViktor Dukhovni2015-09-021-3/+7
* Conversion to UTF-8 where neededRichard Levitte2015-07-142-2/+2
* make updateDr. Stephen Henson2015-06-031-20/+12
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-0/+2
* Add missing NULL check in X509V3_parse_list()Kurt Cancemi2015-05-111-0/+4
* Fix typo in valid_starViktor Dukhovni2015-05-071-1/+1
* Remove libcrypto to libssl dependencyMatt Caswell2015-05-051-1/+10
* Code style: space after 'if'Viktor Dukhovni2015-04-161-4/+4
* do_dirname: Don't change gen on failuresKurt Roeckx2015-04-111-8/+10
* Fix missing return checks in v3_cpols.cMatt Caswell2015-03-121-4/+12
* Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper2015-02-101-1/+6
* Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell2015-01-222-19/+19
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2244-9692/+9791
* More indent fixes for STACK_OFMatt Caswell2015-01-222-2/+2
* Additional comment changes for reformat of 1.0.2Matt Caswell2015-01-221-1/+2
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-223-4/+6
* mark all block comments that need format preserving so thatTim Hudson2015-01-225-8/+13
* Allow multiple IDN xn-- indicatorsRich Salz2015-01-121-27/+8
* RT3662: Allow leading . in nameConstraintsDr. Stephen Henson2015-01-061-1/+1
* RT3031: Need to #undef some names for win32Robin Lee2014-09-081-0/+7
* Fix use after free bug.Istvan Noszticzius2014-08-151-1/+1
* 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-073-27/+34
* More complete input validation of X509_check_mumbleViktor Dukhovni2014-06-251-3/+29
* Drop hostlen from X509_VERIFY_PARAM_ID.Viktor Dukhovni2014-06-251-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
* make updateDr. Stephen Henson2014-06-121-21/+21
* Separate the SCT List parser from the SCT List viewerRob Stradling2014-06-111-71/+172
* Fixes to host checking.Viktor Dukhovni2014-05-213-75/+154
* Extension checking fixes.Dr. Stephen Henson2014-04-151-3/+3
* Don't use BN_ULLONG in n2l8 use SCTS_TIMESTAMP.Dr. Stephen Henson2014-02-251-0/+9
* Fix for v3_scts.cDr. Stephen Henson2014-02-251-2/+11
* Parse non-v1 SCTs less awkwardly.Rob Stradling2014-02-251-4/+11
* make updateDr. Stephen Henson2014-02-201-0/+22
* fix WIN32 warningsDr. Stephen Henson2014-02-201-1/+1
* Show the contents of the RFC6962 Signed Certificate Timestamp List Certificat...Rob Stradling2014-02-203-2/+209
* Include self-signed flag in certificates by checking SKID/AKID as wellDr. Stephen Henson2014-02-142-4/+10
* Add extension free function.Ben Laurie2014-02-023-4/+30
* Portability fix: use BIO_snprintf and pick up strcasecmp alternativeDr. Stephen Henson2012-12-261-1/+2
* Oops, add missing v3nametest.cDr. Stephen Henson2012-12-261-0/+358
* Backport X509 hostname, IP address and email checking code from HEAD.Dr. Stephen Henson2012-12-193-1/+314