mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 03:54:31 +00:00
added EME_PKCS1v15_SSL Encryption Algorithm
OpenSSL defines four encryption algorithms for RSA encryption. Added new algorithm EME_PKCS1v15_SSL which identical with RSA_SSLV23_PADDING
This commit is contained in:
parent
0b363c4048
commit
3aafc9c4e3
@ -55,7 +55,8 @@ enum EncryptionAlgorithm
|
||||
{
|
||||
EME_PKCS1v15, ///< Block type 2 (PKCS#1, Version 1.5)
|
||||
EME_PKCS1_OAEP, ///< Optimal asymmetric encryption padding (PKCS#1, Version 2.0)
|
||||
EME_NO_PADDING ///< No padding
|
||||
EME_PKCS1v15_SSL, ///< PKCS#1, Version 1.5 with an SSL-specific modification
|
||||
EME_NO_PADDING ///< Raw RSA encryption
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user