aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp
Commit message (Expand)AuthorAgeFilesLines
* Rebuild error source files.Dr. Stephen Henson2006-11-211-7/+4
* Fix from HEAD.Dr. Stephen Henson2006-11-132-2/+2
* Rebuild error codes.Dr. Stephen Henson2005-04-121-50/+54
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Pull FIPS back into stable.Ben Laurie2004-05-111-5/+3
* Typos.Dr. Stephen Henson2004-03-041-3/+3
* Avoid a memory leak in OCSP_parse_url().Richard Levitte2004-03-011-0/+1
* Use an OCTET STRING for the encoding of an OCSP nonce value.Dr. Stephen Henson2004-02-191-7/+17
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Don't give an error if response reason absent in OCSP HTTP.Dr. Stephen Henson2003-03-141-4/+10
* Armor against systems without ranlib...Lutz Jänicke2003-01-161-1/+1
* Correct support for SunOS 4.1.3_U1.Richard Levitte2002-11-131-0/+3
* Many security improvements (CHATS) and a warning fix.Ben Laurie2002-11-121-1/+1
* Typo in OCSP ASN1 moduleDr. Stephen Henson2002-11-071-1/+1
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* OCSP and KRB5 Makefil.ssl should be consistent with all the othersRichard Levitte2002-08-011-5/+5
* "make update"Lutz Jänicke2002-07-301-63/+135
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-2/+0
* make updateRichard Levitte2001-11-151-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-1/+1
* 'make update'Richard Levitte2001-10-041-43/+43
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-4/+17
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-24/+27
* make updateRichard Levitte2001-07-311-4/+9
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-120/+52
* 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