]> git.proxmox.com Git - cargo.git/blobdiff - vendor/openssl-sys/src/obj_mac.rs
New upstream version 0.52.0
[cargo.git] / vendor / openssl-sys / src / obj_mac.rs
index e348f34193d1a7caf0592985519d5653d40cdc3f..63f5cb38b21bb1b263e49d1fdeb1c50e49e78bb7 100644 (file)
@@ -913,6 +913,18 @@ pub const NID_aes_128_cbc_hmac_sha1: c_int = 916;
 pub const NID_aes_192_cbc_hmac_sha1: c_int = 917;
 pub const NID_aes_256_cbc_hmac_sha1: c_int = 918;
 #[cfg(ossl111)]
+pub const NID_X25519: c_int = 1034;
+#[cfg(ossl111)]
+pub const NID_X448: c_int = 1035;
+#[cfg(ossl111)]
 pub const NID_ED25519: c_int = 1087;
 #[cfg(ossl111)]
 pub const NID_ED448: c_int = 1088;
+#[cfg(ossl111)]
+pub const NID_sm3: c_int = 1143;
+#[cfg(libressl291)]
+pub const NID_sm3: c_int = 968;
+#[cfg(ossl111)]
+pub const NID_sm3WithRSAEncryption: c_int = 1144;
+#[cfg(libressl291)]
+pub const NID_sm3WithRSAEncryption: c_int = 969;