ECDSA support
[openssl.git] / crypto / ocsp /
2002-02-13 Bodo MöllerECDSA support
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-11-15 Richard Levittemake update
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-04 Richard Levitte'make update'
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-11 Dr. Stephen HensonIn ocsp_match_issuerid() we are passed the CA that...
2001-02-26 Dr. Stephen HensonTypo in comment.
2001-02-26 Dr. Stephen HensonEnhance OCSP_request_verify() so it finds the signers...
2001-02-26 Richard Levittemake update
2001-02-24 Dr. Stephen HensonNew function and options to check OCSP response validity.
2001-02-23 Dr. Stephen HensonMake OCSP cert id code tolerate a missing issuer certif...
2001-02-23 Dr. Stephen HensonGet rid of ASN1_ITEM_FUNCTIONS dummy function
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-20 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL). That...
2001-02-20 Richard LevitteInclude string.h so mem* functions get properly declared.
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-13 Dr. Stephen HensonNew function OCSP_parse_url() and -url option for ocsp...
2001-02-12 Dr. Stephen HensonModify OCSP nonce behaviour.
2001-02-08 Richard LevitteThe check for request including a nonce and response...
2001-02-07 Dr. Stephen HensonFix AES code.
2001-02-05 Dr. Stephen HensonNew function to copy nonce values from OCSP
2001-02-04 Ben LaurieMake depend.
2001-02-04 Dr. Stephen HensonFix ASN1_TIME_to_generlizedtime().
2001-02-03 Dr. Stephen HensonVarious OCSP responder utility functions.
2001-02-02 Dr. Stephen HensonVarious function for commmon operations.
2001-01-26 Dr. Stephen HensonNew OCSP response verify option OCSP_TRUSTOTHER
2001-01-19 Dr. Stephen HensonAdditional functionality in ocsp utility: print summary
2001-01-18 Dr. Stephen HensonImplement remaining OCSP verify checks in
2001-01-17 Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2001-01-13 Dr. Stephen HensonNew OCSP utility. This can generate, parse and print
2001-01-12 Bodo Möllerisspace must be used only on *unsigned* chars
2001-01-11 Dr. Stephen HensonFix typo in OCSP ASN1 module, this caused
2001-01-11 Dr. Stephen HensonOCSP basic response verify. Very incomplete
2001-01-08 Dr. Stephen HensonAdd prototypes for new OCSP functions.
2001-01-08 Dr. Stephen HensonAdd set of OCSP client functions. All experimental
2001-01-05 Dr. Stephen HensonModify OCSP API to more closely reflect
2001-01-04 Dr. Stephen HensonUpdate OCSP API.
2000-12-29 Richard Levitte"make update" plus a rewrite of both .num files.
2000-12-28 Dr. Stephen HensonAdd NO_ASN1_OLD to remove some old style functions:
2000-12-28 Dr. Stephen HensonNew OCSP extension functions.
2000-12-21 Dr. Stephen HensonVarious Win32 related fixes. Doesn't compile yet on
2000-12-20 Dr. Stephen HensonFixes to OCSP print code.
2000-12-17 Dr. Stephen HensonRedo OCSP response printing. Remove duplicate or
2000-12-15 Dr. Stephen HensonImplement some standard OCSP extensions in the v3 code...
2000-12-14 Dr. Stephen HensonAdd OCSP nonce extension to supported extensions.
2000-12-14 Dr. Stephen HensonNew function X509V3_extensions_print() this removes...
2000-12-13 Dr. Stephen HensonReplace the old style OCSP ASN1 module.
2000-11-14 Ulf Möllerignore
2000-11-14 Richard LevitteTwo OCSP functions that aren't yet implemented.
2000-11-14 Richard LevitteTypo, was "time" instead of "tim".
2000-11-12 Ulf Möllerin some new file names the first 8 characters were...
2000-11-12 Ben LaurieMake this stuff compile.
2000-11-03 Richard LevitteInstead of just STACK, use STACK_OF(ASN1_OBJECT).
2000-10-27 Richard LevitteThe majority of the OCSP code from CertCo.