We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854fc95 commit e95443dCopy full SHA for e95443d
src/pk.c
@@ -49,6 +49,11 @@
49
50
#ifndef NO_RSA
51
#include <wolfssl/wolfcrypt/rsa.h>
52
+ /* Same values as in wolfssl/openssl/rsa.h */
53
+ #define RSA_PSS_SALTLEN_DIGEST (-1)
54
+ #define RSA_PSS_SALTLEN_MAX_SIGN (-2)
55
+ #define RSA_PSS_SALTLEN_AUTO (-2)
56
+ #define RSA_PSS_SALTLEN_MAX (-3)
57
#endif
58
59
/*******************************************************************************
0 commit comments