aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_utl.c
Commit message (Expand)AuthorAgeFilesLines
* Overhaul the display of certificate details inDr. Stephen Henson2001-03-151-1/+1
* Fixes to various ASN1_INTEGER routines for negative case.Dr. Stephen Henson2001-01-191-4/+23
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-4/+4
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-1/+1
* Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte2000-09-101-0/+11
* Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson2000-06-111-0/+87
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-17/+17
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-1/+1
* Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1999-06-211-1/+1
* Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1999-06-201-10/+13
* The various character predicates (isspace and the like) may not beBodo Möller1999-05-101-2/+2
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Work with -pedantic!Ben Laurie1999-04-231-0/+6
* Change functions to ANSI C.Ulf Möller1999-04-191-46/+16
* Massive constification.Ben Laurie1999-04-171-6/+6
* Add some utilities to support SXNet extension also add support in DEF filesDr. Stephen Henson1999-04-141-17/+28
* Deleted my str_dup() function from X509V3: the same functionality is providedDr. Stephen Henson1999-03-041-12/+3
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-221-5/+4
* Preliminary support for reason code CRL extension.Dr. Stephen Henson1999-02-201-2/+16
* Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson1999-02-191-4/+15
* Added code to GENERAL_NAME with support for more options and preliminaryDr. Stephen Henson1999-02-171-0/+18
* More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1999-02-101-0/+83
* Initial addition of new X509 V3 files, tidy of old files.Dr. Stephen Henson1999-01-241-0/+312