Age | Commit message (Expand) | Author |
---|---|---|
2021-08-16 | LibTLS: Implement the DHE_RSA key exchange algorithm | Samuel Bowman |
2021-06-08 | Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&> | Ali Mohammad Pur |
2021-05-31 | AK: Replace ByteBuffer::grow with resize()/ensure_capacity() | Gunnar Beutner |
2021-05-29 | LibTLS: Use a more precise KeyExchangeAlgorithm enum | DexesTTP |
2021-05-19 | LibTLS: Use RSA key exchange based on the cipher | DexesTTP |
2021-05-19 | LibTLS: Generate cipher variants based on the cipher | DexesTTP |
2021-05-19 | LibTLS: Replace cipher selection with a variant | DexesTTP |
2021-05-19 | LibTLS: Rework method names and arrangement in cpp files | DexesTTP |