Re: Fwd: Converting public part of 'EVP_PKEY' structure to 'unsigned char*' , and back.

2014-06-29 Thread Bala Duvvuri
We do the below for this operation: 1>How we convert public part of 'EVP_PKEY' structure to 'unsigned char* //Extract a public key from a PKEY struct. ec_copy_public(EVP_PKEY *pKey, uint8_t *keybuf) EC_KEY*pEcKey; uint8_t encoded_key[MAX_KEYLEN_X962]; uint8_t

Fwd: Converting public part of 'EVP_PKEY' structure to 'unsigned char*' , and back.

2014-06-29 Thread pratyush parimal
Hi all, Did anyone have any luck with this one? Thanks, Pratyush Parimal. -- Forwarded message -- From: pratyush parimal Date: Wed, Jun 25, 2014 at 10:43 AM Subject: Converting public part of 'EVP_PKEY' structure to 'unsigned char*' , and back. To: openssl-users@openssl.org Hi

Re: Using single EVP_PKEY instance across multiple connections

2014-06-29 Thread Jeffrey Walton
On Sun, Jun 29, 2014 at 1:58 PM, Barbe, Charles wrote: > To expand on this question a little more, is it safe to just create one > SSL_CTX* at initialization of my server that will be used each time a new > client connects when i do SSL_new(ctx)? > Yes. __

RE: Using single EVP_PKEY instance across multiple connections

2014-06-29 Thread Salz, Rich
> To expand on this question a little more, is it safe to just create one > SSL_CTX* > at initialization of my server that will be used each time a new client > connects > when i do SSL_new(ctx)? Yes. -- Principal Security Engineer Akamai Technologies, Cambridge, MA IM: rs...@jabber.me; Twitt

Re: Using single EVP_PKEY instance across multiple connections

2014-06-29 Thread Dr. Stephen Henson
On Sun, Jun 29, 2014, Barbe, Charles wrote: > To expand on this question a little more, is it safe to just create one > SSL_CTX* at initialization of my server that will be used each time a new > client connects when i do SSL_new(ctx)? > Yes it is. That's how most servers are written. Steve. --

RE: Using single EVP_PKEY instance across multiple connections

2014-06-29 Thread Barbe, Charles
To expand on this question a little more, is it safe to just create one SSL_CTX* at initialization of my server that will be used each time a new client connects when i do SSL_new(ctx)? Charles A. Barbe Senior Software Engineer Allworx, a Windstream company 245 East Main St | Rochester NY | 146

Re: OpenSSL 1.0.1h for android ?? Please help.

2014-06-29 Thread birajendu sahu
Hi Abhishek, You can build the openssl using the NDK tool chain and get libcrypto.a file, then you need to link that in your master so which will be build from android.mk file. I will publish the detail steps soon. Thanks, Birajendu On Tuesday, 24 June 2014 12:16 AM, Abhishek Gupta wrote: