Re: elicptic Curve Key Generation

2011-03-21 Thread Dr. Stephen Henson
On Sun, Mar 20, 2011, Strecker, Dean A. wrote: > > Steve, > > The project I'm working on is not an SSL solution. I just need to > create keys and sign certificates and a few other cryptographic > activities. I'm using the OpenSSL crypto library to create/manage > certificates. My only remaini

RE: elicptic Curve Key Generation

2011-03-21 Thread Strecker, Dean A.
: openssl-users@openssl.org Subject: Re: elicptic Curve Key Generation On Sat, Mar 19, 2011, Strecker, Dean A. wrote: > Steve, > > Thank you for your response for creating an elliptic curve key (EC_KEY). > It worked well. I'm not sure what the difference between > EC_P

Re: elicptic Curve Key Generation

2011-03-20 Thread Sander Temme
nssl-users@openssl.org > Subject: Re: elicptic Curve Key Generation > > > On Mar 18, 2011, at 3:57 PM, Strecker, Dean A. wrote: > >> I'm using the OpenSSL Crypto library to perform Elliptic Curve key >> generation and signature generation/verification. Actually,

Re: elicptic Curve Key Generation

2011-03-20 Thread Dr. Stephen Henson
On Sat, Mar 19, 2011, Strecker, Dean A. wrote: > Steve, > > Thank you for your response for creating an elliptic curve key (EC_KEY). > It worked well. I'm not sure what the difference between > EC_POINT_set_affine_coordinates_GFp and > EC_POINT_set_affine_coordinates_GF2m. Time for some researc

RE: elicptic Curve Key Generation

2011-03-20 Thread Strecker, Dean A.
l.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Sander Temme Sent: Saturday, March 19, 2011 9:32 AM To: openssl-users@openssl.org Subject: Re: elicptic Curve Key Generation On Mar 18, 2011, at 3:57 PM, Strecker, Dean A. wrote: > I'm using the OpenSSL Crypto library to perform E

RE: elicptic Curve Key Generation

2011-03-20 Thread Strecker, Dean A.
enssl-users@openssl.org Subject: Re: elicptic Curve Key Generation On Fri, Mar 18, 2011, Strecker, Dean A. wrote: > Hello, > > I'm using the OpenSSL Crypto library to perform Elliptic Curve key > generation and signature generation/verification. Actually, I don't > have any

Re: elicptic Curve Key Generation

2011-03-19 Thread Sander Temme
On Mar 18, 2011, at 3:57 PM, Strecker, Dean A. wrote: > I'm using the OpenSSL Crypto library to perform Elliptic Curve key > generation and signature generation/verification. Actually, I don't > have any problem creating a key (EC_KEY) and generating signatures and > verifying signatures using p

Re: elicptic Curve Key Generation

2011-03-19 Thread Dr. Stephen Henson
On Fri, Mar 18, 2011, Strecker, Dean A. wrote: > Hello, > > I'm using the OpenSSL Crypto library to perform Elliptic Curve key > generation and signature generation/verification. Actually, I don't > have any problem creating a key (EC_KEY) and generating signatures and > verifying signatures usi

elicptic Curve Key Generation

2011-03-19 Thread Strecker, Dean A.
Hello, I'm using the OpenSSL Crypto library to perform Elliptic Curve key generation and signature generation/verification. Actually, I don't have any problem creating a key (EC_KEY) and generating signatures and verifying signatures using pure OpenSSL. The challenge I'm having is that I'm using