Re: 3.0 beta1 feedback about (shared) library names

2021-06-23 Thread Richard Levitte
On Tue, 22 Jun 2021 21:58:30 +0200, Michael Richardson wrote: > > Richard Levitte wrote: > >> But, having both "libssl-dev" and "libssl3-dev" installed at the same > >> time is going to be a problem. > > > Not really. Programs that are built against OpenSSL's libraries will > >

Re: Not getting some macros for FIPS

2021-06-23 Thread Tomas Mraz
On Wed, 2021-06-23 at 08:12 +, Kumar Mishra, Sanjeev wrote: > Hi, > > I am upgrading the code of OpenSSL 1.0 to 3.0. I am not getting some > macros for FIPS example - > > FIPS_TEST_INTEGRITY > FIPS_R_PAIRWISE_TEST_FAILED > FIPS_R_DRBG_STUCK etc. It is unclear what you're doing with those mac

Not getting some macros for FIPS

2021-06-23 Thread Kumar Mishra, Sanjeev
Hi, I am upgrading the code of OpenSSL 1.0 to 3.0. I am not getting some macros for FIPS example - FIPS_TEST_INTEGRITY FIPS_R_PAIRWISE_TEST_FAILED FIPS_R_DRBG_STUCK etc. What is alternative of above macros ? How I work around this ? What header file do I need to include for these macro in Open