Age | Commit message (Expand) | Author |
---|---|---|
2024-08-15 | Convert RSA and ECDSA key to the libcrypto EVP_PKEY API. DSA remains | Damien Miller |
2024-02-01 | whitespace | Damien Miller |
2022-05-25 | revert previous; it was broken (spotted by Theo) | Damien Miller |
2022-05-25 | make SSHBUF_DBG/SSHBUF_TELL (off by default and only enabled via | Damien Miller |
2019-11-15 | remove most uses of BN_CTX | Damien Miller |
2019-01-21 | Make sshpkt_get_bignum2() allocate the bignum it is parsing rather | Damien Miller |
2019-01-21 | remove obsolete (SSH v.1) sshbuf_get/put_bignum1 functions | Damien Miller |
2016-01-12 | use explicit_bzero() more liberally in the buffer code; ok deraadt | Damien Miller |
2015-01-14 | avoid BIGNUM in KRL code by using a simple bitmap; | Damien Miller |
2015-01-12 | apparently memcpy(x, NULL, 0) is undefined behaviour according to | Damien Miller |
2014-06-18 | The ssh_get_bignum functions must accept the same range of bignums | Christian Weisgerber |
2014-04-30 | New buffer API; the first installment of the conversion/replacement | Damien Miller |