aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Set IKE_SA lifetime based on RADIUS Session-Timeout attributeMartin Willi2012-03-051-0/+26
* | Set hard timeouts when setting a lifetimeMartin Willi2012-03-051-7/+14
* | Fix IKE_SA timeout debug output on 64bit platformsMartin Willi2012-03-051-3/+4
* | maemo: New upstream release.Tobias Brunner2012-02-271-0/+6
* | Added support for untruncated MD5 and SHA1 HMACs in ESP as used in RFC 4595.Tobias Brunner2012-02-273-3/+25
* | Encode IPv6 virtual IPs in a Framed-IPv6-Prefix attributeMartin Willi2012-02-241-1/+9
* | Refactored construction of RADIUS accounting messagesMartin Willi2012-02-241-23/+21
* | Include port numbers in Calling-Station-Id, tooMartin Willi2012-02-241-2/+2
* | Use large enough buffers for IPv6 addresses in Calling-Station-IdMartin Willi2012-02-241-2/+2
* | Send client external address as Calling-Station-Id in RADIUS accountingMartin Willi2012-02-241-6/+11
* | added missing x characterAndreas Steffen2012-02-211-1/+1
* | handle case where subject = NULL but keyid is set4.6.2Andreas Steffen2012-02-201-1/+2
* | libtnccs is required by the eap_tnc pluginAndreas Steffen2012-02-201-1/+1
* | charon does not depend on libtncif any more but tnc_tnccs doesAndreas Steffen2012-02-201-1/+1
* | build libstrongswan if libimcv is builtAndreas Steffen2012-02-161-1/+1
* | version bump to 4.6.2Andreas Steffen2012-02-161-1/+1
* | fixed attest sql query in list_measurements()Andreas Steffen2012-02-151-1/+1
* | Compiler warnings fixed.Tobias Brunner2012-02-142-2/+2
* | pluto: Print expiry time more properly.Tobias Brunner2012-02-141-2/+3
* | pluto: Drop support for legacy PSK format.Tobias Brunner2012-02-081-15/+2
* | completed imc/imv-attestation settingsAndreas Steffen2012-02-071-1/+20
* | adapted debug output check in openssl-ikev2/rw-eap-tls-only scenarioAndreas Steffen2012-02-071-1/+1
* | Double check if a cached suite is available, overwrite any old suite stateMartin Willi2012-02-071-2/+3
* | Some Doxygen fixes.Tobias Brunner2012-02-073-11/+11
* | Fix TLS EAP-MSK derivation, uses different order of randoms than key expansionMartin Willi2012-02-071-0/+1
* | Filter TLS suite MAC by HMAC algorithm, as the hash is not necessarily the sameMartin Willi2012-02-071-4/+4
* | open RADIUS accounting port in firewallAndreas Steffen2012-02-061-0/+4
* | added ikev2/rw-radius-accounting scenarioAndreas Steffen2012-02-0618-0/+406
* | Update usage for all children in RADIUS accounting just before sending StopMartin Willi2012-02-061-1/+12
* | Check if ClusterIP directory could be opened before enumerating itMartin Willi2012-02-061-17/+26
* | version bump to 4.6.2rc1Andreas Steffen2012-02-051-1/+1
* | ipsec attest adds and deletes key/component pairsAndreas Steffen2012-02-051-4/+21
* | check if TNC client has a valid and registered AIKAndreas Steffen2012-02-055-25/+62
* | reformulated some NEWS entriesAndreas Steffen2012-02-031-4/+6
* | added openssl-ikev2/ecdsa-pkcs8 scenarioAndreas Steffen2012-02-0323-0/+286
* | added ikev2/rw-pkcs8 scenarioAndreas Steffen2012-02-0318-0/+238
* | version bump to 4.6.2dr4Andreas Steffen2012-02-021-1/+1
* | Trigger DPD not before IKE_SA state gets updatedMartin Willi2012-02-021-6/+8
* | Don't retransmit, rekey, reauth or DPD check SAs when in PASSIVE stateMartin Willi2012-02-021-0/+26
* | Moved and clarified NEWS about PKCS#8 plugin.Tobias Brunner2012-02-011-3/+3
* | Moved log message for unexpected ASN.1 objects to level 2.Tobias Brunner2012-02-011-1/+1
* | Added support for PKCS#5 v2 schemes when decrypting PKCS#8 files.Tobias Brunner2012-02-013-61/+323
* | NEWS about pkcs8 plugin added.Tobias Brunner2012-02-011-0/+3
* | Added support for encrypted PKCS#8 files (for some PKCS#5 v1.5 schemes).Tobias Brunner2012-02-013-4/+261
* | Added support to parse PKCS#8 encoded ECDSA private keys.Tobias Brunner2012-02-013-12/+28
* | OpenSSL plugin parses ECDSA private keys with explicitly specified EC paramet...Tobias Brunner2012-02-011-9/+30
* | Add builder part for parameters from algorithmIdentifier.Tobias Brunner2012-02-012-1/+4
* | Return parsed parameters from algorithmIdentifier if they are an OID (aka EC ...Tobias Brunner2012-02-011-1/+1
* | Parse RSA private keys from PKCS#8 encoded blobs.Tobias Brunner2012-02-014-1/+151
* | Added PKCS#8 stub plugin.Tobias Brunner2012-02-015-0/+143