FIPs algorithm code vs default implementation

2021-03-28 Thread Bala Duvvuri via openssl-users
Hi All, This is a basic question regarding FIPs algorithm code in OpenSSL 3.0, can you kindly let me know: 1> Can you please help to understand the differences in the FIPs algorithm implementation code vs default? Are there additional validations performed in FIPs code? Can you

Re: Version compatibility issues - Re: openssl development work / paid - SSL now FIXED

2021-03-28 Thread Yassine Chaouche
Le 3/26/21 à 12:35 PM, Embedded Devel a écrit : This has now been fixed SSL is working In a few hours ?

Re: How to establish a connection with self signed certificate

2021-03-28 Thread Dmitry Belyavsky
Hello, As you control both the server keypair and client, I'd suggest you to use the openssl s_server/s_client application to debug the connection. On Sun, Mar 28, 2021 at 9:41 AM preethi teekaraman wrote: > Hi > > I'm using latest version 1.1.1i 8 Dec 2020 openssl version to create self >

Re: FIPs algorithm code vs default implementation

2021-03-28 Thread Dr Paul Dale
1> Can you please help to understand the differences in the FIPs algorithm implementation code vs default? Are there additional validations performed in FIPs code? There are some additional validations, there are other differences. Grep the source code for FIPS_MODULE to find all the

openssl speed ecdh

2021-03-28 Thread Jesús Molina Roldán
I would like to know if there is a way to calculate the time spend in generate a key pair and in compute the shared secret for the ecdh algorithm. "openssl speed ecdh" only calculate the number of operations in 10s. Jesus Molina

How to establish a connection with self signed certificate

2021-03-28 Thread preethi teekaraman
Hi I'm using latest version 1.1.1i 8 Dec 2020 openssl version to create self signed certificate with sha256 algorithm. I tried loading the certs in device and in server side. The client sends "hello packet" to server and server refused to connect with an error " alert internal error ". The

Openssl - G and P params value increase in DHE cipher

2021-03-28 Thread preethi teekaraman
Hi Openssl, I'm using the latest version of openssl to create a self -signed certificate. My request is like, we need to observe G and P Param to 256 as value but we could see only 2 as value while a handshake happens between server & client. is there any option or command based solution to