Go to the source code of this file.
◆ Crypto_API
◆ OPENSSL_VERSION_PREREQ
◆ POCO_EXTERNAL_OPENSSL_DEFAULT
#define POCO_EXTERNAL_OPENSSL_DEFAULT 1 |
◆ POCO_EXTERNAL_OPENSSL_SLPRO
#define POCO_EXTERNAL_OPENSSL_SLPRO 2 |
◆ RSAPaddingMode
The padding mode used for RSA public key encryption.
Enumerator |
---|
RSA_PADDING_PKCS1 | |
RSA_PADDING_PKCS1_OAEP | PKCS #1 v1.5 padding. This currently is the most widely used mode.
|
RSA_PADDING_NONE | EME-OAEP as defined in PKCS #1 v2.0 with SHA-1, MGF1 and an empty encoding parameter. This mode is recommended for all new applications. Raw RSA encryption. This mode should only be used to implement cryptographically sound padding modes in the application code. Encrypting user data directly with RSA is insecure.
|
Definition at line 42 of file Crypto.h.