| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo. | Dr. Stephen Henson | 2006-10-05 | 1 | -1/+1 |
* | Support for AKID in CRLs and partial support for IDP. Overhaul of CRL | Dr. Stephen Henson | 2006-09-14 | 2 | -32/+50 |
* | Add verify callback functions to lookup a STACK of matching certs or CRLs | Dr. Stephen Henson | 2006-09-10 | 1 | -0/+16 |
* | Cache some CRL related extensions. | Dr. Stephen Henson | 2006-07-24 | 2 | -6/+7 |
* | unused function | Ulf Möller | 2006-03-06 | 1 | -13/+0 |
* | fix warning | Nils Larsch | 2006-02-13 | 1 | -2/+2 |
* | RFC 3161 compliant time stamp request creation, response generation | Ulf Möller | 2006-02-13 | 4 | -1/+115 |
* | Update filenames in makefiles. | Dr. Stephen Henson | 2006-02-04 | 1 | -1/+1 |
* | add additional checks + cleanup | Nils Larsch | 2006-01-30 | 1 | -0/+1 |
* | Avoid contradictive error code assignments. | Bodo Möller | 2006-01-08 | 2 | -6/+6 |
* | fix potential memory leak + improved error checking | Nils Larsch | 2005-08-05 | 1 | -0/+9 |
* | improved error checking and some fixes | Nils Larsch | 2005-07-26 | 1 | -1/+2 |
* | Add declaration for IDP ASN1 functions. | Dr. Stephen Henson | 2005-07-26 | 1 | -0/+1 |
* | Add support for setting IDP too. | Dr. Stephen Henson | 2005-07-26 | 3 | -9/+76 |
* | Don't use @syntax for extended CRLDP format. | Dr. Stephen Henson | 2005-07-25 | 1 | -2/+2 |
* | Allow setting of all fields in CRLDP. Few cosmetic changes to output. | Dr. Stephen Henson | 2005-07-25 | 3 | -64/+281 |
* | Typo which prevents mult valued RDNs being created. | Dr. Stephen Henson | 2005-07-25 | 1 | -3/+3 |
* | Print out previously unsupported fields in CRLDP by i2r instead of i2v. | Dr. Stephen Henson | 2005-07-24 | 1 | -34/+41 |
* | Initial print only support for IDP CRL extension. | Dr. Stephen Henson | 2005-07-24 | 3 | -3/+122 |
* | Fix extension ordering. | Dr. Stephen Henson | 2005-06-22 | 1 | -3/+3 |
* | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov | 2005-05-16 | 1 | -2/+1 |
* | Fool-proofing Makefiles | Andy Polyakov | 2005-05-16 | 1 | -4/+1 |
* | Fix more error codes. | Bodo Möller | 2005-05-11 | 11 | -52/+62 |
* | Rebuild error codes. | Dr. Stephen Henson | 2005-04-12 | 1 | -113/+117 |
* | Add emacs cache files to .cvsignore. | Richard Levitte | 2005-04-11 | 1 | -0/+2 |
* | Added restrictions on the use of proxy certificates, as they may pose | Richard Levitte | 2005-04-09 | 1 | -1/+3 |
* | Blow away Makefile.ssl. | Ben Laurie | 2005-03-30 | 1 | -4/+3 |
* | Changes concering RFC 3820 (proxy certificates) integration: | Richard Levitte | 2005-01-17 | 3 | -1/+9 |
* | Add functionality needed to process proxy certificates. | Richard Levitte | 2004-12-28 | 7 | -7/+450 |
* | Add lots of checks for memory allocation failure, error codes to indicate | Dr. Stephen Henson | 2004-12-05 | 4 | -3/+13 |
* | V1 certificates that aren't self signed can't be accepted as CAs. | Dr. Stephen Henson | 2004-12-03 | 1 | -2/+0 |
* | Split X509_check_ca() into a small self and an internal function | Richard Levitte | 2004-11-30 | 1 | -11/+16 |
* | Make an explicit check during certificate validation to see that the | Richard Levitte | 2004-11-29 | 2 | -27/+24 |
* | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte | 2004-11-03 | 1 | -1/+1 |
* | Delta CRL support in extension code. | Dr. Stephen Henson | 2004-07-06 | 2 | -1/+10 |
* | Delete non-POSIX header file. | Dr. Stephen Henson | 2004-07-04 | 1 | -1/+0 |
* | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe | 2004-05-17 | 1 | -329/+313 |
* | Deprecate the recursive includes of bn.h from various API headers (asn1.h, | Geoff Thorpe | 2004-05-17 | 1 | -0/+1 |
* | make update | Geoff Thorpe | 2004-04-19 | 1 | -203/+165 |
* | Don't use C++ reserved word. | Dr. Stephen Henson | 2004-04-02 | 1 | -6/+6 |
* | New function X509_POLICY_NODE_print() | Dr. Stephen Henson | 2004-03-31 | 3 | -3/+24 |
* | Make {i2v,v2i}_ASN1_BIT_STRING global. | Dr. Stephen Henson | 2004-03-28 | 2 | -8/+9 |
* | Fix loads of warnings in policy code. | Dr. Stephen Henson | 2004-03-25 | 7 | -17/+18 |
* | Damn, I was a bit hasty with my fix and hadn't spotted the linker | Geoff Thorpe | 2004-03-25 | 2 | -2/+2 |
* | Remove some warnings. | Geoff Thorpe | 2004-03-25 | 4 | -3/+7 |
* | make update | Richard Levitte | 2004-03-23 | 1 | -0/+95 |
* | Initial support for certificate policy checking and evaluation. | Dr. Stephen Henson | 2004-03-23 | 9 | -3/+1827 |
* | Constify d2i, s2i, c2i and r2i functions and other associated | Richard Levitte | 2004-03-16 | 4 | -9/+11 |
* | static | Geoff Thorpe | 2004-03-10 | 1 | -1/+1 |
* | Fix policy constraints syntax. | Dr. Stephen Henson | 2004-03-08 | 1 | -2/+2 |