summaryrefslogtreecommitdiff
path: root/lib/ssl/src/ssl_cipher.erl
Commit message (Expand)AuthorAgeFilesLines
* ssl: Make sure anonymous suites are handled separatelyIngela Anderton Andin2018-02-071-30/+49
* ssl: Uses aead as mac value in AEAD cipher suitesIngela Anderton Andin2018-02-051-58/+58
* ssl: Add new API functions for cipher suite handlingIngela Anderton Andin2018-02-051-29/+66
* ssl: Correct function for listing RC4 suitesIngela Anderton Andin2018-01-111-4/+6
* dtls: Filter out rc4 for DTLS psk suitesIngela Anderton Andin2018-01-071-1/+1
* ssl: Use maps for cipher suites internallyIngela Anderton Andin2017-12-051-325/+930
* ssl: Correct cipher suite handlingIngela Anderton Andin2017-08-101-1/+3
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* ssl, dtls: Refactor so that DTLS records are handled correctly together with ...Ingela Anderton Andin2017-04-131-5/+1
* ssl, dtls: Correct integer type for sequence numberIngela Anderton Andin2017-04-131-3/+3
* dtls: DTLS specific handling of socket and ciphersIngela Anderton Andin2017-03-061-7/+15
* ssl: Implement DTLS state machineIngela Anderton Andin2016-12-051-2/+27
* 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
|/
* Improve SSL diagnosticsAlexey Lebedeff2016-05-311-4/+4
* ssl: Correct cipher suites conversionIngela Anderton Andin2016-04-291-8/+8
* ssl: Corrections to cipher suite handlingIngela Anderton Andin2016-04-251-36/+36
* ssl: Remove use of crypto:rand_bytes/1Ingela Anderton Andin2016-04-251-5/+17
* Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-131-1/+1
|\
| * update copyright-yearHenrik Nord2016-03-151-1/+1
* | ssl: Add option signature_algsIngela Anderton Andin2016-04-061-1/+2
|/
* Merge branch 'maint'Ingela Anderton Andin2016-02-221-11/+25
|\
| * ssl: Newer cipher suites now presented correctlyIngela Anderton Andin2016-02-221-14/+17
| * ssl: Include options form connect/listen/accept in connection_information/[1,2]Ingela Anderton Andin2016-02-221-0/+11
* | ssl: Remove DES ciphers from default configurationIngela Anderton Andin2016-02-181-3/+15
|/
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* ssl: Add unassigned valuesIngela Anderton Andin2015-06-101-0/+2
* ssl: Do not crash on proprietary hash_sign algorithmsIngela Anderton Andin2015-06-081-2/+4
* Merge branch 'maint'Ingela Anderton Andin2015-03-051-1/+4
|\
| * ssl: Implement support for TLS_FALLBACK_SCSVIngela Anderton Andin2015-03-021-1/+4
| * ssl: Reenable padding check for TLS-1.0 and provide backwards compatibleIngela Anderton Andin2015-01-231-23/+25
* | ssl: Remove default support for RC4 ciphersIngela Anderton Andin2015-01-231-5/+24
* | ssl: Reenable padding check for TLS-1.0 and provide backwards compatibleIngela Anderton Andin2015-01-231-20/+23
* | ssl: add draft-agl-tls-chacha20poly1305-04 Chacha20/Poly1305 SuitesAndreas Schultz2014-09-031-14/+62
* | ssl: add PSK-GCM suitesAndreas Schultz2014-09-031-8/+43
* | ssl: implement AES128-GCM suitesAndreas Schultz2014-09-031-34/+314
|/
* ssl: Filter default ciphers for supported Crypto algorihmsIngela Anderton Andin2014-05-281-2/+3
* ssl: Select supported cipher suites for the negotiated SSL/TLS-versionIngela Anderton Andin2014-04-161-1/+7
* ssl: Improve type specsIngela Anderton Andin2014-03-251-5/+20
* ssl: Refactor and start implementing dtls_connection.erlIngela Anderton Andin2014-03-251-2/+2
* ssl: Refactor handshake and record handlingIngela Anderton Andin2013-12-021-1/+1
* ssl: Honor TLS client ECC extensionIngela Anderton Andin2013-10-141-1/+1
* ssl: Refactor TLS/DTLS record handlingIngela Anderton Andin2013-09-101-2/+12
* ssl: Dialyzer fixesIngela Anderton Andin2013-09-101-5/+5
* ssl: DTLS record handlingIngela Anderton Andin2013-09-101-2/+2
* ssl: Handle signature_algorithm field in digitally_signed properlyIngela Anderton Andin2013-09-021-10/+11