aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3prin.c
Commit message (Collapse)AuthorAgeFilesLines
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+3
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-35/+35
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
|
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-2/+0
| | | | | | to main trunk. Lets see if the makes it to openssl-cvs :-)
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-5/+5
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-3/+1
|
* Add initial support for Thawte strong extranet certificate extensions andDr. Stephen Henson1999-03-271-1/+1
| | | | include an 'indent' option to V3 stuff.
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-221-4/+9
| | | | | | | | 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
* More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1999-02-101-1/+2
| | | | | | | 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.
* Initial addition of new X509 V3 files, tidy of old files.Dr. Stephen Henson1999-01-241-0/+97