aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp
Commit message (Expand)AuthorAgeFilesLines
...
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Consistency.Ben Laurie2005-03-312-4/+2
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-312-28/+32
* Blow away Makefile.ssl.Ben Laurie2005-03-301-5/+4
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-84/+80
* make updateGeoff Thorpe2004-04-191-59/+45
* 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
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-031-2/+2
* 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
* make updateRichard Levitte2002-12-291-149/+77
* Correct support for SunOS 4.1.3_U1.Richard Levitte2002-11-131-0/+3
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-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
* make updateBodo Möller2002-08-091-81/+87
* OCSP and KRB5 Makefil.ssl should be consistent with all the othersRichard Levitte2002-08-011-5/+5
* "make update"Lutz Jänicke2002-07-301-132/+127
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-76/+148
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* ECDSA supportBodo Möller2002-02-131-77/+91
* 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