aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
Commit message (Collapse)AuthorAgeFilesLines
* More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1999-02-1015-24/+534
| | | | | | | 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.
* Update dependencies.Ben Laurie1999-02-091-0/+22
|
* 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-075-3/+442
| | | | | | support for subject and issuer alt name. Add a new ASN1 macro and fix a nasty bug that left an ASN1 buffer modified on an error condition with IMPLICIT tagging.
* Delete legacy file.Dr. Stephen Henson1999-02-061-318/+0
|
* Rename v3_bitstr.c to v3_bitst.c to fit in 8+3. Rebuild MINFO to reflectDr. Stephen Henson1999-02-062-13/+13
| | | | change.
* Delete bogus V3 prototype and update the *.num files to include ordinals forDr. Stephen Henson1999-02-011-2/+0
| | | | the new functions. Update MINFO.
* Break circular dependency between pem and err.Ben Laurie1999-01-301-35/+39
|
* Ignore crypto/x509v3/libRalf S. Engelschall1999-01-301-0/+1
|
* Add dependencies.Ben Laurie1999-01-301-0/+94
|
* More X509 V3 stuff. Add support for extensions in the 'req' applicationDr. Stephen Henson1999-01-252-2/+2
| | | | | | | so that: openssl req -x509 -new -out cert.pem will take extensions from openssl.cnf a sample for a CA is included. Also change the directory order so pem is nearer the end. Otherwise 'make links' wont work because pem.h can't be built.
* Add file x509v3.err.Dr. Stephen Henson1999-01-241-0/+28
|
* Initial addition of new X509 V3 files, tidy of old files.Dr. Stephen Henson1999-01-2418-81/+2503
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-214-0/+503