OSSL api example to write DH params

2022-10-28 Thread Samiya Khanum via openssl-users
Hi All, "PEM_write_DHparams" is deprecated in openssl3.0. I am trying to replace "PEM_write_DHparams" with the OSSL api. But getting below compilation error while assigning the dh. Could you please provide an example to use "OSSL_ENCODER_CTX_new_for_pkey" in the correct way and also please provid

openssl-1.1.1b: Compilation errors when use async and ct

2019-06-19 Thread Samiya Khanum via openssl-users
Hi, While compiling async I see below errors with UCLIBC. *libcrypto.so: undefined reference to `getcontext'libcrypto.so: undefined reference to `setcontext'libcrypto.so: undefined reference to `makecontext'* As UCLIBC doesn't have support to these APIs, i have added no-async in configure. Wit

Building openssh7.9p1 and above against openssl1.1.1b

2019-05-15 Thread Samiya Khanum via openssl-users
Hi, After upgrading openssl to 1.1.1b, I am getting compilation errors in the openssh code. Does Openssh 7.9p1 and above versions support building against the openssl 1.1.1b version? In Openssh release notes, below note is mentioned: All: support building against the openssl-1.1 API (releases 1.

Re: opensslconf.h file not generated

2019-05-13 Thread Samiya Khanum via openssl-users
Samiya Khanum wrote: > > > > > > Hi Richard, > > > > I have extracted tar file and executed Configure command. Do we need to > set anything before > > Configure? > > > > On Mon 13 May, 2019, 7:33 PM Richard Levitte, > wrote: > > > >

Re: opensslconf.h file not generated

2019-05-13 Thread Samiya Khanum via openssl-users
Hi Richard, I have extracted tar file and executed Configure command. Do we need to set anything before Configure? On Mon 13 May, 2019, 7:33 PM Richard Levitte, wrote: > What else did you do other than configuring? > > Cheers > Richard > > Samiya Khanum via openssl-users skr

opensslconf.h file not generated

2019-05-13 Thread Samiya Khanum via openssl-users
Hi, Earlier our application used openSSL version 1.0.2n. We want to upgrade to 1.1.1b. When I compile openssl, I see "opensslconf.h" not found error. ../../../../vendor/openssl/include/openssl/e_os2.h:13:34: fatal error: openssl/opensslconf.h: No such file or directory With below configure optio