Changes between Initial Version and Version 1 of Ticket #1431, comment 2
- Timestamp:
- 10/13/21 19:05:54 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1431, comment 2
initial v1 1 Is msvc-config.h in OpenVPN repo used for the new release build? In commit 277844321we have (among other things)1 Is msvc-config.h in OpenVPN repo used for the new release build? In [https://github.com/OpenVPN/openvpn/commit/2778443 commit 277844321] we have (among other things) 2 2 3 3 +#define OPENSSL_NO_EC 1 4 4 5 That will definitely break EC keys, ECDSA signatures, ECDH(E) key exchange and more. Even if OpenSSL is correctly built with EC support.5 That will definitely break loading EC keys from windows store and management-external-key (and possibly other things like ECDSA signatures, ECDH(E) key exchange?). Even if OpenSSL is correctly built with EC support. 6 6 7 7 Why do we have these kind of defines hard-coded? Or is this an unused file?