aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-221-5/+3
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-9/+17
* Fix more error codes.Bodo Möller2005-05-111-2/+2
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+2
* PR: 631Dr. Stephen Henson2003-05-281-0/+1
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-1/+1
* New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson2001-02-161-1/+1
* X509V3_add_i2d() needs to be able to allocate aDr. Stephen Henson2000-12-271-6/+7
* New function X509V3_add_i2d() this is used forDr. Stephen Henson2000-12-241-1/+75
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-131-1/+2
* Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson2000-06-111-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-2/+4
* Typesafety Thought Police last part.Ben Laurie2000-05-171-6/+8
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-3/+3
* Modernise 'selfsign.c' to use new X509_NAME codeDr. Stephen Henson2000-02-131-1/+1
* Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc.Dr. Stephen Henson2000-02-071-17/+0
* Modify the X509 V3 extension lookup code.Dr. Stephen Henson1999-12-011-27/+12
* Add trust setting support to the verify code. It now checks theDr. Stephen Henson1999-11-271-0/+5
* Support for authority information access extension.Dr. Stephen Henson1999-11-231-1/+2
* Add EX_DATA support to X509.Dr. Stephen Henson1999-10-111-1/+1
* New functions to parse and get extensions.Dr. Stephen Henson1999-10-091-0/+70
* Set ext_list to NULL after use.Dr. Stephen Henson1999-05-231-0/+1
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson1999-04-211-1/+2
* Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson1999-04-201-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-18/+10
* Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson1999-04-181-1/+2
* Add some utilities to support SXNet extension also add support in DEF filesDr. Stephen Henson1999-04-141-2/+2
* Add initial support for Thawte strong extranet certificate extensions andDr. Stephen Henson1999-03-271-1/+2
* Deleted my str_dup() function from X509V3: the same functionality is providedDr. Stephen Henson1999-03-041-1/+1
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-221-4/+3
* Preliminary support for reason code CRL extension.Dr. Stephen Henson1999-02-201-1/+2
* Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson1999-02-191-0/+3
* Oops! Remeber to include the other patches this time...Dr. Stephen Henson1999-02-171-0/+15
* More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1999-02-101-2/+6
* Add support for GeneralName and GeneralNames extensions. Also preliminaryDr. Stephen Henson1999-02-071-1/+2
* Initial addition of new X509 V3 files, tidy of old files.Dr. Stephen Henson1999-01-241-0/+158