[WFSSL-92] Allow using EC certificates with OpenSSL#117
[WFSSL-92] Allow using EC certificates with OpenSSL#117rmartinc wants to merge 1 commit intowildfly-security:mainfrom
Conversation
|
@fjuma I think this line is not correct, it should be the last version released |
|
@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 #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... |
|
Just catching up on old PRs on this project. I am not familiar with how other keystores are managed on this project yet but in general I am not a fan of keystores in source code without at least some docuementation describing how to create them. Ideally though I prefer them to be created on demand so we know they are not going to expire / need replacing etc... |
Adding EC to the allowed key/certificate algorithm list. The
BasicOpenSSLSocketECTestchecks a TLSv1.2 and TLSv1.3 connection between client and server using EC certificates (mutual SSL auth).