EVP_get_digestbyname and 'standard' signature algorithm names

2013-01-02 Thread Chris Dodd
r OpenSSL equivalents as I run into them, but it seems it should be possible to do something more general. Chris Dodd d...@csl.sri.com __ OpenSSL Project http://w

Re: weak key check?

2012-02-21 Thread Chris Dodd
ttack, its clear that using 112 bits of entropy to generate an RSA key (of any length) cannot possibly give you more that 56 bits of security, and probably far less. Chris Dodd d...@csl.sri.com __ OpenS

Re: What is the maximum data size for encrypting with rsautl command?

2011-06-27 Thread Chris Dodd
Roughly keysize - paddingsize is the limit. keysize in your case is 512 bytes and padding size for OAEP padding (the common standard) is ~41, so the limit is about 471 bytes. Usually when encrypting a file, you use a symmetric cipher with a randomly chosen key, and then encrypt the key with R

Re: Question regarding to memory leak

2011-06-24 Thread Chris Dodd
On Fri, Jun 24, 2011, Yan, Bob wrote: Hi, I have used IBM purify to check my test program which invokes openssl library. There are some memory leaks reported by Purify, please see below. Could somebody point to me from which function those leaks were generated, and how to avoid those leak

OpenSSL and multithreaded programs

2011-05-05 Thread Chris Dodd
x and wrapping a mutex acquire around every call into the library. Is this kind of locking expected to be needed? Chris Dodd cd...@csl.sri.com __ OpenSSL Project http://www.openssl.org User Support Ma