aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* restructured file layoutMartin Willi2007-04-101-1/+1
| | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads
* cosmetics in debug outputAndreas Steffen2007-04-062-16/+27
|
* support of ldap-based crl fetchingAndreas Steffen2007-04-063-20/+198
|
* removed list_crls() and list_ocsp() methodsAndreas Steffen2007-04-061-18/+0
|
* support cachecrls=yesAndreas Steffen2007-04-056-18/+144
|
* support of crlcheckinterval=0 to disable IKEv2 CRL fetchingAndreas Steffen2007-04-042-32/+62
|
* fixed crl fetching bugAndreas Steffen2007-04-031-3/+6
|
* implemented dynamic http-based CRL fetchingAndreas Steffen2007-04-034-38/+84
|
* implemented http get methodAndreas Steffen2007-04-032-4/+39
|
* removed unneded includesMartin Willi2007-03-301-1/+0
|
* added chunk_from_thing() macroMartin Willi2007-03-291-0/+5
|
* cosmeticsAndreas Steffen2007-03-281-2/+2
|
* implemented ipsec purgeocspAndreas Steffen2007-03-282-0/+22
|
* merged changes from eap-aka trunkMartin Willi2007-03-281-1/+19
|
* fixed delta time format: 2 seconds, 1 second, 0 secondsAndreas Steffen2007-03-281-4/+4
|
* replaced expired since %V by expired %V agoAndreas Steffen2007-03-283-3/+3
|
* implemented ipsec listocsp functionAndreas Steffen2007-03-275-17/+203
|
* registered PRINT_CERTINFO function with symbol YAndreas Steffen2007-03-271-1/+1
|
* 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
|