Drop OPENSSL_NO_RSA everywhere #13700
Closed
Conversation
|
CIs are relevant (I think). |
Yup. I didn't pay attention that some of the guards were |
|
CIs are much happier now |
|
Fixup added, the logic in |
|
Hmm, still needs some adjustments probably? |
|
Yes, those adjustments are in a separate PR, #13706 |
Closed
|
speed.c still has a problem |
Fixed, I hope |
|
Hmmm, so perhaps this doesn't need to wait on #13706 after all... |
The configuration option 'no-rsa' was dropped with OpenSSL 1.1.0, so this is simply a cleanup of the remains.
|
With #13706 merged, this needed a rebase. There was one small conflict in |
|
Still approved
19. 12. 2020 17:10, 17:10, Richard Levitte <notifications@github.com> napsal/a:
…With #13706 merged, this needed a rebase. There was one small conflict
in `crypto/asn1/i2d_evp.c` which was trivial to clear.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#13700 (comment)
|
|
Merged 3a1ee3c Drop OPENSSL_NO_RSA everywhere |
openssl-machine
pushed a commit
that referenced
this pull request
Dec 20, 2020
The configuration option 'no-rsa' was dropped with OpenSSL 1.1.0, so this is simply a cleanup of the remains. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from #13700)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
The configuration option 'no-rsa' was dropped with OpenSSL 1.1.0, so
this is simply a cleanup of the remains.