aboutsummaryrefslogtreecommitdiff
path: root/src/libcrypto.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-20libcrypto: add NULL-check for EVP_CIPHER_CTX_cleanupJon Simons1-1/+1
2017-07-18wrapper: move EVP_CIPHER_CTX_free call to libcrypto.cJon Simons1-0/+3
2017-07-13libcrypto: fix resource leak in hmac_finalJon Simons1-1/+2
2016-11-07cmake: Use configure check for CRYPTO_ctr128_encryptAndreas Schneider1-3/+3
2016-11-07libcrypto: Use a pointer for EVP_CIPHER_CTXJakub Jelen1-9/+14
2016-11-07libcrypto: Use a pointer for EVP_MD_CTXJakub Jelen1-5/+6
2016-11-07libcrypto: Use newer API for HMACJakub Jelen1-8/+9
2016-11-07libcrypto: Remove AES_ctr128_encrypt()Jakub Jelen1-0/+4
2015-10-22libcrypto: Fix build with DEBUG_CRYPTO turned onAndreas Schneider1-15/+18
2015-09-25crypto: fix broken ifdefAris Adamantiadis1-2/+2
2015-09-25crypto: old-fashioned aes_ctr when evp_aes_ctr is missingAris Adamantiadis1-0/+92
2015-09-25SSH1: fix duplicate identifierAris Adamantiadis1-1/+1
2015-09-25libcrypto: clean up EVP functionsAris Adamantiadis1-372/+187
2015-09-24moved libcrypto structs to c99 notationAris Adamantiadis1-113/+81
2015-09-23libcrypto: refactor EVP_(de|en)cryptAris Adamantiadis1-56/+61
2015-09-07crypto: Add OpenSSL EVP functions for FIPS compatibilityMichael Wilder1-143/+409
2014-12-17libcrypto: Fix Windows build with ssh_reseed().Andreas Schneider1-0/+5
2014-10-02crypto: check malloc return in ssh_mac_ctx_initJon Simons1-1/+5
2014-04-22Add SHA2 algorithms for HMACDirkjan Bussink1-0/+69
2014-03-04security: fix for vulnerability CVE-2014-0017Aris Adamantiadis1-0/+9
2013-10-18wrapper: Add more evp functions.Andreas Schneider1-0/+24
2012-09-07kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov1-0/+36
2012-02-04crypto: Add evp hashing function.Andreas Schneider1-0/+28
2011-09-18crypto: rename crypto_struct -> ssh_cipher_structAris Adamantiadis1-17/+17
2011-09-15crypt: Fix function definition.Andreas Schneider1-1/+2
2011-06-13[crypto] Removed ugly ifdefs on gcrypt/libcryptoAris Adamantiadis1-34/+46
2011-06-13[crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis1-3/+83
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+443