summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_utl.c
AgeCommit message (Expand)Author
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
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-04-14Add some utilities to support SXNet extension also add support in DEF filesDr. Stephen Henson
1999-03-04Deleted my str_dup() function from X509V3: the same functionality is providedDr. Stephen Henson
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson
1999-02-20Preliminary support for reason code CRL extension.Dr. Stephen Henson
1999-02-19Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson
1999-02-17Added code to GENERAL_NAME with support for more options and preliminaryDr. Stephen Henson
1999-02-10More extension code. Incomplete support for subject and issuer altDr. Stephen Henson
1999-01-24Initial addition of new X509 V3 files, tidy of old files.Dr. Stephen Henson