summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp
AgeCommit message (Expand)Author
2001-02-26Typo in comment.Dr. Stephen Henson
2001-02-26Enhance OCSP_request_verify() so it finds the signers certificateDr. Stephen Henson
2001-02-26make updateRichard Levitte
2001-02-24New function and options to check OCSP response validity.Dr. Stephen Henson
2001-02-23Make OCSP cert id code tolerate a missing issuer certificateDr. Stephen Henson
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-20Use sk_*_new_null() instead of sk_*_new(NULL). That avoids gettingRichard Levitte
2001-02-20Include string.h so mem* functions get properly declared.Richard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-13New function OCSP_parse_url() and -url option for ocsp utility.Dr. Stephen Henson
2001-02-12Modify OCSP nonce behaviour.Dr. Stephen Henson
2001-02-08The check for request including a nonce and response not having it wasRichard Levitte
2001-02-07Fix AES code.Dr. Stephen Henson
2001-02-05New function to copy nonce values from OCSPDr. Stephen Henson
2001-02-04Make depend.Ben Laurie
2001-02-04Fix ASN1_TIME_to_generlizedtime().Dr. Stephen Henson
2001-02-03Various OCSP responder utility functions.Dr. Stephen Henson
2001-02-02Various function for commmon operations.Dr. Stephen Henson
2001-01-26New OCSP response verify option OCSP_TRUSTOTHERDr. Stephen Henson
2001-01-19Additional functionality in ocsp utility: print summaryDr. Stephen Henson
2001-01-18Implement remaining OCSP verify checks inDr. Stephen Henson
2001-01-17Initial OCSP certificate verify. Not complete,Dr. Stephen Henson
2001-01-13New OCSP utility. This can generate, parse and printDr. Stephen Henson
2001-01-12isspace must be used only on *unsigned* charsBodo Möller
2001-01-11Fix typo in OCSP ASN1 module, this causedDr. Stephen Henson
2001-01-11OCSP basic response verify. Very incompleteDr. Stephen Henson
2001-01-08Add prototypes for new OCSP functions.Dr. Stephen Henson
2001-01-08Add set of OCSP client functions. All experimentalDr. Stephen Henson
2001-01-05Modify OCSP API to more closely reflectDr. Stephen Henson
2001-01-04Update OCSP API.Dr. Stephen Henson
2000-12-29"make update" plus a rewrite of both .num files.Richard Levitte
2000-12-28Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson
2000-12-28New OCSP extension functions.Dr. Stephen Henson
2000-12-21Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson
2000-12-20Fixes to OCSP print code.Dr. Stephen Henson
2000-12-17Redo OCSP response printing. Remove duplicate orDr. Stephen Henson
2000-12-15Implement some standard OCSP extensions in the v3 code. TheseDr. Stephen Henson
2000-12-14Add OCSP nonce extension to supported extensions.Dr. Stephen Henson
2000-12-14New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson
2000-12-13Replace the old style OCSP ASN1 module.Dr. Stephen Henson
2000-11-14ignoreUlf Möller
2000-11-14Two OCSP functions that aren't yet implemented.Richard Levitte
2000-11-14Typo, was "time" instead of "tim".Richard Levitte
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller
2000-11-12Make this stuff compile.Ben Laurie
2000-11-03Instead of just STACK, use STACK_OF(ASN1_OBJECT).Richard Levitte
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte