summaryrefslogtreecommitdiff
path: root/lib/ssl/src/ssl_cipher.erl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ingela/ssl/correct-sigalg-order/OTP-18550'Ingela Anderton Andin2023-04-061-2/+2
|\
| * ssl: Honor signatur alogithm input orderIngela Anderton Andin2023-04-061-2/+2
| * Update copyright yearErlang/OTP2023-03-061-1/+1
* | ssl: replace macro nameKiko Fernandez-Reyes2023-04-031-4/+4
* | ssl: apply reviewer commentKiko Fernandez-Reyes2023-03-311-67/+35
* | ssl: use of maps and all instead of recursive implementationKiko Fernandez-Reyes2023-03-311-100/+75
* | ssl: use macros instead of hardcoded version numbersKiko Fernandez-Reyes2023-03-301-55/+51
* | Update copyright yearErlang/OTP2023-02-141-1/+1
* | Merge branch 'maint'Kiko Fernandez-Reyes2023-02-061-2/+2
|\ \ | |/
| * ssl: replace size/1 by xxx_size/1Kiko Fernandez-Reyes2023-02-031-2/+2
* | Merge branch 'maint'Ingela Anderton Andin2022-11-241-2/+2
|\ \ | |/
| * Merge pull request #6490 from IngelaAndin/ingela/ssl/legacy-sign-algs/ERL-643...Ingela Andin2022-11-241-2/+2
| |\
| | * ssl: Correct handling of legacy algorithmsIngela Anderton Andin2022-11-231-2/+2
* | | Merge pull request #6362 from sindrip/ssl/tls13-resumption-cert-stateless-sta...Jakub Witczak2022-11-221-4/+22
|\ \ \ | |/ / |/| |
| * | ssl: Store PeerCertificate for session resumptionSindri P. Ingimundarson2022-11-171-4/+22
| |/
* | ssl: Add debug logging on error casesDan Gudmundsson2022-11-211-2/+4
|/
* Update copyright yearErlang/OTP2022-02-151-1/+1
* Fix typos in lib/sslKian-Meng, Ang2022-01-031-4/+4
* Update copyright yearRickard Green2021-12-131-1/+1
* ssl: Fix typo of ECC signature nameIngela Anderton Andin2021-11-161-1/+1
* ssl: Add guard for possible future algorithms not beeing handled as legacyIngela Anderton Andin2021-10-141-1/+6
* ssl: Fix filter and conversions of singnature algorithms schemes for TLS-1.2Ingela Anderton Andin2021-10-141-4/+25
* ssl: Fix algorithm typoIngela Anderton Andin2021-10-111-1/+1
* ssl: Move ssl application exports upIngela Anderton Andin2021-10-081-65/+70
* ssl: Fix TLS-1.2 RSASSA-PSS negotiationIngela Anderton Andin2021-10-081-0/+19
* ssl: Correct cipher suite filteringIngela Anderton Andin2021-08-271-209/+25
* ssl: Add support for RSASSA-PSS in TLS-1.2Ingela Anderton Andin2021-08-201-6/+10
* ssl: Add support for EDDSAIngela Anderton Andin2021-04-301-6/+6
* ssl: Implement early_data for TLS clientsPéter Dimitrov2021-01-121-1/+2
* ssl: Correct cipher suite name conversion to OpenSSL namesIngela Anderton Andin2021-01-081-2/+4
* Name cipher suites consistently across ssl docsJoão Britto2020-08-181-2/+2
* ssl: Fix session ticket handlingPéter Dimitrov2020-07-311-3/+9
* ssl: Implement cookie encryptionPéter Dimitrov2020-07-091-5/+19
* ssl: Add exclusive option to cipher suite listingIngela Anderton Andin2020-04-271-27/+37
* ssl: Handle RSASSA-PSS signaturesIngela Anderton Andin2020-04-091-4/+26
* Merge pull request #2515 from jwheare/jwheare/ssl/rsa-before-rc4-des/ERL-1145Ingela Andin2020-01-231-2/+2
|\
| * ssl: Prioritise des_suites above rc4James Wheare2020-01-221-2/+2
| * ssl: Prioritise rsa_suites above rc4 and desJames Wheare2020-01-221-2/+2
* | ssl: Remove SSL-3.0 supportIngela Anderton Andin2020-01-091-8/+0
* | ssl: Update stream according to crypto deprecationHans Nilsson2019-12-111-8/+15
* | ssl: Update block according to crypto deprecationHans Nilsson2019-12-111-38/+39
|/
* ssl: Use AEAD cipher in stateless session ticketsPéter Dimitrov2019-10-221-1/+65
* ssl: Correct RSP/PSK and ALPN handlingIngela Anderton Andin2019-07-181-12/+18
* Merge pull request #2286 from peterdmv/ssl/tls13-ecdsa/OTP-15854Péter Dimitrov2019-07-011-4/+14
|\
| * ssl: Handle ECDSA signatures in TLS 1.3Péter Dimitrov2019-06-131-4/+14
* | ssl: Improve handling of signature algorithmsPéter Dimitrov2019-06-141-1/+9
|/
* ssl: Add functions to convert between diffrent cipher suite formatsIngela Anderton Andin2019-04-121-3/+3
* ssl: Handle legacy algorithms in signature_scheme/1Péter Dimitrov2019-04-101-0/+5
* ssl: Fix Chacha20 IV length and nonce calculationPéter Dimitrov2019-04-021-2/+3
* ssl: Add support AES_CCM cipher suites form RFC 6655Ingela Anderton Andin2019-03-291-14/+72