summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_utl.c
AgeCommit message (Expand)Author
2015-02-10Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper
2015-02-02Dead code cleanup: crypto/*.c, x509v3, demosRich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More indent fixes for STACK_OFMatt Caswell
2015-01-12Allow multiple IDN xn-- indicatorsRich Salz
2014-08-15Fix use after free bug.Istvan Noszticzius
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-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-05-21Fixes to host checking.Viktor Dukhovni
2012-11-21Submitted by: Florian Weimer <fweimer@redhat.com>Dr. Stephen Henson
2012-11-18PR: 2909Dr. Stephen Henson
2012-10-08New functions to check a hostname email or IP address against aDr. Stephen Henson
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2009-02-14PR: 1835Dr. Stephen Henson
2008-12-08Oops should check zero_pos >= 0.Dr. Stephen Henson
2008-12-07Handle case where v6stat.zero_pos == 0 correctly.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson
2007-04-11Constification.Dr. Stephen Henson
2007-02-03Update from fips2 branch.Dr. Stephen Henson
2006-11-27Add RFC 3779 support.Ben Laurie
2006-03-06unused functionUlf Möller
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
2005-07-25Typo which prevents mult valued RDNs being created.Dr. Stephen Henson
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe
2003-03-30Multi valued AVA support.Dr. Stephen Henson
2003-03-24Support for name constraints.Dr. Stephen Henson
2003-02-27Support for dirName from config files in GeneralName extensions.Dr. Stephen Henson
2003-02-05IPv6 display and input support for extensions usingh GeneralName.Dr. Stephen Henson
2002-11-14Fix get_email: 0 is a valid return valueDr. Stephen Henson
2002-11-13Fix memory leak in s2i_ASN_INTEGER and return an errorDr. Stephen Henson
2002-02-28disable '#ifdef DEBUG' sectionsBodo Möller
2001-03-15Overhaul the display of certificate details inDr. Stephen Henson
2001-01-19Fixes to various ASN1_INTEGER routines for negative case.Dr. Stephen Henson
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-09-10Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte
2000-06-11Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-01-30Seek out and destroy another evil cast.Ulf Möller
1999-06-21Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson
1999-05-10The various character predicates (isspace and the like) may not beBodo Möller