Adding subjectAltName:OtherName in cert request

2024-05-21 Thread Manish Patidar
Hi, I need to add the following in the certificate request. id-ce-subjectAltName OBJECT IDENTIFIER ::= { id-ce 17 } subjectAltName = GeneralNames otherName [0] OtherName OtherName ::= Sequence { Id-on-hardwareModuleName OBJECT IDENTIFIER ::= iso(1) identified-organization(3) dod(6) internet(1)

Re: Using EVP api in fips mode (openssl3.0)

2020-02-25 Thread Manish Patidar
loading.? fipsinstall.conf should be protected from corruption or modification? If yes, current mechanism is able to that or not? Regards Manish On Thu, 16 Jan 2020, 8:29 pm Matt Caswell, wrote: > > > On 14/01/2020 04:51, Manish Patidar wrote: > > Hi > > > > Can any guid

Openssl 3.0 fips usage

2020-02-04 Thread Manish Patidar
Hi, Can some one clarify if below usage is allowed by fips According to FIPS 140-2 IG document, CSP defined in approved mode of operation shall not be accessed or shared with non-approved mode of operation. If both default and fips provider are loaded and application generate Rsa key pair(2048

Using EVP api in fips mode (openssl3.0)

2020-01-13 Thread Manish Patidar
Hi Can any guide me how to use fips api in openssl? I try to use like below but it always returns null. ctx = EVP_CIPHER_CTX_new() ; ciph = EVP_CIPHER_fetch(NULL, "aes-128-cbc", "fips=yes") ; I am doubting fips provider is not loaded. Regards Manish

Doubts between libfips.a and fips.so in openssl3.0

2020-01-01 Thread Manish Patidar
Hi What is the difference in libfips.a and fips.so.? Selftest.c and fipsprov.c is extra in fips.so library compilation. Does it mean that it just add provider entry function and self test, which is required for fips certification.? Once openssl3.0 is fips certified, can we use libfips.a directl

Openssl3.0. Fips release

2019-12-23 Thread Manish Patidar
Hi Is there any update on Openssl3.0 fips release date. When we can expect the formal version ? Regards Manish

Fipsinstall failing

2019-10-16 Thread Manish Patidar
Hi I am trying latest master code to install the fips, but it is not working. openssl fipsinstall -module ./fips.so -out fips.conf -provider_name fips - section_name fipsinstall -mac_name HMAC -macopt digest:SHA256 -macopt hexkey:000102030405060708090A0B0C0D0E0F10111213 It is failing in verify

Doubts in the fix of CVE-2019-1559

2019-09-18 Thread Manish Patidar
Hi This vulnerability is fixed based on pid of process. Currently we are geting pid only where pthread is enabled, does it mean that this vulnerability does not impact to other environment like Windows etc.? Regards Manish

Truncated Hmac and supported group extension in openssl1.1.1

2019-09-13 Thread Manish Patidar
Hi Is truncated hmac extension is supported in openssl1.1.1 ? is TLS1. 2 and lower TLS version supports supported group extension for Finite Field GROUPS (DHE) ? Regards Manish

Drbg kat test data: Openssl-fips 2.0.16

2019-07-11 Thread Manish Patidar
Hi There is DRBG kat test data in fips_drbg_selftest.h. (Openssl-fips-2.0.16) Can anyone let me know, What is the source of this constant arrays. NIST link or any other source will be helpful? Regards Manish

Openssl1.1.1 fips certification

2019-05-09 Thread Manish Patidar
Hi Can you please tell me what is the plan for fips certification for openssl1.1.1, when the fips version will be available ? Regards Manish

Standard used in EVP_SealInit/EVP_OpenInit

2019-04-04 Thread Manish Patidar
Hi is there any standard/rfc for EVP_SealInit . Regards Manish

Re: Zombie poddle and Goldendoodle vulnerablity

2019-02-27 Thread Manish Patidar
Does CVE-2019-1559 is related to these vulnerability. On Wed, 27 Feb 2019, 4:48 pm Matt Caswell, wrote: > > > On 27/02/2019 11:07, Manish Patidar wrote: > > > > Hi, > > There has been two vulnerability reported: golden doodle and zombie > poddle. > > D

Zombie poddle and Goldendoodle vulnerablity

2019-02-27 Thread Manish Patidar
Hi, There has been two vulnerability reported: golden doodle and zombie poddle. Does it impact openssl 1.1.1 or 1.0.2 version ? https://www.tripwire.com/state-of-security/vulnerability-management/zombie-poodle-goldendoodle/ Regards Manish

[openssl-users] Fips lib usage in Openssl 1.1.1

2018-10-15 Thread Manish Patidar
Hi I want to use fips certify crypto libs. Is it possible to use crypto lib from Openssl-fips 2.0.16 and ssl lib from Openssl1.1.1? If yes, how we can use, pleas provide details? Regards Manish -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Regarding Openssl 1.0.2p bn changes

2018-08-23 Thread Manish Patidar
Hi, I have doubt regarding the bn change in Openssl version 1.0.2p. There is new flag introduced BN_FLG_FIXED_TOP, value of this flag is zero untill BN_DEBUG is defined. By default BN_DEBUG is not defined. So what is the purpose of this flag.? Regards Mwnish -- openssl-users mailing list To

[openssl-users] Backup of existing ssl connection

2018-08-23 Thread Manish Patidar
Hi I want to take backup of existing ssl connection. Use this backup connection in other slave board. This backup include keys and sequence no, ssl version etc. Is Openssl support any api to take backup of existing ssl connection? Regards Manish -- openssl-users mailing list To unsubscribe: htt