Hi,
Just wanted to know that is there any Openssl/EVP_PKEY function where I pass the encrypted data and encryption method and get the size of
encrypted data.
Something like:
EncryptedDataLen=OpensslFunc(encrypted_data,encryption_method)
Thanks for your helping in advance.