]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libtls/tls_server.c
Renamed ecp_format to ansi_format, as point formats in TLS use different identifiers
[thirdparty/strongswan.git] / src / libtls / tls_server.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-06  Martin WilliLog the selected (EC)DH group
2010-09-06  Martin WilliParse unsupported TLS Hello extensions properly
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 server support for ECDHE key exchange
2010-09-03  Andreas Steffenfixed typo
2010-09-02  Martin WilliAdded TLS server side support for DHE suites
2010-09-02  Martin WilliImplemented "signature algorithm" hello extension
2010-09-02  Martin WilliAdded generic TLS data sign/verify, hash/sig algorithm...
2010-09-02  Martin WilliContinue with a randomized premaster if decryption...
2010-09-02  Martin WilliSupport different hash/sig algorithms in handshake...
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-24  Martin WilliAdded generic TLS purposes
2010-08-23  Martin WilliAdded a TLS purpose for EAP-TTLS with client authentication
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-20  Martin WilliIntroducing simple purposes for the TLS stack, switches...
2010-08-18  Martin WilliUse a seperate section for each nested struct member...
2010-08-16  Martin WilliOnly include certificates with CA flag in TLS cert...
2010-08-15  Andreas Steffenoptional certificate-based peer authentication on TLS...
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-05  Andreas Steffenadded some more TLS debug output
2010-08-03  Martin WilliMoved TLS stack to its own library