Re: [openssl-users] AESCBC support in SSL

2018-11-16 Thread Viktor Dukhovni
> 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" at apache server side. For example (constrained also to RSA and ECDHE to ke

[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] configuring OpenSSL to split handshake messages

2018-11-16 Thread Hubert Kario
On Thursday, 15 November 2018 12:17:41 CET Eugène Adell wrote: > This is mainly for experimental reason (client compliance checking, > performance measurement). As the SSL/TLS protocol allows it, why not to > test ? > If no other solution than modifying the source code, where should I look ? beati

Re: [openssl-users] Use of SEED_ofb128_encrypt in SHA1 calculations

2018-11-16 Thread Paulo Matos via openssl-users
Apologies for my mistake. I think I was profiling the whole CPU instead of just my process. Please disregard. Paulo Matos On 16/11/2018 09:08, Paulo Matos via openssl-users wrote: > Hi, > > I have a program where I am doing millions of calculations of SHA1 per > second. This is a tight loop with

[openssl-users] Use of SEED_ofb128_encrypt in SHA1 calculations

2018-11-16 Thread Paulo Matos via openssl-users
Hi, I have a program where I am doing millions of calculations of SHA1 per second. This is a tight loop with call to SHA1_Init, SHA1_Update and SHA1_Final. Interestingly when I profile with gperf and visualize with pprof, I see 64.8% of the time spent in SEED_ofb128_encrypt. I can't see how seedin