Re: [openssl.org #2459] ecdsa_method declaration prevents use in implementing a dynamic engine

2013-09-18 Thread Douglas E. Engert via RT
On 9/18/2013 8:48 AM, Alon Bar-Lev via RT wrote: > Hi, > > Just wanted to note that finish is also required to allow cleaning up > resources. > In the ecs_locl.h in the current ecdsa_method structure the init and finish are "#if 0" out. So far this it has not been needed. The mods I sent in w

Re: [openssl.org #2459] ecdsa_method declaration prevents use in implementing a dynamic engine

2013-09-12 Thread Douglas E. Engert via RT
On 9/11/2013 2:01 PM, Stephen Henson via RT wrote: > On Wed Sep 11 17:52:03 2013, deeng...@anl.gov wrote: >> >> Attached is a patch to move the definition of ecdsa_method >> from src/crypto/ecdsa/ecs_locl.h to ecdsa.h >> and move the definition if ecdh_method >> from src/crypto/ecdh/ech_locl.h to

[openssl.org #2459] ecdsa_method declaration prevents use in implementing a dynamic engine

2013-09-11 Thread Douglas E. Engert via RT
Attached is a patch to move the definition of ecdsa_method from src/crypto/ecdsa/ecs_locl.h to ecdsa.h and move the definition if ecdh_method from src/crypto/ecdh/ech_locl.h to ecdh.h These mods expose the EC method definitions similar to how the RSA method (rsa_meth_st) is defined in rsa.h. Thi

Re: [openssl.org #2459] ecdsa_method declaration prevents use in implementing a dynamic engine

2013-09-11 Thread Douglas E. Engert via RT
On 9/11/2013 2:01 PM, Stephen Henson via RT wrote: > On Wed Sep 11 17:52:03 2013, deeng...@anl.gov wrote: >> >> Attached is a patch to move the definition of ecdsa_method >> from src/crypto/ecdsa/ecs_locl.h to ecdsa.h >> and move the definition if ecdh_method >> from src/crypto/ecdh/ech_locl.h to

Re: [openssl.org #2568] enhancement request: remove ECC engine support's limitation

2011-07-22 Thread Douglas E. Engert via RT
On 7/22/2011 4:48 AM, Kai Chen via RT wrote: > Hi, guys > > We work on openssl-1.0.0.a > > When we want support HW acceleration of ECC algorithm, we find two kind of > limitations in engine support for ECC. > > First, there is no engine mechanism to accelerate ECC mult. > > Secondly, we fin

Re: [openssl.org #813] hpux 11 64 bit install problem

2004-01-16 Thread Douglas E. Engert via RT
Rob Janes via RT wrote: > > I've solved the problem, but it would be nice if somebody could update the > Configure script so it doesn't happen again. Well, here is a patch to 0.9.7c to add a --rpath=DIR option to Configure and use it on a number of different systems, include HP-UX 11.23 in IA