File tree Expand file tree Collapse file tree
cryptography/hazmat/bindings/openssl Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020static const int EVP_PKEY_RSA_PSS;
2121static const int EVP_PKEY_DSA;
2222static const int EVP_PKEY_DH;
23- static const int EVP_PKEY_DHX;
2423static const int EVP_PKEY_EC;
2524static const int EVP_PKEY_X25519;
2625static const int EVP_PKEY_ED25519;
9392const long Cryptography_HAS_EVP_PKEY_DHX = 1;
9493#else
9594const long Cryptography_HAS_EVP_PKEY_DHX = 0;
96- const long EVP_PKEY_DHX = -1;
9795#endif
9896
9997#if CRYPTOGRAPHY_IS_LIBRESSL || defined(OPENSSL_NO_SCRYPT)
Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ def cryptography_has_tls_st() -> list[str]:
2828 ]
2929
3030
31- def cryptography_has_evp_pkey_dhx () -> list [str ]:
32- return [
33- "EVP_PKEY_DHX" ,
34- ]
35-
36-
3731def cryptography_has_mem_functions () -> list [str ]:
3832 return [
3933 "Cryptography_CRYPTO_set_mem_functions" ,
@@ -208,7 +202,6 @@ def cryptography_has_get_extms_support() -> list[str]:
208202 "Cryptography_HAS_SET_CERT_CB" : cryptography_has_set_cert_cb ,
209203 "Cryptography_HAS_SSL_ST" : cryptography_has_ssl_st ,
210204 "Cryptography_HAS_TLS_ST" : cryptography_has_tls_st ,
211- "Cryptography_HAS_EVP_PKEY_DHX" : cryptography_has_evp_pkey_dhx ,
212205 "Cryptography_HAS_MEM_FUNCTIONS" : cryptography_has_mem_functions ,
213206 "Cryptography_HAS_ED448" : cryptography_has_ed448 ,
214207 "Cryptography_HAS_SIGALGS" : cryptography_has_ssl_sigalgs ,
You can’t perform that action at this time.
0 commit comments