summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Typo.Dr. Stephen Henson2006-10-051-1/+1
* Support for AKID in CRLs and partial support for IDP. Overhaul of CRLDr. Stephen Henson2006-09-142-32/+50
* Add verify callback functions to lookup a STACK of matching certs or CRLsDr. Stephen Henson2006-09-101-0/+16
* Cache some CRL related extensions.Dr. Stephen Henson2006-07-242-6/+7
* unused functionUlf Möller2006-03-061-13/+0
* fix warningNils Larsch2006-02-131-2/+2
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-134-1/+115
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* add additional checks + cleanupNils Larsch2006-01-301-0/+1
* Avoid contradictive error code assignments.Bodo Möller2006-01-082-6/+6
* fix potential memory leak + improved error checkingNils Larsch2005-08-051-0/+9
* improved error checking and some fixesNils Larsch2005-07-261-1/+2
* Add declaration for IDP ASN1 functions.Dr. Stephen Henson2005-07-261-0/+1
* Add support for setting IDP too.Dr. Stephen Henson2005-07-263-9/+76
* Don't use @syntax for extended CRLDP format.Dr. Stephen Henson2005-07-251-2/+2
* Allow setting of all fields in CRLDP. Few cosmetic changes to output.Dr. Stephen Henson2005-07-253-64/+281
* Typo which prevents mult valued RDNs being created.Dr. Stephen Henson2005-07-251-3/+3
* Print out previously unsupported fields in CRLDP by i2r instead of i2v.Dr. Stephen Henson2005-07-241-34/+41
* Initial print only support for IDP CRL extension.Dr. Stephen Henson2005-07-243-3/+122
* Fix extension ordering.Dr. Stephen Henson2005-06-221-3/+3
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-161-4/+1
* Fix more error codes.Bodo Möller2005-05-1111-52/+62
* Rebuild error codes.Dr. Stephen Henson2005-04-121-113/+117
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Added restrictions on the use of proxy certificates, as they may poseRichard Levitte2005-04-091-1/+3
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* 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-031-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-021-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-164-9/+11
* staticGeoff Thorpe2004-03-101-1/+1
* Fix policy constraints syntax.Dr. Stephen Henson2004-03-081-2/+2