]> git.proxmox.com Git - libtpms.git/blobdiff - src/tpm2/crypto/openssl/Helpers.c
tpm2: Do not set RSA_FLAG_NO_BLINDING on RSA keys anymore
[libtpms.git] / src / tpm2 / crypto / openssl / Helpers.c
index a92343676c9cf29b1bcd60516ec5eb3d32a0a5b5..896e37db2a4579d6925dea0c64baa57d5511d19a 100644 (file)
@@ -439,8 +439,6 @@ InitOpenSSLRSAPublicKey(OBJECT      *key,     // IN
         EVP_PKEY_assign_RSA(*pkey, rsakey) == 0)
         ERROR_RETURN(TPM_RC_FAILURE)
 
-    RSA_set_flags(rsakey, RSA_FLAG_NO_BLINDING);
-
     retVal = TPM_RC_SUCCESS;
 
  Exit: