boringssl/ssl
David Benjamin bb20f52383 Merge the RSA_ENC and RSA_SIGN certificate slots.
The distinction was not well-enforced in the code. In fact, it wasn't
even possible to use the RSA_SIGN slot because ssl_set_pkey and
ssl_set_cert would always use the RSA_ENC slot.

A follow-up will fold away the mechanism altogether, but this is an easy
initial simplfication.

BUG=486295

Change-Id: I66b5bf3e6dc243dac7c75924c1c1983538e49060
Reviewed-on: https://boringssl-review.googlesource.com/5349
Reviewed-by: Adam Langley <agl@google.com>
2015-07-07 01:15:41 +00:00
..
pqueue
test Convert the renegotiation extension to the new system. 2015-07-01 19:30:53 +00:00
CMakeLists.txt Convert the renegotiation extension to the new system. 2015-07-01 19:30:53 +00:00
d1_both.c Add CBB_zero to set a CBB to the zero state. 2015-07-01 19:45:43 +00:00
d1_clnt.c Prune ssl3_check_cert_and_algorithm. 2015-06-08 22:27:12 +00:00
d1_lib.c
d1_meth.c
d1_pkt.c
d1_srtp.c
d1_srvr.c
internal.h Merge the RSA_ENC and RSA_SIGN certificate slots. 2015-07-07 01:15:41 +00:00
s3_both.c Merge the RSA_ENC and RSA_SIGN certificate slots. 2015-07-07 01:15:41 +00:00
s3_clnt.c ssl3_cert_verify_hash should take the EVP_PKEY type. 2015-07-07 01:10:35 +00:00
s3_enc.c
s3_lib.c Remove SSL_get_server_tmp_key. 2015-07-07 01:11:10 +00:00
s3_meth.c
s3_pkt.c Limit the number of warning alerts silently consumed. 2015-06-08 22:16:14 +00:00
s3_srvr.c Merge the RSA_ENC and RSA_SIGN certificate slots. 2015-07-07 01:15:41 +00:00
ssl_aead_ctx.c
ssl_algs.c
ssl_asn1.c Add CBB_zero to set a CBB to the zero state. 2015-07-01 19:45:43 +00:00
ssl_cert.c Merge the RSA_ENC and RSA_SIGN certificate slots. 2015-07-07 01:15:41 +00:00
ssl_cipher.c Merge the RSA_ENC and RSA_SIGN certificate slots. 2015-07-07 01:15:41 +00:00
ssl_lib.c Merge the RSA_ENC and RSA_SIGN certificate slots. 2015-07-07 01:15:41 +00:00
ssl_rsa.c Implement asynchronous private key operations for client auth. 2015-06-18 22:14:51 +00:00
ssl_sess.c Fix Windows build. 2015-07-01 23:01:05 +00:00
ssl_stat.c Remove ssl2.h and ssl23.h. 2015-07-01 21:47:01 +00:00
ssl_test.cc Add SSL_SESSION_from_bytes. 2015-06-16 18:12:39 +00:00
ssl_txt.c
t1_enc.c
t1_lib.c Prune NIDs from TLS_SIGALGS. 2015-07-07 01:14:40 +00:00