aboutsummaryrefslogtreecommitdiff
path: root/crypto/ocsp
AgeCommit message (Expand)AuthorFilesLines
2002-08-09make updateBodo Möller1-81/+87
2002-08-01OCSP and KRB5 Makefil.ssl should be consistent with all the othersRichard Levitte1-5/+5
2002-07-30"make update"Lutz Jänicke1-132/+127
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-76/+148
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-02-13ECDSA supportBodo Möller1-77/+91
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-2/+0
2001-11-15make updateRichard Levitte1-1/+1
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-1/+1
2001-10-04'make update'Richard Levitte1-43/+43
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe1-4/+17
2001-08-05Start to reduce some of the header bloat.Ben Laurie1-24/+27
2001-07-31make updateRichard Levitte1-4/+9
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-120/+52
2001-07-11In ocsp_match_issuerid() we are passed the CA that signed the responderDr. Stephen Henson1-1/+1
2001-02-26Typo in comment.Dr. Stephen Henson1-2/+2
2001-02-26Enhance OCSP_request_verify() so it finds the signers certificateDr. Stephen Henson5-19/+103
2001-02-26make updateRichard Levitte1-73/+69
2001-02-24New function and options to check OCSP response validity.Dr. Stephen Henson3-2/+87
2001-02-23Make OCSP cert id code tolerate a missing issuer certificateDr. Stephen Henson1-5/+16
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson1-15/+15
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson3-7/+7
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-56/+56
2001-02-20Use sk_*_new_null() instead of sk_*_new(NULL). That avoids gettingRichard Levitte1-2/+2
2001-02-20Include string.h so mem* functions get properly declared.Richard Levitte1-0/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte3-88/+93
2001-02-13New function OCSP_parse_url() and -url option for ocsp utility.Dr. Stephen Henson3-0/+108
2001-02-12Modify OCSP nonce behaviour.Dr. Stephen Henson3-97/+76
2001-02-08The check for request including a nonce and response not having it wasRichard Levitte1-1/+1
2001-02-07Fix AES code.Dr. Stephen Henson1-0/+23
2001-02-05New function to copy nonce values from OCSPDr. Stephen Henson2-12/+17
2001-02-04Make depend.Ben Laurie1-37/+102
2001-02-04Fix ASN1_TIME_to_generlizedtime().Dr. Stephen Henson4-9/+33
2001-02-03Various OCSP responder utility functions.Dr. Stephen Henson5-227/+273
2001-02-02Various function for commmon operations.Dr. Stephen Henson2-22/+5
2001-01-26New OCSP response verify option OCSP_TRUSTOTHERDr. Stephen Henson2-7/+17
2001-01-19Additional functionality in ocsp utility: print summaryDr. Stephen Henson3-8/+15
2001-01-18Implement remaining OCSP verify checks inDr. Stephen Henson3-13/+175
2001-01-17Initial OCSP certificate verify. Not complete,Dr. Stephen Henson4-6/+79
2001-01-13New OCSP utility. This can generate, parse and printDr. Stephen Henson2-4/+6
2001-01-12isspace must be used only on *unsigned* charsBodo Möller1-6/+6
2001-01-11Fix typo in OCSP ASN1 module, this causedDr. Stephen Henson2-3/+3
2001-01-11OCSP basic response verify. Very incompleteDr. Stephen Henson4-4/+156
2001-01-08Add prototypes for new OCSP functions.Dr. Stephen Henson2-1/+16
2001-01-08Add set of OCSP client functions. All experimentalDr. Stephen Henson7-59/+414
2001-01-05Modify OCSP API to more closely reflectDr. Stephen Henson2-28/+8
2001-01-04Update OCSP API.Dr. Stephen Henson6-51/+207
2000-12-29"make update" plus a rewrite of both .num files.Richard Levitte1-112/+69
2000-12-28Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson1-65/+19
2000-12-28New OCSP extension functions.Dr. Stephen Henson2-11/+237