Re: EVP Public Key Interface X low level RSA

2005-03-30 Thread Rafael Cividanes
I found an important information about this subject in "Secure Programming Cookbook for C and C++", but it's about signature: >> In OpenSSL, we recommend always using the low-level interface to RSA signing, using the function RSA_sign( ) to >>perform signatures when you've already calculat

Re: EVP Public Key Interface X low level RSA

2005-03-29 Thread Nils Larsch
Rafael Cividanes wrote: I was studing the EVP interface for public key to use RSA. I'd like to know if the low level interface using /openssl/rsa.h/ is better than EVP (hight level) solution. In symetric encryption the list told me that EVP interface was the best solution. unless you need fe

EVP Public Key Interface X low level RSA

2005-03-29 Thread Rafael Cividanes
I was studing the EVP interface for public key to use RSA. I'd like to know if the low level interface using /openssl/rsa.h/ is better than EVP (hight level) solution. In symetric encryption the list told me that EVP interface was the best solution. Thanks in advance, Rafael Cividane