Conversation
23f7f18 to
a42e7b2
Compare
|
Adding the |
I can do that; also the |
|
Someone will want |
5c4e4ee to
612ce06
Compare
|
@paulidale, added: Run-checker CI / run-checker (no-rpk) (pull_request) |
|
No idea why run-checker (no-ui) is failing. Possibly unrelated. This does not modify code in that area and it had previously passed. A local |
|
It's a harmless failure. |
612ce06 to
9eab300
Compare
kaduk
left a comment
There was a problem hiding this comment.
Thanks for the updates so far!
5df383b to
768784e
Compare
768784e to
5f58705
Compare
da1b18b to
829cd87
Compare
|
ping? OTC review? |
|
@mattcaswell @paulidale @t8m How does one get this out of the |
|
There will be a blog post about this. These things can, unfortunately, take a while. |
829cd87 to
e1bc0e4
Compare
e1bc0e4 to
de814f7
Compare
ping @paulidale ? |
|
This PR is in a state where it requires action by @openssl/omc but the last update was 31 days ago |
FdaSilvaYY
left a comment
There was a problem hiding this comment.
just one more typo ;)
FdaSilvaYY
left a comment
There was a problem hiding this comment.
There a few 2021 to replace by 2022.
There was a problem hiding this comment.
This pre-condition is not checked inside s_client or s_server tools ?
No unwanted failure in case of forcing tls_1 with RPK ??
There was a problem hiding this comment.
I'm torn here on this. We don't necessarily want to force a failure if, say, TLSv1 is negotiated. Sure RPK won't be used, but there won't be a failure (a certificate is still available). RPK is a negotiated option.
Add support for the RFC7250 extensions, allows the use of only private keys for connection (i.e. certs not needed). Configurable with no-rpk Add SSL_add1_expected_peer_rpk() to add a list of valid keys Add SSL_get0_peer_rpk() to retrive peer's public key Add RPK SSL options Add unit tests Add documentation Add s_client/s_server support
|
This PR is in a state where it requires action by @openssl/omc but the last update was 30 days ago |
|
Closing in favor of #18185 |
Add support for the RFC7250 extensions, allows the use of only private keys for connection (i.e. certs not needed). Fixes #6929
Configurable with no-rpk
Add SSL_add1_expected_peer_rpk() to add a list of valid keys
Add SSL_get0_peer_rpk() to retrive peer's public key
Add RPK SSL options
Add unit tests
Add documentation
Add s_client/s_server support
Checklist