aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_utl.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-7/+7
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-9/+13
2015-09-02Cleaner handling of "cnid" in do_x509_checkViktor Dukhovni1-3/+7
2015-08-31make X509_REQ opaqueDr. Stephen Henson1-0/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-13/+19
2015-05-11Add missing NULL check in X509V3_parse_list()Kurt Cancemi1-0/+4
2015-05-07Fix typo in valid_starViktor Dukhovni1-1/+1
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-6/+13
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free null cleanup finaleRich Salz1-16/+8
2015-04-30free NULL cleanup 8Rich Salz1-2/+1
2015-04-28remove malloc castsRich Salz1-1/+1
2015-02-10Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper1-1/+6
2015-02-02Dead code cleanup: crypto/*.c, x509v3, demosRich Salz1-12/+0
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-5/+5
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-1057/+1073
2015-01-22More indent fixes for STACK_OFMatt Caswell1-1/+1
2015-01-12Allow multiple IDN xn-- indicatorsRich Salz1-27/+8
2014-08-15Fix use after free bug.Istvan Noszticzius1-1/+1
2014-07-07Update API to use (char *) for email addresses and hostnamesViktor Dukhovni1-15/+16
2014-07-06Set optional peername when X509_check_host() succeeds.Viktor Dukhovni1-24/+30
2014-06-22More complete input validation of X509_check_mumbleViktor Dukhovni1-3/+29
2014-06-22Drop hostlen from X509_VERIFY_PARAM_ID.Viktor Dukhovni1-0/+4
2014-06-14Enforce _X509_CHECK_FLAG_DOT_SUBDOMAINS internal-onlyViktor Dukhovni1-6/+5
2014-06-12Client-side namecheck wildcards.Viktor Dukhovni1-6/+53
2014-05-21Fixes to host checking.Viktor Dukhovni1-61/+145
2012-11-21Submitted by: Florian Weimer <fweimer@redhat.com>Dr. Stephen Henson1-6/+1
2012-11-18PR: 2909Dr. Stephen Henson1-14/+190
2012-10-08New functions to check a hostname email or IP address against aDr. Stephen Henson1-0/+128
2009-07-27Update from 1.0.0-stableDr. Stephen Henson1-18/+18
2009-02-14PR: 1835Dr. Stephen Henson1-1/+1
2008-12-08Oops should check zero_pos >= 0.Dr. Stephen Henson1-1/+1
2008-12-07Handle case where v6stat.zero_pos == 0 correctly.Dr. Stephen Henson1-8/+11
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson1-1/+1
2008-06-04More type-checking.Ben Laurie1-19/+22
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson1-0/+24
2007-04-11Constification.Dr. Stephen Henson1-3/+3
2007-02-03Update from fips2 branch.Dr. Stephen Henson1-1/+1
2006-11-27Add RFC 3779 support.Ben Laurie1-2/+1
2006-03-06unused functionUlf Möller1-13/+0
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller1-0/+13
2005-07-25Typo which prevents mult valued RDNs being created.Dr. Stephen Henson1-3/+3
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe1-0/+1
2003-03-30Multi valued AVA support.Dr. Stephen Henson1-2/+13
2003-03-24Support for name constraints.Dr. Stephen Henson1-12/+68
2003-02-27Support for dirName from config files in GeneralName extensions.Dr. Stephen Henson1-0/+35
2003-02-05IPv6 display and input support for extensions usingh GeneralName.Dr. Stephen Henson1-2/+208
2002-11-14Fix get_email: 0 is a valid return valueDr. Stephen Henson1-1/+1