[openssl-users] AESCBC support in SSL

2018-11-16 Thread ASHIQUE CK
Hi Sir, Does SSL connection supports AESCBC ? I couldnot set AESCBC in "SSL_CTX_set_cipher_list" at client side or in "SSLCipherSuite" at apache server side. Thanks -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Openssl async support

2019-01-01 Thread ASHIQUE CK
Hi, Any help on this ? On Mon, Dec 31, 2018 at 10:44 AM ASHIQUE CK wrote: > Gentle reminder > > On Thu, Dec 27, 2018 at 8:37 PM ASHIQUE CK wrote: > >> Hi all, >> >> Thanks for the earlier reply. But still Iam facing issue >> rega

Re: [openssl-users] Multiple client connection to Nginx server

2018-12-12 Thread ASHIQUE CK
mentioned two cases. Only what I am getting some other information is from *ctx*. Can I do something with that *ctx *get unique id. Thanks On Wed 12 Dec, 2018, 7:56 PM Jakob Bohm via openssl-users < openssl-users@openssl.org wrote: > On 12/12/2018 12:54, ASHIQUE CK wrote: > > Hi,

Re: [openssl-users] Multiple client connection to Nginx server

2018-12-12 Thread ASHIQUE CK
che server. Thanks On Thu 13 Dec, 2018, 1:30 AM Michael Richardson > ASHIQUE CK wrote: > > We are using a Crypto Accelerator Engine to offload AESGCM and RSA > > parameters. Trying to connect multiple clients simultaneously with a > > single Nginx server, which is using t

Re: [openssl-users] Multiple client connection to Nginx server

2018-12-12 Thread ASHIQUE CK
4. f-stack nginx server 1.11.10 On Thu, Dec 13, 2018 at 9:00 AM ASHIQUE CK wrote: > Hi, > 1. The engine that we wrote is by the reference of qat, is just an > interface which receives the openssl parameters of AES and RSA and offload > them to an FPGA hardware accelerator. >

Re: [openssl-users] Openssl async support

2018-12-18 Thread ASHIQUE CK
Hi all, I truly understand that everyone might be busy with your work and didn't found time to reply. That's okay, but incase you have accidendly forgot to reply, please accept this as a gentle reminder. On Mon, Dec 17, 2018 at 6:11 PM ASHIQUE CK wrote: > Hi all, > > I have som

Re: [openssl-users] Openssl async support

2018-12-27 Thread ASHIQUE CK
CK wrote: > Gentle reminder > > On Tue, Dec 18, 2018 at 4:06 PM ASHIQUE CK wrote: > >> Hi all, >> >> I truly understand that everyone might be busy with your work and didn't >> found time to reply. That's okay, but incase you have accidendly forgot to >

[openssl-users] Multiple client connection to Nginx server

2018-12-12 Thread ASHIQUE CK
Hi, We are using a Crypto Accelerator Engine to offload AESGCM and RSA parameters. Trying to connect multiple clients simultaneously with a single Nginx server, which is using this accelerator. The Key and IV is passing only at handshake, and after handshake this set of key and IV is using for

Re: [openssl-users] Multiple client connection to Nginx server

2018-12-12 Thread ASHIQUE CK
Hi, Any help on this ? On Wed, Dec 12, 2018 at 3:03 PM ASHIQUE CK wrote: > Hi, > We are using a Crypto Accelerator Engine to offload AESGCM and RSA > parameters. Trying to connect multiple clients simultaneously with a single > Nginx server, which is using this accelerator. Th

[openssl-users] Openssl async support

2018-12-17 Thread ASHIQUE CK
Hi all, I have some queries regarding OpenSSL async operation. Current setup - I have one* OpenSSL dynamic engine (with RSA and AES-GCM support) *and linked it with *Nginx* server. Multiple *WGET* commands on the client side. Current issue - Since OpenSSL *do_cipher

Re: [openssl-users] AESCBC support in SSL

2018-11-21 Thread ASHIQUE CK
the > letters "CBC" in their names.They simply don't mention > a different mode (such as GCM or CCM). > > For example ECDHE-RSA-AES128-SHA uses AES128 in CBC mode. > > On 20/11/2018 10:54, ASHIQUE CK wrote: > > Hi, > > Any replys ? > > > > On Mon, Nov 19,

[openssl-users] Openssl speed command for AESGCM

2018-11-22 Thread ASHIQUE CK
Hi, Does Openssl has speed command for AESGCM ? -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] AESCBC support in SSL

2018-11-18 Thread ASHIQUE CK
wrote: > > > > On Nov 16, 2018, at 7:45 AM, ASHIQUE CK wrote: > > > > Does SSL connection supports AESCBC? > > Yes, but not under that name. > > > I could not set AESCBC in "SSL_CTX_set_cipher_list" at client side or > in "SSLCipherSuite&

Re: [openssl-users] AESCBC support in SSL

2018-11-18 Thread ASHIQUE CK
Is it the problem with that strings or TLS/SSL version or any other ? On Mon, Nov 19, 2018 at 11:12 AM ASHIQUE CK wrote: > Hi, > I had given all the cipher strings for "SSL_CTX_set_cipher_list" which we > get under the command 'openssl ciphers' that includes CBC, but a

Re: [openssl-users] AESCBC support in SSL

2018-11-18 Thread ASHIQUE CK
No, We use Ubuntu 16.04 OS On Mon, Nov 19, 2018 at 11:34 AM Dmitry Belyavsky wrote: > Do you use any RedHat-based OS? > > On Mon, Nov 19, 2018 at 8:54 AM ASHIQUE CK wrote: > >> Is it the problem with that strings or TLS/SSL version or any other ? >> >> On Mon, No

Re: [openssl-users] AESCBC support in SSL

2018-11-18 Thread ASHIQUE CK
Also I use OpenSSL 1.1.0h. On Mon, Nov 19, 2018 at 11:36 AM ASHIQUE CK wrote: > No, We use Ubuntu 16.04 OS > > On Mon, Nov 19, 2018 at 11:34 AM Dmitry Belyavsky > wrote: > >> Do you use any RedHat-based OS? >> >> On Mon, Nov 19, 2018 at 8:54 AM ASHIQUE CK &

Re: [openssl-users] Openssl async support

2018-12-30 Thread ASHIQUE CK
Gentle reminder On Thu, Dec 27, 2018 at 8:37 PM ASHIQUE CK wrote: > Hi all, > > Thanks for the earlier reply. But still Iam facing issue > regarding the asynchronous job operation. > >I have implemented asynchronous job operation partially. I am >

Re: [openssl-users] Openssl speed command for AESGCM

2018-12-19 Thread ASHIQUE CK
Thanks On Mon, Dec 17, 2018 at 9:59 AM Paul Yang wrote: > Yes, try something like: openssl speed -evp aes-128-gcm > > > On Nov 23, 2018, at 13:11, ASHIQUE CK wrote: > > > > Hi, > > Does Openssl has speed command for AESGCM ? > > -- > > openssl-us

Re: [openssl-users] Openssl async support

2018-12-19 Thread ASHIQUE CK
Gentle reminder On Tue, Dec 18, 2018 at 4:06 PM ASHIQUE CK wrote: > Hi all, > > I truly understand that everyone might be busy with your work and didn't > found time to reply. That's okay, but incase you have accidendly forgot to > reply, please accept this as a