Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ssl: Add signature_algs/2 | Ingela Anderton Andin | 2023-05-08 | 1 | -6/+58 |
* | doc(ssl): fix root_fun typo | William Yang | 2023-05-04 | 1 | -1/+1 |
* | ssl: Remove less that 256 bit ECC from default supported ECC pre TLS-1.3 | Ingela Anderton Andin | 2023-03-28 | 1 | -0/+4 |
* | Merge pull request #7064 from anupamasingh10/anupamasingh10/ssl/ssl-renegotia... | anupamasingh10 | 2023-03-28 | 1 | -0/+6 |
|\ | |||||
| * | ssl:renegotiate/1should return error for tls1.3 | anupamasingh10 | 2023-03-20 | 1 | -0/+6 |
* | | Update copyright year | Erlang/OTP | 2023-02-14 | 1 | -1/+1 |
* | | Merge pull request #6821 from IngelaAndin/ingela/ssl/no-sha1-per-default-and-... | Ingela Andin | 2023-02-13 | 1 | -10/+7 |
|\ \ | |||||
| * | | ssl: Improve customize_hostname doc | Ingela Anderton Andin | 2023-02-13 | 1 | -1/+4 |
| * | | ssl: Remove default support for SHA1 | Ingela Anderton Andin | 2023-02-13 | 1 | -9/+3 |
* | | | ssl: map option value for use_srtp hello extension | Danil Zagoskin | 2023-01-31 | 1 | -31/+38 |
* | | | ssl: implement use_srtp hello extension with options | Danil Zagoskin | 2023-01-31 | 1 | -0/+55 |
|/ / | |||||
* | | Merge branch 'dgud/ssl/verify_fun-3/master/OTP-18302' | Dan Gudmundsson | 2022-11-30 | 1 | -5/+16 |
|\ \ | |||||
| * \ | Merge branch 'dgud/ssl/verify_fun-3/OTP-18302' into dgud/ssl/verify_fun-3/mas... | Dan Gudmundsson | 2022-11-04 | 1 | -5/+16 |
| |\ \ | |||||
| | * | | ssl: VerifyFun can now get the der cert as argument | Dan Gudmundsson | 2022-11-02 | 1 | -5/+16 |
| | * | | Update copyright year | Erlang/OTP | 2022-03-09 | 1 | -1/+1 |
* | | | | ssl: Store PeerCertificate for session resumption | Sindri P. Ingimundarson | 2022-11-17 | 1 | -5/+24 |
|/ / / | |||||
* | | | Merge branch 'maint' | Jakub Witczak | 2022-10-14 | 1 | -8/+22 |
|\ \ \ | | |/ | |/| | |||||
| * | | ssl: clarify docs for PEM cache | Jakub Witczak | 2022-10-12 | 1 | -8/+22 |
* | | | Merge branch 'maint' | Ingela Anderton Andin | 2022-09-30 | 1 | -3/+9 |
|\ \ \ | |/ / | |||||
| * | | ssl: Clarify doc | Ingela Anderton Andin | 2022-09-28 | 1 | -3/+9 |
* | | | Merge branch 'maint' | Ingela Anderton Andin | 2022-09-28 | 1 | -3/+13 |
|\ \ \ | |/ / | |||||
| * | | Allow disabling `certificate_authorities` extension on server with `verify_peer` | Jon Carstens | 2022-09-23 | 1 | -3/+13 |
* | | | Add option to configure encryption seed for TLS 1.3 stateless tickets | Anders Kiel Hovgaard | 2022-08-01 | 1 | -0/+20 |
* | | | Merge pull request #6019 from sindrip/ssl/stateless-anti-replay-window-fix | Jakub Witczak | 2022-07-19 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | ssl: Fix stateless ticket in_window comparison | Sindri Ingimundarson | 2022-07-06 | 1 | -1/+1 |
* | | | Merge branch 'lars/ssl/doc-link-fix/OTP-18173' into maint | Lars Thorsen | 2022-07-07 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | [ssl] Fix a faulty link in the documentation | Lars Thorsen | 2022-07-07 | 1 | -1/+1 |
* | | | ssl: Enhance documentation | Ingela Anderton Andin | 2022-05-13 | 1 | -13/+19 |
* | | | ssl: Enable certs_keys config | Ingela Anderton Andin | 2022-04-07 | 1 | -1/+41 |
* | | | ssl: Promote securer algorithms by default | Ingela Anderton Andin | 2022-04-05 | 1 | -16/+24 |
* | | | Merge branch 'maint' | Ingela Anderton Andin | 2022-02-28 | 1 | -0/+10 |
|\ \ \ | | |/ | |/| | |||||
| * | | ssl: Make certificate selection certificate authorities guided | Ingela Anderton Andin | 2022-02-28 | 1 | -0/+10 |
* | | | Update copyright year | Erlang/OTP | 2022-02-15 | 1 | -1/+1 |
* | | | Merge branch 'maint' | Ingela Anderton Andin | 2022-02-10 | 1 | -3/+14 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'ingela/ssl/unexpected-alert/OTP-17903' into maint | Ingela Anderton Andin | 2022-02-10 | 1 | -3/+14 |
| |\ \ | |||||
| | * | | ssl: Add more unexpected alerts | Ingela Anderton Andin | 2022-02-02 | 1 | -3/+14 |
* | | | | Merge branch 'maint' | Jakub Witczak | 2022-01-18 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | public_key,ssl: add password fun for decoding keyfiles | Jakub Witczak | 2022-01-14 | 1 | -2/+2 |
* | | | | Merge pull request #5328 from zzydxm/ssl-spawn-opt | Ingela Andin | 2022-01-11 | 1 | -0/+12 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Add spawn options for sender and receiver in ssl application | Zeyu Zhang | 2021-11-28 | 1 | -0/+12 |
* | | | | Fix typos in lib/ssl | Kian-Meng, Ang | 2022-01-03 | 1 | -1/+1 |
* | | | | Fix typos | Gustaw Lippa | 2021-12-22 | 1 | -16/+15 |
| |/ / |/| | | |||||
* | | | Update copyright year | Rickard Green | 2021-12-13 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #5381 from c-blair/patch-1 | Jakub Witczak | 2021-11-22 | 1 | -1/+1 |
|\ \ | |||||
| * | | Update ssl.xml | c-blair | 2021-11-12 | 1 | -1/+1 |
* | | | Merge branch 'ingela/ssl/doc-ref-fix' into maint | Ingela Anderton Andin | 2021-11-18 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | ssl: Correct doc references | Ingela Anderton Andin | 2021-11-17 | 1 | -2/+2 |
* | | | ssl: TLS downgrade fix | Jakub Witczak | 2021-09-30 | 1 | -1/+4 |
|/ / | |||||
* | | ssl: Correct cipher suite filtering | Ingela Anderton Andin | 2021-08-27 | 1 | -7/+10 |
* | | ssl: Handle signature_algorithms_cert extension in TLS-1.2 | Ingela Anderton Andin | 2021-08-20 | 1 | -18/+35 |