[openssl-users] Functions for retrive public key from x509 cert

2017-03-28 Thread Christian Adja via openssl-users
Dear friends, Someone can tell me what function is called for retrieve public key from x509 cert? in the case of EC public key? Best regards. Il Lunedì 27 Marzo 2017 10:26, "openssl-users-requ...@openssl.org" ha scritto: Send openssl-users mailing list submissions to     openssl-user

Re: [openssl-users] openssl-users Digest, Vol 28, Issue 21

2017-03-22 Thread Christian Adja via openssl-users
Ok, thanks but the key is not in DER but COER, there are ways to transform it in DER. Thanks Best regards Christian Adja Il Mercoledì 22 Marzo 2017 20:08, Richard Levitte ha scritto: In message <787239451.2530096.1490206287...@mail.yahoo.com> on Wed, 22 Mar 2017 18:11:27 +000

Re: [openssl-users] openssl-users Digest, Vol 28, Issue 21

2017-03-22 Thread Christian Adja via openssl-users
cheers, Thanks for the response, but haven't the evp_pkey struct of the public key. I' ve only the an bytes string that i retrieved from IEEE cert with "PEM_bytes_read_bio()". Now in want to form the ec_key struct and then the  evp_pkey struct. Thanks Best regards Chri

[openssl-users] unsigned char * public key to evp_pkey o ec_key

2017-03-22 Thread Christian Adja via openssl-users
ot; Today's Topics:   1. Re: openssl-users Digest, Vol 28, Issue 21 (Christian Adja) -- Message: 1 Date: Wed, 22 Mar 2017 17:48:08 + (UTC) From: Christian Adja To: "openssl-users@openssl.org" Subject: Re:

Re: [openssl-users] openssl-users Digest, Vol 28, Issue 21

2017-03-22 Thread Christian Adja via openssl-users
." Today's Topics:   1. Request for adding new ciphers (Christian Adja)   2. Re: Request for adding new ciphers (Matt Caswell)   3. Generating dh parameters multithreaded? (Joseph Southwell)   4. Re: Generating dh parameters multithreaded? (Salz, Rich)   5. OpenSSL Certificate Cross Sig

[openssl-users] Request for adding new ciphers

2017-03-15 Thread Christian Adja via openssl-users
Hi everyone, Someone can help for adding the ciphersuite " ECDHE_ECDSA_WITH_AES_128_CCM " and "ECDHE_ECDSA_WITH_AES_256_CCM " in openssl? I tried adding in the file tls1.h    # define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CCM    0x0300C0AC     # define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CCM

[openssl-users] I: Question on ccm mode in openssl

2016-05-24 Thread Christian Adja
Il Martedì 24 Maggio 2016 17:21, Christian Adja ha scritto: Good morning, i'm a master student at telecom paristech, i France, i'm working on openssl to add ieee and etsi certs for client. I saw that the ccm mode is not implemented in current openssl 1.0.2g version. So i