aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_utl.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-13Fix memory leak in s2i_ASN_INTEGER and return an errorDr. Stephen Henson1-2/+3
2002-02-28disable '#ifdef DEBUG' sectionsBodo Möller1-4/+4
2001-03-15Overhaul the display of certificate details inDr. Stephen Henson1-1/+1
2001-01-19Fixes to various ASN1_INTEGER routines for negative case.Dr. Stephen Henson1-4/+23
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-4/+4
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-1/+1
2000-09-10Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte1-0/+11
2000-06-11Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson1-0/+87
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-17/+17
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-1/+1
1999-06-21Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1-1/+1
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1-10/+13
1999-05-10The various character predicates (isspace and the like) may not beBodo Möller1-2/+2
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-23Work with -pedantic!Ben Laurie1-0/+6
1999-04-19Change functions to ANSI C.Ulf Möller1-46/+16
1999-04-17Massive constification.Ben Laurie1-6/+6
1999-04-14Add some utilities to support SXNet extension also add support in DEF filesDr. Stephen Henson1-17/+28
1999-03-04Deleted my str_dup() function from X509V3: the same functionality is providedDr. Stephen Henson1-12/+3
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1-5/+4
1999-02-20Preliminary support for reason code CRL extension.Dr. Stephen Henson1-2/+16
1999-02-19Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson1-4/+15
1999-02-17Added code to GENERAL_NAME with support for more options and preliminaryDr. Stephen Henson1-0/+18
1999-02-10More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1-0/+83
1999-01-24Initial addition of new X509 V3 files, tidy of old files.Dr. Stephen Henson1-0/+312