d3440b4d63
This allows us to implement custom RSA-PSS-based keys, so the async TLS 1.3 tests can proceed. For now, both sign and sign_digest exist, so downstreams only need to manage a small change atomically. We'll remove sign_digest separately. In doing so, fold all the *_complete hooks into a single complete hook as no one who implemented two operations ever used different function pointers for them. While I'm here, I've bumped BORINGSSL_API_VERSION. I do not believe we have any SSL_PRIVATE_KEY_METHOD versions who cannot update atomically, but save a round-trip in case we do. It's free. Change-Id: I7f031aabfb3343805deee429b9e244aed5d76aed Reviewed-on: https://boringssl-review.googlesource.com/8786 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> |
||
---|---|---|
.. | ||
test | ||
CMakeLists.txt | ||
custom_extensions.c | ||
d1_both.c | ||
d1_lib.c | ||
d1_pkt.c | ||
d1_srtp.c | ||
dtls_method.c | ||
dtls_record.c | ||
handshake_client.c | ||
handshake_server.c | ||
internal.h | ||
s3_both.c | ||
s3_enc.c | ||
s3_lib.c | ||
s3_pkt.c | ||
ssl_aead_ctx.c | ||
ssl_asn1.c | ||
ssl_buffer.c | ||
ssl_cert.c | ||
ssl_cipher.c | ||
ssl_ecdh.c | ||
ssl_file.c | ||
ssl_lib.c | ||
ssl_rsa.c | ||
ssl_session.c | ||
ssl_stat.c | ||
ssl_test.cc | ||
t1_enc.c | ||
t1_lib.c | ||
tls_method.c | ||
tls_record.c |