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
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
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.
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:
> >
> >
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
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