aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_alt.c
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to move the emailAddress object to the subjectAltNameRichard Levitte2001-04-111-3/+11
* Fix bug in copy_email() which would notDr. Stephen Henson2001-03-011-1/+1
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-2/+2
* Add OCSP service locator extension.Dr. Stephen Henson2000-12-161-4/+3
* New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson2000-12-141-0/+54
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-131-12/+7
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-14/+14
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-3/+3
* Modify the X509 V3 extension lookup code.Dr. Stephen Henson1999-12-011-1/+0
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-4/+4
* Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1999-06-211-12/+12
* Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1999-06-201-8/+8
* Oops ... fix warning.Dr. Stephen Henson1999-04-271-1/+1
* Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson1999-04-271-0/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-8/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Work with -pedantic!Ben Laurie1999-04-231-3/+3
* Fix lots of warnings.Ulf Möller1999-04-201-1/+2
* Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson1999-04-201-37/+38
* Change functions to ANSI C.Ulf Möller1999-04-191-30/+13
* Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson1999-03-061-2/+2
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-221-12/+8
* Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson1999-02-211-2/+170
* Added code to GENERAL_NAME with support for more options and preliminaryDr. Stephen Henson1999-02-171-22/+140
* More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1999-02-101-7/+8
* Comment out def of currently unimplemented function to stop warning.Dr. Stephen Henson1999-02-081-1/+1
* Fix filename in comment.Dr. Stephen Henson1999-02-071-1/+1
* Add support for GeneralName and GeneralNames extensions. Also preliminaryDr. Stephen Henson1999-02-071-0/+141