]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libtls/tls_peer.c
Renamed ecp_format to ansi_format, as point formats in TLS use different identifiers
[thirdparty/strongswan.git] / src / libtls / tls_peer.c
2010-09-06  Martin WilliRenamed ecp_format to ansi_format, as point formats...
2010-09-06  Martin WilliPrepend point format to ECDH public key
2010-09-03  Martin WilliUse a dynamic curve enumerator to list/convert TLS...
2010-09-03  Martin WilliUse ECDH group check where appropriate
2010-09-03  Martin WilliSelect private key based on received cipher suites
2010-09-03  Martin WilliSupport for EC curve Hello extension, EC curve fallback
2010-09-03  Martin WilliAdded client support for ECDHE key exchange
2010-09-02  Martin WilliAdded TLS client side support for DHE suites
2010-09-02  Martin WilliImplemented "signature algorithm" hello extension
2010-09-02  Martin WilliSupport different hash/sig algorithms in handshake...
2010-08-31  Martin WilliStrictly check if the server certificate matches the...
2010-08-25  Martin WilliSend TLS alerts for errors in TLS handshake building
2010-08-24  Martin WilliPass NULL peer identity to omit TLS peer authentication...
2010-08-24  Andreas Steffenremoved some redundant debug output
2010-08-23  Martin WilliImplemented TLS Alert handling
2010-08-23  Martin WilliVerify negotiated TLS version
2010-08-23  Martin WilliIntroducing a dedicated debug message group for libtls
2010-08-23  Martin WilliStreamlined TLS debugging output
2010-08-18  Martin WilliUse a seperate section for each nested struct member...
2010-08-12  Andreas Steffenadded generic TLS application data handler and specific...
2010-08-10  Martin WilliAdded support for different encryption schemes to priva...
2010-08-07  Andreas Steffensupport server authentication only for EAP-TTLS
2010-08-05  Martin WilliUse certificate subject to get a public key of the...
2010-08-05  Andreas Steffenadded some more TLS debug output
2010-08-04  Andreas Steffenlog selected TLS version and cipher suite
2010-08-03  Martin WilliMoved TLS stack to its own library