RE: openssl 1.1.1h - Engine API in iOS static lib build

2020-12-07 Thread madhu.bajpai
Able to do it by changing Configurations/15-ios.conf. Removed 'engine' from 'disable' list and then ran /config command. Regards, Madhu -Original Message- From: madhu.baj...@rimus-tech.com Sent: Monday, December 7, 2020 7:11 PM To: openssl-users@openssl.org Subject: openssl 1.1.1h -

Re: Regarding #def for 'SSL_R_PEER_ERROR_NO_CIPHER' and 'SSL_R_NO_CERTIFICATE_RETURNED' in openssl3.0

2020-12-07 Thread Matt Caswell
On 07/12/2020 14:26, Jakob Bohm via openssl-users wrote: >>> error: 'SSL_R_PEER_ERROR_NO_CIPHER' was not declared in this scope >> This one was only ever used in the SSLv2 implementation. Since no one >> uses SSLv2 any more and it is considered highly insecure its >> implementation was removed

Re: Regarding #def for 'SSL_R_PEER_ERROR_NO_CIPHER' and 'SSL_R_NO_CERTIFICATE_RETURNED' in openssl3.0

2020-12-07 Thread Jakob Bohm via openssl-users
On 07/12/2020 12:39, Matt Caswell wrote: On 04/12/2020 13:28, Narayana, Sunil Kumar wrote: Hi,     We are trying to upgrade our application from openssl usage of 1.0.2 to openssl 3.0, during which we observe following errors. Looks like the below #def been removed from 1.1

openssl 1.1.1h - Engine API in iOS static lib build

2020-12-07 Thread madhu.bajpai
Dear openSSL team, While migrating from 1.0.2u to 1.1.1x, found that iOS libcrypto.a does not have engine API like engine_new etc. Tried building openssl with enable-static-engine and enable-engine Configure options but no success. Here is the Configure command being use: ./Configure

Re: Regarding #def for 'SSL_R_PEER_ERROR_NO_CIPHER' and 'SSL_R_NO_CERTIFICATE_RETURNED' in openssl3.0

2020-12-07 Thread Matt Caswell
On 04/12/2020 13:28, Narayana, Sunil Kumar wrote: > Hi, > >     We are trying to upgrade our application from openssl > usage of 1.0.2 to openssl 3.0, during which we observe following errors. > > Looks like the below #def been removed from 1.1 onwards, Should > application also