summaryrefslogtreecommitdiff
path: root/lib/ssl/src
Commit message (Expand)AuthorAgeFilesLines
* ssl: Implement DTLS state machineIngela Anderton Andin2016-12-0526-1188/+1816
* Add ECC curve selection order config in TLS serverFred Hebert2016-11-026-32/+130
* Properly filter ssl cipher suites reported as supportedDániel Szoboszlay2016-10-101-17/+49
* Merge branch 'ingela/ssl/cipher-type-spec' into maintIngela Anderton Andin2016-10-071-2/+2
|\
| * ssl: Adjust cipher type to conform to implementationIngela Anderton Andin2016-10-051-2/+2
* | Merge branch 'RoadRunnr/crypto/no-rc4/PR-1169/OTP-13896' into maintRaimo Niskanen2016-10-041-0/+3
|\ \ | |/ |/|
| * disable RC4 in SSL when crypto doesn't support itAndreas Schultz2016-09-221-0/+3
* | ssl: Correct anonymous suite handlingIngela Anderton Andin2016-09-301-12/+18
* | Merge branch 'ingela/ssl/ECC-selection-fix/OTP-13918' into maint-19Erlang/OTP2016-09-284-15/+4
|\ \
| * | ssl: Correct ECC curve selection, the error could cause default to always be ...Ingela Anderton Andin2016-09-284-15/+4
| |/
* | ssl: Avoid event reorderingIngela Anderton Andin2016-09-272-2/+12
|/
* Merge branch 'ferd/bypass-pem-cache/PR-1143/OTP-13883' into maintIngela Anderton Andin2016-09-125-34/+147
|\
| * Fixing CRL searching in cache bypassFred Hebert2016-08-221-8/+20
| * Add option to bypass SSL PEM cacheFred Hebert2016-08-194-26/+127
* | dtls: fix encoding of client hello cookieAndreas Schultz2016-09-051-10/+4
* | dtls: Prepare start of DTLS connection manager with SSL appAndreas Schultz2016-09-051-5/+6
* | ssl: Refactor to use maps for the connection statesIngela Anderton Andin2016-09-0512-487/+483
* | ssl, dtls: Refactor sni handlingIngela Anderton Andin2016-09-053-53/+67
* | dtls: Add close/5Ingela Anderton Andin2016-09-051-1/+7
* | dtls: Add renegotiate/2Ingela Anderton Andin2016-09-051-1/+20
* | dtls: Add protocol event handlingIngela Anderton Andin2016-09-053-23/+72
* | ssl: Refactor code so that tls and dtls can share more codeIngela Anderton Andin2016-09-053-389/+395
* | ssl, dtls: Disable V2 compatibility clause from ssl_handshake:update_handshak...Ingela Anderton Andin2016-09-054-13/+18
* | ssl: Make sure common code for TLS and DTLS uses the TLS VersionIngela Anderton Andin2016-09-052-58/+72
* | ssl: remove unused RecordCB argument from master_secretAndreas Schultz2016-09-052-13/+13
* | dtls: Add reinit_handshake_data/1 to dtlsIngela Anderton Andin2016-09-051-2/+11
* | dtls: replace tls_record with RecordCB in connection_infoAndreas Schultz2016-09-051-2/+5
* | Fix version numbers and dependenciesRaimo Niskanen2016-09-051-1/+1
* | Merge branch 'raimo/gen_statem-callback_mode/OTP-13752' into maintRaimo Niskanen2016-08-312-18/+5
|\ \
| * | Fix version numbers and dependenciesRaimo Niskanen2016-08-252-11/+5
* | | ssl: Gracefulness behaviour when receiving partially malformed messagesIngela Anderton Andin2016-08-312-27/+71
* | | ssl: Remove clause that postponed unexpected messagesIngela Anderton Andin2016-08-291-2/+0
* | | Merge branch 'raimo/gen_statem-callback_mode/OTP-13752' into maintRaimo Niskanen2016-08-242-13/+15
|\ \ \ | |/ / | | / | |/ |/|
| * Rewrite SSL for gen_statem M:callback_mode/0Raimo Niskanen2016-08-022-13/+15
* | ssl: Conform to dialyzer specIngela Anderton Andin2016-08-091-1/+1
* | Merge branch 'maint-19' into maintLukas Larsson2016-08-091-0/+7
|\ \
| * \ Merge branch 'raimo/ssl/version-selection/maint-18/OTP-13753' into raimo/ssl/...Raimo Niskanen2016-07-212-4/+42
| |\ \
* | \ \ Merge branch 'lemenkov/kernel/fix-register_ipv6_epmd/PR-1129/OTP-13770' into ...Björn-Egil Dahlberg2016-07-261-1/+1
|\ \ \ \
| * | | | Respect -proto_dist switch while connection to EPMDPeter Lemenkov2016-07-171-1/+1
| |/ / /
* | | | Merge branch 'maint-18' into maintRaimo Niskanen2016-07-252-5/+36
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Improve version selectionRaimo Niskanen2016-07-212-5/+43
| * | Merge branch 'ingela/maint/ssl/max-session-table/OTP-13490' into maint-18Erlang/OTP2016-06-131-0/+11
| |\ \
| | * | ssl: Mitigate load increase when the whole session table is invalidatedIngela Anderton Andin2016-06-131-0/+11
| * | | Merge branch 'joedevivo/maint/ssl/PR-1063/OTP-13635' into maint-18Erlang/OTP2016-06-131-20/+20
| |\ \ \
| | * | | ssl:recv timeout() can be 0Joe DeVivo2016-06-091-20/+20
| * | | | Merge branch 'ingela/maint/ssl/tls-1.2-available-hashsigns/OTP-13670' into ma...Erlang/OTP2016-06-131-1/+2
| |\ \ \ \
| | * | | | ssl: ordsets:intersection/2 did not give the expected resultIngela Anderton Andin2016-06-091-1/+2
| | |/ / /
| * | | | ssl: Use cipher suite's PRF in prf/5Kenneth Lakin2016-06-092-9/+8
| |/ / /
| * | | ssl: Correct guard expressionIngela Anderton Andin2016-04-291-2/+3
| * | | ssl: Correct cipher suites conversionIngela Anderton Andin2016-04-291-8/+8