summaryrefslogtreecommitdiffstats
path: root/3rd_party/libsrp6a-sha512/t_math.c
AgeCommit message (Collapse)AuthorFilesLines
5 dayslibsrp6a-sha512: disable BN_mod_exp_mont_word() with LibreSSLGravatar orbea1-1/+5
When building libimobiledevice with LibreSSL 3.9 it fails with an implicit declaration for BN_mod_exp_mont_word(). This function was removed from the public symbols in LibreSSL because it is rarely used where "BN_mod_exp() and BN_mod_exp_mont() will use the word optimization when appropriate." Reference: https://github.com/libressl/portable/issues/1049 Signed-off-by: orbea <orbea@riseup.net>
2023-07-043rd_party/libsrp6a-sha512: Updated to work with OpenSSL 3.0+ APIGravatar Nikias Bassen1-1/+7
2023-06-303rd_party/libsrp6a-sha512: Update function definitions to modern styleGravatar Nikias Bassen1-77/+26
2022-09-04Support OpenSSL built without OPENSSL_ENGINEGravatar Kabir Oberai1-2/+3
2022-02-09Add support for wireless pairingGravatar Nikias Bassen1-0/+1008