commit | 17ebf85abda18c3875b1ba6670fe7b393bc1f297 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Tue Aug 16 14:06:48 2016 +0100 |
committer | Dr. Stephen Henson <steve@openssl.org> | Tue Aug 16 16:05:35 2016 +0100 |
tree | 224f98559daf13f77b4526df0a24a3ab1675f685 | |
parent | 1940aa6e6b51147df10a5bffcaaa2b9904209184 [diff] |
Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). Deprecate the function ASN1_STRING_data() and replace with a new function ASN1_STRING_get0_data() which returns a constant pointer. Update library to use new function. Reviewed-by: Rich Salz <rsalz@openssl.org>