aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* external functions are defined in asn1.h and x509.h nowAndreas Steffen2007-04-121-4/+0
|
* started support of X.509 attribute certificatesAndreas Steffen2007-04-125-0/+466
|
* fixed output of list_certinfos()Andreas Steffen2007-04-121-1/+1
|
* corrected copyright statementAndreas Steffen2007-04-122-6/+12
|
* added missing #includeMartin Willi2007-04-121-0/+1
|
* removed %Q, %Y, %W, %U printf handlersMartin Willi2007-04-128-225/+132
|
* removed IKE_SA_ID (%J) printf hook, two more to goMartin Willi2007-04-111-4/+2
|
* removed IKE_SA (%K) and CHILD_SA (%P) printf handlers, 3 more to goMartin Willi2007-04-111-4/+0
|
* removed %M printf handler, five more to goMartin Willi2007-04-111-2/+0
|
* two %any IDs are equalMartin Willi2007-04-111-2/+9
|
* 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