aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
Commit message (Expand)AuthorAgeFilesLines
* 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
* OpenSSL is able to generate a certificate with name constraints with any poss...Luiz Angelo Daros de Luca2014-05-231-0/+35
* Fixes to host checking.Viktor Dukhovni2014-05-213-75/+154
* make dependGeoff Thorpe2014-04-251-0/+22
* 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
* fix WIN32 warningsDr. Stephen Henson2014-02-201-1/+1
* Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson2014-02-203-2/+209
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Portability fix: use BIO_snprintf and pick up strcasecmp alternativeDr. Stephen Henson2012-12-261-1/+2
* Check chain is not NULL before assuming we have a validated chain.Dr. Stephen Henson2012-12-151-1/+1
* Fix OCSP checking.Ben Laurie2012-12-071-1/+1
* Fix two bugs which affect delta CRL handling:Dr. Stephen Henson2012-12-061-2/+2
* Submitted by: Florian Weimer <fweimer@redhat.com>Dr. Stephen Henson2012-11-212-14/+21
* PR: 2909Dr. Stephen Henson2012-11-184-15/+539
* New functions to check a hostname email or IP address against aDr. Stephen Henson2012-10-082-0/+140