]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libtls/tls_crypto.c
Support different hash/sig algorithms in handshake signing, including ECDSA
[thirdparty/strongswan.git] / src / libtls / tls_crypto.c
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