summaryrefslogtreecommitdiff
path: root/lib/ssl/src/tls_connection.erl
Commit message (Collapse)AuthorAgeFilesLines
...
* ssl: Refactor connection and handshake handlingIngela Anderton Andin2013-12-021-1493/+159
|
* ssl: Honor TLS client ECC extensionIngela Anderton Andin2013-10-141-19/+12
| | | | | Also the server should only send ECC point formats extension not ECC curve extension.
* ssl: Refactor TLS/DTLS record handlingIngela Anderton Andin2013-09-101-28/+28
|
* ssl: Solve rebase issuesIngela Anderton Andin2013-09-101-48/+44
|
* ssl: Refactor to provide common handshake functions for TLS/DTLSIngela Anderton Andin2013-09-101-55/+52
| | | | | Common functions will be located in ssl_handshake.erl while specific functions will be located in tls_handshake.erl and dtls_handshake.erl
* ssl: Handle signature_algorithm field in digitally_signed properlyIngela Anderton Andin2013-09-021-47/+74
| | | | | | with proper defaults Added ssl_ECC_SUITE
* ssl: Make the ssl manager name for erlang distribution over SSL/TLSIngela Anderton Andin2013-08-281-2/+2
| | | | | | | relative to the module name of the ssl_manager. This can be beneficial when making tools that rename modules for internal processing in the tool.
* Merge branch 'maint-r16' into maintFredrik Gustafsson2013-08-231-14/+11
|\
| * Merge branch 'maint-r15' into maint-r16Fredrik Gustafsson2013-08-231-14/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/http_lib/http_transport.erl lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk lib/ssl/doc/src/notes.xml lib/ssl/src/ssl.appup.src lib/ssl/src/ssl.erl lib/ssl/src/ssl_internal.hrl lib/ssl/src/tls_connection.erl lib/ssl/vsn.mk
* | Merge branch 'ia/ssl/header-bug/OTP-11230' into maintIngela Anderton Andin2013-08-121-1/+1
|\ \ | | | | | | | | | | | | * ia/ssl/header-bug/OTP-11230: ssl: Revert faulty header option fix
| * | ssl: Revert faulty header option fixIngela Anderton Andin2013-08-081-1/+1
| |/ | | | | | | | | | | | | | | The code was changed in the belife that it made it inet compatible. However the testing is a bit hairy as the inet option is acctualy broken, now the tests are corrected and the header option should work in the same broken way as inet again, preferably use the bitsyntax instead.
* | ssl: Setopts during renegotiation caused the renegotiation to be unsuccessful.Ingela Anderton Andin2013-08-071-5/+7
|/ | | | | If calling setopts during a renegotiation the FSM state might change during the handling of the setopts messages, this is now handled correctly.
* ssl: Correct rebase mistakesIngela Anderton Andin2013-06-071-2/+1
|
* ssl: Structural perarparation to support DTLSIngela Anderton Andin2013-06-041-0/+3085
Also phase in tls module as main API instead of ssl. To make API clearer. As TLS is the new protocol name. Maybe keep some API functions in ssl