]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_locl.h
Add pss field to RSA structure and free it.
[thirdparty/openssl.git] / crypto / rsa / rsa_locl.h
index e342ca8dfb62b61d1811265892b8ad16b4e1c963..fe55b35aae9f3696990fadba2acc9e1696ad0542 100644 (file)
@@ -28,6 +28,8 @@ struct rsa_st {
     BIGNUM *dmp1;
     BIGNUM *dmq1;
     BIGNUM *iqmp;
+    /* If a PSS only key this contains the parameter restrictions */
+    RSA_PSS_PARAMS *pss;
     /* be careful using this if the RSA structure is shared */
     CRYPTO_EX_DATA ex_data;
     CRYPTO_REF_COUNT references;