Age | Commit message (Expand) | Author |
2012-08-22 | ssl: Fix inet header option to behave as in inet | 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: TLS-1.1 and TLS-1.2 support should not be default until R16 | Ingela Anderton Andin |
2012-08-22 | ssl: Signture type bug | Ingela Anderton Andin |
2012-08-22 | ssl: Add crypto support check (TLS 1.2 require sha256 support) | Ingela Anderton Andin |
2012-08-22 | ssl: Dialyzer fixes | Ingela Anderton Andin |
2012-08-22 | ssl: IDEA cipher is deprecated by TLS 1.2 | Ingela Anderton Andin |
2012-08-22 | ssl: Enable TLS 1.2 | Andreas Schultz |
2012-08-22 | ssl: Enable mac_hash for TLS 1.2 | Andreas Schultz |
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: Add TLS 1.2 cipher suites | Andreas Schultz |
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 paramter to verify_dh_params | 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: Add TLS 1.2 block cipher IV handling | Andreas Schultz |
2012-08-22 | ssl: Consider TLS version when building cipher blocks | Andreas Schultz |
2012-08-22 | ssl: Calculate handshake hash only when needed | Andreas Schultz |
2012-06-20 | Merge branch 'ia/ssl/recv-bug/OTP-10118' into maint | Ingela Anderton Andin |
2012-06-19 | ssl: Fix pem cache bug | Ingela Anderton Andin |
2012-06-15 | ssl: Fix bug in the handling of remote connection closure of {active,false} s... | Ingela Anderton Andin |
2012-06-13 | Merge branch 'ia/ssl/bottlenecks/OTP-10113' into maint | Ingela Anderton Andin |
2012-06-08 | ssl: Avoid second bottleneck in supervisor | Ingela Anderton Andin |
2012-06-08 | ssl: File handling optimization | Ingela Anderton Andin |
2012-06-08 | ssl: Simpler PEM cache | Ingela Anderton Andin |
2012-06-08 | ssl: Refactored for readability | Ingela Anderton Andin |
2012-06-08 | ssl: Use md5 as file ref id instead of filenames | Dan Gudmundsson |
2012-06-08 | ssl: Move ets:select bottleneck in server | Dan Gudmundsson |
2012-06-08 | ssl: Renegotiate updates session id in gen_fsm state | Ingela Anderton Andin |
2012-06-08 | ssl: Use ordered_set in cache | Dan Gudmundsson |
2012-06-08 | ssl: Move and avoid ets:select bottleneck in client | Ingela Anderton Andin |
2012-06-08 | ssl: Reuse session check optimization | Ingela Anderton Andin |
2012-06-08 | ssl: Avoid supervior bottleneck | Ingela Anderton Andin |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson |
2012-04-27 | ssl: Fix parallel make for behaviours | Björn-Egil Dahlberg |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |
2012-03-27 | Corrected dialyzer specs and exported some dialyzer specs | Ingela Anderton Andin |
2012-03-26 | Merge branch 'as/ssl-tls-prf-function' into maint | Gustav Simonsson |
2012-03-21 | Prepare for release | Ingela Anderton Andin |
2012-03-05 | Some protocols (e.g. EAP-PEAP, EAP-TLS, EAP-TTLS) that use TLS as | Andreas Schultz |
2012-02-14 | Merge branch 'pg/fix-ssl_tls_dist_proxy-setup-loop' into maint | Henrik Nord |
2012-02-14 | Merge branch 'pg/ssl_dist-fixes' into maint | Henrik Nord |
2012-02-14 | Robustness and improvement to distribution over SSL | Paul Guyot |
2012-02-08 | User defined verify_fun is now called correctly | Ingela Anderton Andin |
2012-01-29 | Fix setup loop of SSL TLS dist proxy | Paul Guyot |