aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_pku.c
Commit message (Collapse)AuthorAgeFilesLines
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-1/+1
| | | | | | | | | like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-1/+1
|
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-2/+2
| | | | tolerated in certificates.
* Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1999-06-211-4/+4
| | | | | documentation to reflect the STACK_OF(CONF_VALUE) change to the CONF lib and use ANSI typedefs for X509V3_EXT_I2D and X509V3_EXT_FREE.
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-14/+0
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-15/+7
|
* Add initial support for Thawte strong extranet certificate extensions andDr. Stephen Henson1999-03-271-2/+4
| | | | include an 'indent' option to V3 stuff.
* Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson1999-03-061-1/+1
| | | | | | it is just a place holder for functionality to be added later. Its been added now so the X509V3_EXT_METHOD structure shouldn't (hopefully) have to change after the release.
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-221-6/+3
| | | | | | | | without -debug option to mk1mf.pl. Change _export to is_export (_export is a reserved word under VC++). Add yucky function prototype function pointer casts. Sanitise the included files in crypto/x509v3. Also changed ssleay.exe target to openssl.exe
* Fix warning.Ben Laurie1999-02-211-2/+4
|
* Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson1999-02-191-1/+1
| | | | to support CRL extensions.
* Fuller authority key id support, partial support for private key usage extensionDr. Stephen Henson1999-02-171-0/+172
and really fix the ASN.1 IMPLICIT bug this time :-)