Re: Install/Build openssl with following ciphers - TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_G

2021-05-10 Thread Billy Brumley
> Bonus question :-) I have a 2 more > TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 and > TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 > > I dont even find these listed on the man pages - > https://www.openssl.org/docs/man1.0.2/man1/ciphers.html and hence was curious https://www.openssl.org/new

How to access different fields of structure SSL in OpenSSL 3.0

2021-05-10 Thread Kumar Mishra, Sanjeev
Hi, How to access different fields of structure SSL in OpenSSL 3.0 ? For example the code is like this - SSL *ssl; .. ... SSL_CTX_set_tlsext_status_cb(ssl->ctx, NULL); MRM_LOG_INFO("SSL_free ref %d ", ssl->references); Thanks With Best Regards, Sanjeev Kumar Mishra Notice: This e-mail t

Re: Install/Build openssl with following ciphers - TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_G

2021-05-10 Thread Mario Ds Briggs
On 10/05/2021, Matt wrote: >These are the standard IETF names for these ciphersuites. OpenSSL calls >them something slightly different. So for example >"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384" is known as >"ECDHE-ECDSA-AES256-GCM-SHA384" in OpenSSL. >Most likely you are using a version of Open

Query regarding ECC

2021-05-10 Thread Nagarjun J
Hi, ECC Partial Public key validation is already supported in openssl-1.0.2l or Openssl-2.0.16 ? Regards Nagarjun

Re: Install/Build openssl with following ciphers - TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_G

2021-05-10 Thread Matt Caswell
On 10/05/2021 06:38, Mario Ds Briggs wrote: In the openssl libs that i have installed onĀ ubuntu/rhel/mac-os, i dont find the following ciphers when i run 'openssl ciphers' command TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM