aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp
Commit message (Expand)AuthorAgeFilesLines
* In ocsp_match_issuerid() we are passed the CA that signed the responderDr. Stephen Henson2001-07-111-1/+1
* Typo in comment.Dr. Stephen Henson2001-02-261-2/+2
* Enhance OCSP_request_verify() so it finds the signers certificateDr. Stephen Henson2001-02-265-19/+103
* make updateRichard Levitte2001-02-261-73/+69
* New function and options to check OCSP response validity.Dr. Stephen Henson2001-02-243-2/+87
* Make OCSP cert id code tolerate a missing issuer certificateDr. Stephen Henson2001-02-231-5/+16
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-15/+15
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-233-7/+7
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-56/+56
* Use sk_*_new_null() instead of sk_*_new(NULL). That avoids gettingRichard Levitte2001-02-201-2/+2
* Include string.h so mem* functions get properly declared.Richard Levitte2001-02-201-0/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-193-88/+93
* New function OCSP_parse_url() and -url option for ocsp utility.Dr. Stephen Henson2001-02-133-0/+108
* Modify OCSP nonce behaviour.Dr. Stephen Henson2001-02-123-97/+76
* The check for request including a nonce and response not having it wasRichard Levitte2001-02-081-1/+1
* Fix AES code.Dr. Stephen Henson2001-02-071-0/+23
* New function to copy nonce values from OCSPDr. Stephen Henson2001-02-052-12/+17
* Make depend.Ben Laurie2001-02-041-37/+102
* Fix ASN1_TIME_to_generlizedtime().Dr. Stephen Henson2001-02-044-9/+33
* Various OCSP responder utility functions.Dr. Stephen Henson2001-02-035-227/+273
* Various function for commmon operations.Dr. Stephen Henson2001-02-022-22/+5
* New OCSP response verify option OCSP_TRUSTOTHERDr. Stephen Henson2001-01-262-7/+17
* Additional functionality in ocsp utility: print summaryDr. Stephen Henson2001-01-193-8/+15
* Implement remaining OCSP verify checks inDr. Stephen Henson2001-01-183-13/+175
* Initial OCSP certificate verify. Not complete,Dr. Stephen Henson2001-01-174-6/+79
* New OCSP utility. This can generate, parse and printDr. Stephen Henson2001-01-132-4/+6
* isspace must be used only on *unsigned* charsBodo Möller2001-01-121-6/+6
* Fix typo in OCSP ASN1 module, this causedDr. Stephen Henson2001-01-112-3/+3
* OCSP basic response verify. Very incompleteDr. Stephen Henson2001-01-114-4/+156
* Add prototypes for new OCSP functions.Dr. Stephen Henson2001-01-082-1/+16
* Add set of OCSP client functions. All experimentalDr. Stephen Henson2001-01-087-59/+414
* Modify OCSP API to more closely reflectDr. Stephen Henson2001-01-052-28/+8
* Update OCSP API.Dr. Stephen Henson2001-01-046-51/+207
* "make update" plus a rewrite of both .num files.Richard Levitte2000-12-291-112/+69
* Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson2000-12-281-65/+19
* New OCSP extension functions.Dr. Stephen Henson2000-12-282-11/+237
* Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson2000-12-211-0/+2
* Fixes to OCSP print code.Dr. Stephen Henson2000-12-202-16/+15
* Redo OCSP response printing. Remove duplicate orDr. Stephen Henson2000-12-179-942/+178
* Implement some standard OCSP extensions in the v3 code. TheseDr. Stephen Henson2000-12-151-16/+4
* Add OCSP nonce extension to supported extensions.Dr. Stephen Henson2000-12-142-0/+2
* New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson2000-12-145-84/+167
* Replace the old style OCSP ASN1 module.Dr. Stephen Henson2000-12-138-1022/+167
* ignoreUlf Möller2000-11-141-0/+2
* Two OCSP functions that aren't yet implemented.Richard Levitte2000-11-141-0/+4
* Typo, was "time" instead of "tim".Richard Levitte2000-11-141-1/+1
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-14/+7
* Make this stuff compile.Ben Laurie2000-11-122-11/+12
* Instead of just STACK, use STACK_OF(ASN1_OBJECT).Richard Levitte2000-11-031-6/+7
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-279-0/+3614