aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_akey.c
AgeCommit message (Collapse)AuthorFilesLines
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-13/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-4/+4
Submitted by: Reviewed by: PR:
1999-04-20Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson1-5/+5
1999-04-19Change functions to ANSI C.Ulf Möller1-18/+9
1999-03-27Add initial support for Thawte strong extranet certificate extensions andDr. Stephen Henson1-1/+1
include an 'indent' option to V3 stuff.
1999-03-06Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson1-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.
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1-6/+4
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
1999-02-17Oops! Remeber to include the other patches this time...Dr. Stephen Henson1-0/+86
1999-02-10More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1-0/+185
name, issuer and authority key id. Change the i2v function parameters and add an extra 'crl' parameter in the X509V3_CTX structure: guess what that's for :-) Fix to ASN1 macro which messed up IMPLICIT tag and add f_enum.c which adds a2i, i2a for ENUMERATED.