Re: OpenSSL and LSB

2008-03-17 Thread Brad House
and is written in C++. I doubt that will happen. You'd alienate a lot of developers out there and lose support of some systems, especially embedded systems, which may not even have a C++ compiler. I don't think there is any justification for C++. -Brad

Re: OpenSSL and LSB

2008-03-17 Thread Theodore Tso
On Sun, Mar 16, 2008 at 09:21:05PM -0700, Michael Sierchio wrote: > It is *so* difficult to critique something without seeming to > criticize the work of others, so the following disclaimer applies. > MUCH is owed to the developers and maintainers of OpenSSL -- > Mark, Ralf, Stephen, Ben, Lutz, Nil

Certs with ECDSA + SHA256

2008-03-17 Thread Massimiliano Pala
Hi Guys, is it possible to use ECDSA with EVP_MDs other than EVP_dss1() ? I am interested in use it with SHA256, especially in X509 signatures (eg., certificates, requests, etc... ). I think that the algorithm OID is defined as: ecdsa-with-SHA256 OBJECT IDENTIFIER ::= { iso(1) member-body(

Re: Certs with ECDSA + SHA256

2008-03-17 Thread Larry Bugbee
is it possible to use ECDSA with EVP_MDs other than EVP_dss1() ? I am interested in use it with SHA256, especially in X509 signatures(eg., certificates, requests, etc... ). I was successful in pulling and building the 0.9.9 SNAP at ftp://ftp.openssl.org/snapshot/ ECDSA (various curves) with th