Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-23 | libsrp6a-sha512: disable BN_mod_exp_mont_word() with LibreSSL | orbea | 1 | -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-04 | 3rd_party/libsrp6a-sha512: Updated to work with OpenSSL 3.0+ API | Nikias Bassen | 1 | -1/+7 | |
2023-06-30 | 3rd_party/libsrp6a-sha512: Update function definitions to modern style | Nikias Bassen | 1 | -77/+26 | |
2022-09-04 | Support OpenSSL built without OPENSSL_ENGINE | Kabir Oberai | 1 | -2/+3 | |
2022-02-09 | Add support for wireless pairing | Nikias Bassen | 1 | -0/+1008 | |