Age | Commit message (Expand) | Author |
2013-09-10 | ssl: Refactor TLS/DTLS record handling | Ingela Anderton Andin |
2013-09-10 | ssl: Dialyzer fixes | Ingela Anderton Andin |
2013-09-10 | ssl: Solve rebase issues | Ingela Anderton Andin |
2013-09-10 | ssl: DTLS record handling | Ingela Anderton Andin |
2013-09-10 | ssl: Refactor to provide common handshake functions for TLS/DTLS | Ingela Anderton Andin |
2013-06-04 | ssl: Structural perarparation to support DTLS | Ingela Anderton Andin |
2013-06-04 | ssl: Rename ssl_certificate_db to ssl_pkix_db for clarity | Ingela Anderton Andin |
2013-05-20 | ssl, public_key, crypto: crypto:algorithms/0 -> crypto:supports/0 | Ingela Anderton Andin |
2013-05-08 | ssl: Only send ECC-hello extension if ECC-cipher suites are advertised | Ingela Anderton Andin |
2013-05-08 | crypto: Deprecate functions, update doc and specs | Ingela Anderton Andin |
2013-05-08 | ssl, crypto: Eliminate remaining mpint and EC resource key from API | Ingela Anderton Andin |
2013-05-08 | ssl, public_key, crypto: General generate_key and compute_key functions | Ingela Anderton Andin |
2013-05-08 | ssl: Improve extention handling | Ingela Anderton Andin |
2013-05-08 | ssl: Remove dependency on internal public_key function | Ingela Anderton Andin |
2013-05-08 | ssl & public_key: Improved handling ECDH keys | Ingela Anderton Andin |
2013-05-08 | ssl & public_key: New public_key API for DH/ECDH/SRP keys | Ingela Anderton Andin |
2013-05-08 | ssl: Make better use of the crypto API | Ingela Anderton Andin |
2013-05-08 | SSL: add Elliptic Curve support for ssl app | Andreas Schultz |
2013-03-28 | SSL: add TLS-SRP (RFC 5054) cipher suites | Andreas Schultz |
2013-03-28 | SSL: add TLS PSK (RFC 4279 and RFC 5487) cipher suites | Andreas Schultz |
2013-03-05 | ssl: Check that negotiated version is a supported version. | Ingela Anderton Andin |
2013-01-17 | SSL: simplify server key encoding, decoding and signature handling | Andreas Schultz |
2013-01-17 | SSL: unify the different implementations signature check implementations | Andreas Schultz |
2012-11-18 | SSL: TLS 1.2, advertise sha224 support | Andreas Schultz |
2012-09-20 | ssl: Dialyzer fixes and code cleaning | Ingela Anderton Andin |
2012-09-20 | ssl: Changed default behaviour of next protocol negotiation to make | Ingela Anderton Andin |
2012-09-20 | ssl: Support for SSL Next Protocol Negotiation | Ben Murphy |
2012-08-24 | ssl & public_key: Workaround that some certificates encode countryname as utf... | Ingela Anderton Andin |
2012-08-23 | ssl: Clean up of code thanks to dialyzer | Ingela Anderton Andin |
2012-08-22 | ssl & public_key: Add use of more "sha-rsa oids" | Ingela Anderton Andin |
2012-08-22 | ssl: TLS 1.2: fix hash and signature handling | Andreas Schultz |
2012-08-22 | ssl: TLS 1.2: fix Certificate Request list of Accepted Signatur/Hash combinat... | Andreas Schultz |
2012-08-22 | ssl: Add Signature Algorithms hello extension from TLS 1.2 | Andreas Schultz |
2012-08-22 | ssl: Signture type bug | Ingela Anderton Andin |
2012-08-22 | ssl: Dialyzer fixes | Ingela Anderton Andin |
2012-08-22 | ssl: Implement TLS 1.2 signature support | Andreas Schultz |
2012-08-22 | ssl: Make signature handling version dependant | Andreas Schultz |
2012-08-22 | ssl: Fix PRF logic | Ingela Anderton Andin |
2012-08-22 | ssl: Implement and activate PRFs for TLS 1.1 and 1.2 | Andreas Schultz |
2012-08-22 | ssl: make PRF function selectable | Andreas Schultz |
2012-08-22 | ssl: Add TLS version to dec_hs/2 | Andreas Schultz |
2012-08-22 | ssl: Add TLS version to ssl_handshake:key_exchange/3 | Andreas Schultz |
2012-08-22 | ssl: Calculate handshake hash only when needed | Andreas Schultz |
2012-06-08 | ssl: Move ets:select bottleneck in server | Dan Gudmundsson |
2012-06-08 | ssl: Move and avoid ets:select bottleneck in client | Ingela Anderton Andin |
2012-03-27 | Corrected dialyzer specs and exported some dialyzer specs | Ingela Anderton Andin |
2012-03-05 | Some protocols (e.g. EAP-PEAP, EAP-TLS, EAP-TTLS) that use TLS as | Andreas Schultz |
2012-02-08 | User defined verify_fun is now called correctly | Ingela Anderton Andin |
2011-11-23 | Implementation of 1/n-1 splitting countermeasure Rizzo/Duong-Beast | Ingela Anderton Andin |
2011-11-15 | Replaced ets:next traversal with ets:foldl and throw | Ingela Anderton Andin |