Make OCSP response and SCT list getter const-correct. The data is owned by the SSL_SESSION, so the caller should not modify it. This will require changes in Chromium, but they should be trivial. Change-Id: I314718530c7d810f7c7b8852339b782b4c2dace1 Reviewed-on: https://boringssl-review.googlesource.com/2409 Reviewed-by: Adam Langley <agl@google.com>