Openssl aes-256 ctr drbg

2021-09-20 Thread Nagarjun J
Hi, What is the Number of Bytes Returned by aes-256 ctr drbg ? Thanks, Nagarjun

Re: Query regarding openssl-3.0.0 ecdsa self tests

2021-08-30 Thread Nagarjun J
nsistency test as > > > the > > > KAT is impossible to do for regular DSA and ECDSA due to random > > > nonce > > > being input of the signature algorithm and thus the signature > > > always > > > changes. > > > > > > Tomas > >

Query regarding openssl-3.0.0 ecdsa self tests

2021-08-27 Thread Nagarjun J
Hi, Does openssl-3.0.0 really does ecdsa KAT ? The post test logs says "ECDSA KAT :PASS. But when i debuged the code it actually doing ECDSA pairwise consistency test. Thanks, Nagarjun

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

Sp800 56a rev3

2021-04-14 Thread Nagarjun J
Hi, Suppose if any one submitted for FIPS 140-2 certification in Nov 2020 , what is the deadline to meet sp800 56 a rev3 revision requirement to avoid certificate going into historical list. And if we meet requirement before deadline what is the validity of certificate. And do we need to test this

SP800 56A rev3 patch

2021-04-14 Thread Nagarjun J
Hi, I am looking to patch FOM for sp800 56 rev3 support . Does openssl-3.0 implements this requirement? Is there any patches available? Regards Nag

FIPS compliance with openssl-1.1.1j

2021-03-12 Thread Nagarjun J
Hi, How to be FIPS compliance with openssl-1.1.1j version , as does not have fips object module, is they any ways? Regards Nagarjun

[no subject]

2021-02-17 Thread Nagarjun J
Hi, I am building Nginx application with openssl-3.0.0, i have added below code in main function of nginx application to load fips provider, OSSL_PROVIDER *fips; OSSL_PROVIDER *base; fips = OSSL_PROVIDER_load(NULL, "fips"); if (fips == NULL) { printf("Failed to

Openssl_3.0.0 stable release

2021-02-17 Thread Nagarjun J
Hi, Any one have idea when openssl-3.0.0 stable version can be expected? -Nagarjun

[no subject]

2021-02-16 Thread Nagarjun J
Hi, How to verify if the application is using fips provider from openssl-3.0.0 ( similar to fips_mode() api in openssl-fips-2.0.16) and does fips provider do run time check and through error if application using non fips ciphers. Regards, Nagarjun

SP800-56A REV3

2021-02-08 Thread Nagarjun J
Hi , What is this SP800-56A REV3 new FIPS requirement, How it affects ECDH , how it is different from openssl-2.0.16 ECDH implication. Which all functions that affects. Regards Nagarjun

Openssl-3.0.0 POST

2021-02-05 Thread Nagarjun J
Hello, Can any one tell , how to run POST tests in openssl-3.0.0. Regards, N