aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* added chunk_compare() which compares orders chunksAndreas Steffen2007-03-272-0/+21
|
* fixed case of missing subjectKeyIDAndreas Steffen2007-03-142-6/+15
|
* corrected typoAndreas Steffen2007-03-141-2/+2
|
* use CURLOPT_NOSIGNALAndreas Steffen2007-03-141-0/+1
|
* log reception of trusted signer certificateAndreas Steffen2007-03-141-1/+1
|
* fixed carry bug in FIPS prfMartin Willi2007-03-141-4/+4
|
* cosmeticsAndreas Steffen2007-03-141-2/+2
|
* increased control debugging outputAndreas Steffen2007-03-141-2/+2
|
* fixed compilation warnings and errors when not using curlMartin Willi2007-03-135-3/+10
|
* results from the single responses is stored in the corresponding certinfo_t ↵Andreas Steffen2007-03-123-59/+92
| | | | structs
* fixed memory leak by calling curl_slist_free_all(headers)Andreas Steffen2007-03-091-0/+1
|
* whitelisting static Curl_getaddrinfo() memory leakAndreas Steffen2007-03-091-0/+6
|
* fixed a memory leak in response_tAndreas Steffen2007-03-091-25/+22
|
* ocsp signer certificate and ocsp response signature can be verifiedAndreas Steffen2007-03-086-61/+426
|
* generalized get_ca_certificate() to get_auth_certificate(auth_flags)Andreas Steffen2007-03-081-3/+3
|
* added fetcher_finalize() to clean up libcurlAndreas Steffen2007-03-082-1/+23
|
* support of setting and getting authority flagsAndreas Steffen2007-03-082-2/+58
|
* added ocsp_parse_single_responseAndreas Steffen2007-03-081-1/+79
|
* experimental SHA2 HMAC and PRF implementationsMartin Willi2007-03-085-4/+40
|
* parsing basic ocsp responseAndreas Steffen2007-03-081-26/+269
|
* forgot to assign public.is_ocsp_signer() methodAndreas Steffen2007-03-071-0/+1
|
* added parsing level to x509_create_from_chunk() and added is_ocsp_signer() ↵Andreas Steffen2007-03-072-7/+42
| | | | method
* http post fetching using libcurl implementedAndreas Steffen2007-03-073-10/+170
|
* added fetcher.h and fetcher.cAndreas Steffen2007-03-071-0/+1
|
* addedAndreas Steffen2007-03-072-0/+132
|
* corrected @ingroup to utilsAndreas Steffen2007-03-071-1/+1
|
* corrected commentAndreas Steffen2007-03-071-1/+1
|
* start ocsp checking only if there are any ocspuris presentAndreas Steffen2007-03-071-1/+9
|
* 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-063-54/+299
|
* added print hook for certinfo_t printingAndreas Steffen2007-03-061-0/+2
|
* fixed typoAndreas Steffen2007-03-061-1/+1
|
* iterate certinfos linked list for matching serialNumberAndreas Steffen2007-03-053-2/+45
|
* refactored ca_info_tAndreas Steffen2007-03-032-26/+259
|
* added ocsp.h and ocsp.cAndreas Steffen2007-02-281-0/+1
|
* addedAndreas Steffen2007-02-282-0/+301
|
* merged tasking branch into trunkMartin Willi2007-02-286-26/+134
|
* fixed big endian bug in md5 hasherMartin Willi2007-02-281-1/+1
|
* cosmeticsAndreas Steffen2007-02-271-10/+15
|
* added once flag to certinfo_tAndreas Steffen2007-02-271-0/+5
|
* cosmeticsAndreas Steffen2007-02-271-10/+10
|
* added certinfos linked listAndreas Steffen2007-02-271-24/+33
|
* added support of OCSP accessLocationsAndreas Steffen2007-02-252-10/+31
|
* correct interface definitionAndreas Steffen2007-02-251-1/+1
|
* full support of ca info recordsAndreas Steffen2007-02-242-29/+216
|
* added the create_crluri_iterator methodAndreas Steffen2007-02-242-0/+17
|
* alphabetically sorting print commandsAndreas Steffen2007-02-241-21/+21
|
* listing ca_info itemsAndreas Steffen2007-02-241-39/+28
|
* replace printf.h by stdio.hAndreas Steffen2007-02-241-1/+1
|