]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libtls/tls_crypto.c
Implemented TLS session resumption both as client and as server
[thirdparty/strongswan.git] / src / libtls / tls_crypto.c
2011-12-31  Martin WilliImplemented TLS session resumption both as client and...
2011-12-24  Martin WilliIn TLS 1.2, PRF and HASH function use at least SHA...
2011-07-20  Tobias BrunnerFixed common misspellings.
2011-05-31  Andreas Steffenrenamed tls_reader|writer to bio_* and moved to libstro...
2011-04-21  Martin WilliRevert alloc_str changes
2011-04-21  Martin WilliUse thread save settings alloc_str function where appro...
2011-04-05  Andreas Steffenadded TLS_PURPOSE_EAP_PEAP
2010-12-18  Andreas Steffencast enumerated algorithm type as int
2010-12-18  Andreas Steffentrace back crypto algorithms to the plugins that regist...
2010-09-08  Andreas Steffenhandle TLS_PURPOSE_EAP_TNC
2010-09-06  Martin WilliAdded TLS specific EC point formats
2010-09-06  Martin WilliRenamed ecp_format to ansi_format, as point formats...
2010-09-06  Martin WilliAdded strongswan.conf option to filter for specific...
2010-09-06  Martin WilliAdded strongswan.conf options to filter cipher suites...
2010-09-06  Martin WilliFixed key type in TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
2010-09-06  Martin WilliPrepend point format to ECDH public key
2010-09-03  Martin WilliDo not propose (EC)DHE suites if we do not support...
2010-09-03  Martin WilliOffer only algorithms/suites we have a registered publi...
2010-09-03  Martin WilliFixed key type of ECDHE_RSA groups
2010-09-03  Martin WilliUse a dynamic curve enumerator to list/convert TLS...
2010-09-03  Martin WilliAdd ECDHE enabled cipher suites, including ECDSA variants
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 TLS EC curve type and name identifiers
2010-09-02  Martin WilliAdd DHE enabled RSA variants to the supported TLS suites
2010-09-02  Martin WilliStore a MODP group we use for each TLS suite
2010-09-02  Martin WilliAdded generic TLS data sign/verify, hash/sig algorithm...
2010-09-02  Martin WilliSupport different hash/sig algorithms in handshake...
2010-09-02  Martin WilliAdded TLS ClientCertificateType identifiers
2010-09-02  Martin WilliAdded TLS specific Hash and Signature Algorithm identifiers
2010-08-25  Martin WilliPrefer AES/Camellia suites over 3DES/NULL encryption
2010-08-24  Martin WilliPass NULL peer identity to omit TLS peer authentication...
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 WilliIntroducing a dedicated debug message group for libtls
2010-08-21  Andreas Steffenfixed build_cipher_suite_list()
2010-08-20  Martin WilliIntroducing simple purposes for the TLS stack, switches...
2010-08-20  Martin WilliAdded more TLS cipher suites we already support
2010-08-20  Martin WilliBuild TLS cipher suite list in a generic fashion
2010-08-13  Martin WilliUse IV length of a crypter instead of block size for...
2010-08-07  Andreas SteffenEAP-TLS and EAP-TTLS use different constant MSK PRF...
2010-08-05  Martin WilliWhitespace cleanups
2010-08-04  Andreas Steffenfixed type in cipher suite list build
2010-08-04  Andreas Steffenlog selected TLS version and cipher suite
2010-08-03  Martin WilliMoved TLS stack to its own library