aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_alt.c
Commit message (Expand)AuthorAgeFilesLines
* 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