wildfly-security / wildfly-openssl

Generic OpenSSL bindings for Java
Apache License 2.0
81 stars 72 forks source link

[WFSSL-92] Allow using EC certificates with OpenSSL #117

Open rmartinc opened 2 years ago

rmartinc commented 2 years ago

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

rmartinc commented 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!

fjuma commented 2 years ago

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

rmartinc commented 2 years ago

Done in https://github.com/wildfly-security/wildfly-openssl/pull/118! I'll rebase this one once the other is merged. Thanks!

rmartinc commented 2 years ago

@fjuma remember that this PR is here. It's a small fix but it would be good to have EC also in openssl.

fjuma commented 2 years ago

Thanks for the reminder, @rmartinc!

rmartinc commented 2 years ago

@fjuma Do you think this is interesting? I'm just going over my list of PRs...