aboutsummaryrefslogtreecommitdiff
path: root/src/bignum.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-09bignum: Print ssh_make_string_bn() using SSH_LOG()Andreas Schneider1-1/+2
2019-12-09bignum: Fix integer types for ssh_make_bignum_string()Andreas Schneider1-4/+6
2019-08-07bignum: Pass const to ssh_print_bignum()Andreas Schneider1-1/+1
2019-04-04mbedcrypto: Make bignum_bin2bn behave like othersSimo Sorce1-6/+0
2019-01-26bignum: Reformat ssh_make_string_bn and unbreak build with DEBUG_CRYPTOJakub Jelen1-10/+11
2019-01-24bignum: harmonize gcrypt, libcrypto and libmcrypt bignumAris Adamantiadis1-40/+14
2018-11-30bignum: Use UNUSED macrosAndreas Schneider1-4/+4
2018-11-30bignum: Use size_t in ssh_make_string_bn*Andreas Schneider1-2/+2
2017-12-28add mbedtls crypto supportJuraj Vijtiuk1-0/+12
2017-10-28Fix config.h includesAndreas Schneider1-0/+2
2016-11-03bignum: Use const in ssh_print_bignum()Andreas Schneider1-1/+1
2016-01-19cleanup: use ssh_ prefix in the bignum (non-static) functionsFabiano FidĂȘncio1-3/+3
2015-09-07bignum: Fix OpenSSL crash in SAFE_FREEMichael Wilder1-0/+4
2014-12-09bignum: no-op make_string_bn_inplace for LIBGCRYPTJon Simons1-1/+3
2014-12-05pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaksJon Simons1-0/+9
2014-08-15bignum: Add missing include.Andreas Schneider1-0/+2
2014-08-06bignums: detach bignum-related functions from dh.c.Aris Adamantiadis1-0/+94