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
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
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.
__
> 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
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.
--
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
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: