aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/wrapper.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-07server: Use really the negotiated signature typeJakub Jelen1-8/+0
2019-05-13wrapper: Make sha{1, 256, 384, 512}() input constAnderson Toshiyuki Sasaki1-4/+4
2019-05-13wrapper.h: Add SSH_DIGEST_SHA384 to ssh_digest_e enumAnderson Toshiyuki Sasaki1-1/+2
2019-03-07Use a common KDF functionSimo Sorce1-9/+11
2019-02-22Add flag for tracking EtM HMACsDirkjan Bussink1-1/+4
2019-02-22Remove SHA384 HMACDirkjan Bussink1-1/+0
2019-01-09packet: Introduce a new function to access cryptoJakub Jelen1-0/+6
2018-10-09libcrypto: Implement OpenSSH-compatible AES-GCM ciphers using OpenSSLJakub Jelen1-1/+2
2018-08-31pki: Support RSA verification using different hash algorithmsJakub Jelen1-0/+7
2018-07-05crypto: Split init and finalize functionsAris Adamantiadis1-0/+5
2018-06-29Rest in Peace SSHv1Andreas Schneider1-1/+1
2018-06-28chacha: packet encryptionAris Adamantiadis1-1/+2
2017-12-28add mbedtls crypto supportJuraj Vijtiuk1-0/+1
2015-02-02ed25519: ADd OpenSSH encrypted container importAris Adamantiadis1-0/+1
2014-09-07crypto: Add ed25519 implementation from OpenSSH.Aris Adamantiadis1-0/+1
2014-04-22Add options support for setting and getting HMAC algorithmsDirkjan Bussink1-0/+1
2014-04-22Add negotiation for SHA2 HMAC algorithmsDirkjan Bussink1-0/+7
2014-04-22Add logic to support SHA2 HMAC algorithmsDirkjan Bussink1-0/+1
2014-04-22Add SHA2 algorithms for HMACDirkjan Bussink1-0/+18
2014-03-04security: fix for vulnerability CVE-2014-0017Aris Adamantiadis1-0/+1
2013-10-18wrapper: Add more evp functions.Andreas Schneider1-0/+3
2013-01-23include: Fix the LGPL header.Andreas Schneider1-12/+11
2012-09-07kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov1-1/+6
2012-02-04crypto: Add evp hashing function.Andreas Schneider1-0/+2
2011-09-18priv: Remove crypto.h and add correct includes to src files.Andreas Schneider1-1/+0
2011-06-13[crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis1-3/+21
2010-05-14Separation work between openssl and libgcryptAris Adamantiadis1-73/+2
2010-04-14Do not compile aes*-ctr with <=OpenSSL 0.9.7bAris Adamantiadis1-0/+5
2009-09-26More include file splittingAris Adamantiadis1-1/+5
2009-09-26More include file movingsAris Adamantiadis1-0/+110