summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshbuf-getput-crypto.c
AgeCommit message (Expand)Author
2024-08-15Convert RSA and ECDSA key to the libcrypto EVP_PKEY API. DSA remainsDamien Miller
2024-02-01whitespaceDamien Miller
2022-05-25revert previous; it was broken (spotted by Theo)Damien Miller
2022-05-25make SSHBUF_DBG/SSHBUF_TELL (off by default and only enabled viaDamien Miller
2019-11-15remove most uses of BN_CTXDamien Miller
2019-01-21Make sshpkt_get_bignum2() allocate the bignum it is parsing ratherDamien Miller
2019-01-21remove obsolete (SSH v.1) sshbuf_get/put_bignum1 functionsDamien Miller
2016-01-12use explicit_bzero() more liberally in the buffer code; ok deraadtDamien Miller
2015-01-14avoid BIGNUM in KRL code by using a simple bitmap;Damien Miller
2015-01-12apparently memcpy(x, NULL, 0) is undefined behaviour according toDamien Miller
2014-06-18The ssh_get_bignum functions must accept the same range of bignumsChristian Weisgerber
2014-04-30New buffer API; the first installment of the conversion/replacementDamien Miller