aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/ocsp.c
Commit message (Expand)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-934/+0
* added RCSIDAndreas Steffen2008-01-221-0/+1
* extended asn1_algorithmIdentifier() to SHA-2Andreas Steffen2008-01-221-2/+5
* check hash algorithms used in signaturesAndreas Steffen2007-09-111-2/+9
* OID_UNKNOWN (-1) requires int typeAndreas Steffen2007-09-111-3/+2
* included a certificate label in the is_trusted() methodAndreas Steffen2007-05-251-1/+1
* fixed case of missing subjectKeyIDAndreas Steffen2007-03-141-2/+1
* log reception of trusted signer certificateAndreas Steffen2007-03-141-1/+1
* fixed compilation warnings and errors when not using curlMartin Willi2007-03-131-1/+0
* results from the single responses is stored in the corresponding certinfo_t s...Andreas Steffen2007-03-121-58/+56
* fixed a memory leak in response_tAndreas Steffen2007-03-091-25/+22
* ocsp signer certificate and ocsp response signature can be verifiedAndreas Steffen2007-03-081-54/+125
* added ocsp_parse_single_responseAndreas Steffen2007-03-081-1/+79
* parsing basic ocsp responseAndreas Steffen2007-03-081-26/+269
* http post fetching using libcurl implementedAndreas Steffen2007-03-071-2/+24
* nonce in ocsp_t was not properly initializedAndreas Steffen2007-03-071-0/+1
* ocsp request is now fully built but without requestor signatureAndreas Steffen2007-03-071-12/+85
* starting to build ocsp requestAndreas Steffen2007-03-061-39/+224
* addedAndreas Steffen2007-02-281-0/+258