Replacement for AES_encrypt

Samiya Khanum samiya.khanum at broadcom.com
Thu Jan 5 12:12:57 UTC 2023


Hi All,

We are upgrading our code to openSSL 3.0.

I have replaced  AES_set_encrypt_key  and AES_encrypt
with EVP_CipherInit_ex, EVP_CipherUpdate and EVP_CipherFinal_ex.
In the below function what should be the cipher parameter(second argument).
Because in AES_encryt api, we don't mention any block cipher.
Is it EVP_aes_128_cbc() algorithm that we should use?

int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,
                                 *const EVP_CIPHER *cipher,* ENGINE *impl,
                                 const unsigned char *key,
                                 const unsigned char *iv, int enc);

Thanks & Regards,
Samiya khanum

-- 
This electronic communication and the information and any files transmitted 
with it, or attached to it, are confidential and are intended solely for 
the use of the individual or entity to whom it is addressed and may contain 
information that is confidential, legally privileged, protected by privacy 
laws, or otherwise restricted from disclosure to anyone else. If you are 
not the intended recipient or the person responsible for delivering the 
e-mail to the intended recipient, you are hereby notified that any use, 
copying, distributing, dissemination, forwarding, printing, or copying of 
this e-mail is strictly prohibited. If you received this e-mail in error, 
please return the e-mail to the sender, delete it from your computer, and 
destroy any printed copy of it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mta.openssl.org/pipermail/openssl-users/attachments/20230105/d2dd2a2f/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4212 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://mta.openssl.org/pipermail/openssl-users/attachments/20230105/d2dd2a2f/attachment.p7s>


More information about the openssl-users mailing list