c5ac2b6c78
This change renames |peer| to |x509_peer| and |cert_chain| to |x509_chain| in |SSL_SESSION|. It also renames |x509| to |x509_leaf| and |chain| to |x509_chain| in |CERT|. (All with an eye to maybe making them lazily initialised in the future). This a) catches anyone who might be accessing these members directly and b) makes space for |CRYPTO_BUFFER|-based values to take the unprefixed names. Change-Id: I10573304fb7d6f1ea03f9e645f7fc0acdaf71ac2 Reviewed-on: https://boringssl-review.googlesource.com/12162 Reviewed-by: David Benjamin <davidben@google.com> |
||
---|---|---|
.. | ||
openssl |