Skip to content

Use EVP_Digest only with OpenSSL 3.0#1080

Merged
bel2125 merged 1 commit into
civetweb:masterfrom
linev:digest_ssl3
Jul 9, 2022
Merged

Use EVP_Digest only with OpenSSL 3.0#1080
bel2125 merged 1 commit into
civetweb:masterfrom
linev:digest_ssl3

Conversation

@linev

@linev linev commented Jun 29, 2022

Copy link
Copy Markdown
Contributor

Only starting from this SSL version one get deprecation warnings.

SHA1_Init’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]

But one still can use old SHA methods with older SSL and with
systems without SSL at all

Only starting from this SSL version one get deprecation warnings.

    SHA1_Init’ is deprecated: Since OpenSSL 3.0
[-Wdeprecated-declarations]

But one still can use old SHA methods with older SSL and with
systems without SSL at all
@bel2125

bel2125 commented Jul 9, 2022

Copy link
Copy Markdown
Member

Merged. Thank you.

(Sorry for the long delay, I was unavailable for almost two weeks).

@linev linev deleted the digest_ssl3 branch July 12, 2022 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants