Age | Commit message (Expand) | Author |
2013-04-03 | ssl: Use new SRP crypto API | Ingela Anderton Andin |
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-25 | Added comment about proxy certificates | Fredrik Gustafsson |
2013-03-21 | Fix ssl_connection to support reading proxy/chain certificates | Valentin Kuznetsov |
2013-03-06 | ssl: Handle next protocol negotiation when reusing a session. | Ingela Anderton Andin |
2013-03-05 | ssl: Clean code thanks to dialyzer | Ingela Anderton Andin |
2013-03-05 | ssl: Check that negotiated version is a supported version. | Ingela Anderton Andin |
2013-02-20 | ssl: Fatal close alert makes more sense than handshake failiure at econnaborted | Ingela Anderton Andin |
2013-02-18 | ssl: Further error handling enhancments | Ingela Anderton Andin |
2013-02-12 | ssl: Generalize cb_info option | Ingela Anderton Andin |
2013-01-23 | ssl: Remove unnecessary construction of a return value | Kostis Sagonas |
2013-01-22 | Merge branch 'ia/ssl/incompatible-error-msg/OTP-10451' | Ingela Anderton Andin |
2013-01-21 | ssl: Enhance error handling | 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-12-06 | Merge branch 'maint' | Ingela Anderton Andin |
2012-12-06 | ssl: Cancel non expired timers | Ingela Anderton Andin |
2012-12-06 | ssl: Fix recv after timeout expired | Ingela Anderton Andin |
2012-12-06 | ssl: Timeout handling changed so that the fsm-process will terminate if the s... | Ingela Anderton Andin |
2012-11-19 | Merge remote branch 'upstream/maint' | Ingela Anderton Andin |
2012-11-19 | ssl: Fix bug in match expression found by Dialyzer | Ingela Anderton Andin |
2012-11-14 | Merge remote branch 'upstream/maint' | Ingela Anderton Andin |
2012-11-13 | ssl: Make sure that the ssl connection process will not hang in terminate fun... | Ingela Anderton Andin |
2012-11-09 | Merge remote branch 'upstream/maint' | Ingela Anderton Andin |
2012-11-09 | ssl: Do not use gen_fsm:sync_send_all_state_event/3 timeout | Ingela Anderton Andin |
2012-10-01 | ssl: Improve #sslsocket{} API | Ingela Anderton Andin |
2012-09-20 | ssl: Dialyzer fixes and code cleaning | Ingela Anderton Andin |
2012-09-20 | ssl: Support for SSL Next Protocol Negotiation | Ben Murphy |
2012-08-23 | ssl: Clean up of code thanks to dialyzer | Ingela Anderton Andin |
2012-08-22 | ssl: Use crypto:strong_rand_bytes if possible | Ingela Anderton Andin |
2012-08-22 | ssl & public_key: Add use of more "sha-rsa oids" | Ingela Anderton Andin |
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: 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: Make signature handling version dependant | Andreas Schultz |
2012-08-22 | ssl: Fix PRF logic | Ingela Anderton Andin |
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: Calculate handshake hash only when needed | Andreas Schultz |
2012-06-15 | ssl: Fix bug in the handling of remote connection closure of {active,false} s... | 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: Renegotiate updates session id in gen_fsm state | Ingela Anderton Andin |