aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
Commit message (Expand)AuthorAgeFilesLines
* Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte2005-01-173-1/+9
* Add functionality needed to process proxy certificates.Richard Levitte2004-12-287-7/+450
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-054-3/+13
* V1 certificates that aren't self signed can't be accepted as CAs.Dr. Stephen Henson2004-12-031-2/+0
* Split X509_check_ca() into a small self and an internal functionRichard Levitte2004-11-301-11/+16
* Make an explicit check during certificate validation to see that theRichard Levitte2004-11-292-27/+24
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Delta CRL support in extension code.Dr. Stephen Henson2004-07-062-1/+10
* Delete non-POSIX header file.Dr. Stephen Henson2004-07-041-1/+0
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-329/+313
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-0/+1
* make updateGeoff Thorpe2004-04-191-203/+165
* Don't use C++ reserved word.Dr. Stephen Henson2004-04-011-6/+6
* New function X509_POLICY_NODE_print()Dr. Stephen Henson2004-03-313-3/+24
* Make {i2v,v2i}_ASN1_BIT_STRING global.Dr. Stephen Henson2004-03-282-8/+9
* Fix loads of warnings in policy code.Dr. Stephen Henson2004-03-257-17/+18
* Damn, I was a bit hasty with my fix and hadn't spotted the linkerGeoff Thorpe2004-03-252-2/+2
* Remove some warnings.Geoff Thorpe2004-03-254-3/+7
* make updateRichard Levitte2004-03-231-0/+95
* Initial support for certificate policy checking and evaluation.Dr. Stephen Henson2004-03-239-3/+1827
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-154-9/+11
* staticGeoff Thorpe2004-03-101-1/+1
* Fix policy constraints syntax.Dr. Stephen Henson2004-03-081-2/+2
* Support for inhibitAnyPolicy extension.Dr. Stephen Henson2004-03-082-9/+23
* Various X509 fixes. Disable broken certificate workaroundsDr. Stephen Henson2004-03-051-2/+3
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-272-7/+10
* Give CRLDP its standard name.Dr. Stephen Henson2003-11-201-1/+1
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-2/+2
* Change the indentation from 12 to indent+4.Richard Levitte2003-09-271-1/+1
* PR: 627Dr. Stephen Henson2003-05-281-12/+12
* PR: 631Dr. Stephen Henson2003-05-281-0/+1
* Make DER option work again.Dr. Stephen Henson2003-05-021-2/+2
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-032-2/+2
* Reindent for readability.Richard Levitte2003-04-031-86/+104
* Don't feil when indent is 0.Richard Levitte2003-03-311-1/+1
* Multi valued AVA support.Dr. Stephen Henson2003-03-301-2/+13
* make updateDr. Stephen Henson2003-03-241-0/+16
* Support for name constraints.Dr. Stephen Henson2003-03-248-85/+426
* make updateDr. Stephen Henson2003-03-211-0/+16
* Support for policy constraints.Dr. Stephen Henson2003-03-216-4/+153
* make updateDr. Stephen Henson2003-03-201-0/+16
* New ASN1 macros to just implement and declare the new and free functionsDr. Stephen Henson2003-03-202-1/+2
* Support for policyMappingsDr. Stephen Henson2003-03-205-3/+172
* Support for dirName from config files in GeneralName extensions.Dr. Stephen Henson2003-02-275-2/+93
* Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte2003-02-142-0/+9
* IPv6 display and input support for extensions usingh GeneralName.Dr. Stephen Henson2003-02-053-25/+250
* DVCS (see RFC 3029) was missing among the possible purposes.Richard Levitte2003-01-292-0/+5
* Adjust the parameter lists in some not commonly used files.Richard Levitte2003-01-011-1/+1
* make updateRichard Levitte2002-12-291-385/+201