Open rmartinc opened 2 years ago
@fjuma I think this line is not correct, it should be the last version released 2.2.0.Final
. If not the artifact is not found for windows and macos during the CI. Thanks!
@rmartinc Good catch, you are correct! If you have a sec and wanted to submit a PR to fix that, that would be great. Otherwise, I'll try to do that later today.
Done in https://github.com/wildfly-security/wildfly-openssl/pull/118! I'll rebase this one once the other is merged. Thanks!
@fjuma remember that this PR is here. It's a small fix but it would be good to have EC also in openssl.
Thanks for the reminder, @rmartinc!
@fjuma Do you think this is interesting? I'm just going over my list of PRs...
Adding EC to the allowed key/certificate algorithm list. The
BasicOpenSSLSocketECTest
checks a TLSv1.2 and TLSv1.3 connection between client and server using EC certificates (mutual SSL auth).