summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3err.c
AgeCommit message (Collapse)Author
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
1999-11-23Support for authority information access extension.Dr. Stephen Henson
Fix so EVP_PKEY_rset_*() check return codes.
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
Submitted by: Lennart Bång, Bodo Möller
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-22CVS confusion?Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-22Fixed some race conditions.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-21Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson
this stuff.
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-19Finish off support for Certificate Policies extension.Dr. Stephen Henson
1999-04-18Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson
isn't fully implemented (yet).
1999-04-14Add some utilities to support SXNet extension also add support in DEF filesDr. Stephen Henson
generator to typesafe stacks.
1999-02-21Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson
to include email addresses from DN and copy details from issuer certificate. Include examples in openssl.cnf, update Win32 ordinals.
1999-02-20Generate errors when public/private key check is done.Ben Laurie
1999-02-20Preliminary support for reason code CRL extension.Dr. Stephen Henson
1999-02-19Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson
to support CRL extensions.
1999-02-17Oops! Remeber to include the other patches this time...Dr. Stephen Henson
1999-02-17Added code to GENERAL_NAME with support for more options and preliminaryDr. Stephen Henson
support for assignment in config files.
1999-02-14Update error codes.Dr. Stephen Henson
1999-02-10More extension code. Incomplete support for subject and issuer altDr. Stephen Henson
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.
1999-01-24Initial addition of new X509 V3 files, tidy of old files.Dr. Stephen Henson