Changes between Initial Version and Version 1 of Ticket #1431, comment 2


Ignore:
Timestamp:
10/13/21 19:05:54 (3 years ago)
Author:
Selva Nair
Comment:

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 277844321 we have (among other things)
     1Is 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)
    22
    33+#define OPENSSL_NO_EC 1
    44
    5 That will definitely break EC keys, ECDSA signatures, ECDH(E) key exchange and more. Even if OpenSSL is correctly built with EC support.
     5That 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.
    66
    77Why do we have these kind of defines hard-coded? Or is this an unused file?