mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-06 03:20:33 +00:00
use fallback EdDSA implementation with openssl 3.2.0 due to regression in EVP_DigestSign (#23075)
This commit is contained in:
parent
beffdb9fe1
commit
0e98dd5c70
@ -39,7 +39,9 @@
|
||||
# define LEGACY_OPENSSL 0
|
||||
# if (OPENSSL_VERSION_NUMBER >= 0x010101000) // 1.1.1
|
||||
# define OPENSSL_HKDF 1
|
||||
# define OPENSSL_EDDSA 1
|
||||
# if (OPENSSL_VERSION_NUMBER < 0x030200000) // 3.2.0, regression in EVP_DigestSign
|
||||
# define OPENSSL_EDDSA 1
|
||||
# endif
|
||||
# define OPENSSL_X25519 1
|
||||
# if (OPENSSL_VERSION_NUMBER != 0x030000000) // 3.0.0, regression in SipHash
|
||||
# define OPENSSL_SIPHASH 1
|
||||
|
Loading…
Reference in New Issue
Block a user