commit | 398ba895fba66c3f191add14299b3da2def64af4 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Mon Jul 07 18:13:20 2014 -0400 |
committer | Adam Langley <agl@google.com> | Mon Jul 07 22:43:56 2014 +0000 |
tree | c620fd75b8ddde62929d1005b4b72726526a8eb4 | |
parent | 9d28c75774cbec7f3cd841e554b06d03fbf838ce [diff] |
Remove SSL_copy_session_id. This is the only codepath that allowed a cert_st to be shared between two ssl_st's. Given that the cert_st currently contains some per-connection and even per-handshake state, this probably doesn't work. Remove the function altogether and don't ref-count cert_st. Change-Id: I66d5346117cb59b6063e7b9b893d1c4b40cb6867 Reviewed-on: https://boringssl-review.googlesource.com/1110 Reviewed-by: Adam Langley <agl@google.com>