Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also remove ecdh.h use from libssl | tb | 2023-07-28 | 1 | -2/+1 |
* | Switch from get_rfc*() to BN_get_rfc*() | tb | 2023-06-27 | 1 | -7/+7 |
* | Convert ssl_kex.c to opaque DH | tb | 2022-01-14 | 1 | -11/+11 |
* | Plumb decode errors through key share parsing code. | jsing | 2022-01-11 | 1 | -6/+16 |
* | Clean up and refactor server side DHE key exchange. | jsing | 2021-12-04 | 1 | -2/+46 |
* | Move the minimum DHE key size check into ssl_kex_peer_params_dhe() | jsing | 2021-12-04 | 1 | -4/+12 |
* | Check DH public key in ssl_kex_peer_public_dhe(). | jsing | 2021-12-04 | 1 | -4/+12 |
* | Align ssl_kex_derive_ecdhe_ecp() with ssl_kex_derive_dhe() | tb | 2021-11-30 | 1 | -10/+10 |
* | First pass of converting ssl_kex.c to opaque DH. | tb | 2021-11-29 | 1 | -30/+58 |
* | Factor out/rewrite DHE key exchange. | jsing | 2021-11-29 | 1 | -1/+144 |
* | Expose the peer ephemeral public key used for TLSv1.3 key exchange. | jsing | 2020-04-18 | 1 | -1/+42 |
* | Factor out/rewrite the ECDHE EC point key exchange code. | jsing | 2020-01-30 | 1 | -0/+141 |