-
Eugene Syromiatnikov authored
To comply with the naming guidelines for the API functions that transfer ownership of the data. The majority of the changes was done by for i in `git grep -l ASN1_STRING_set_data`; do \ sed -i 's/ASN1_STRING_set_data/ASN1_STRING_set1_data/g' "$i"; \ done for i in `git grep -l ASN1_STRING_set_string`; do \ sed -i 's/ASN1_STRING_set_string/ASN1_STRING_set1_string/g' "$i"; \ done with a manual touch-up in util/libcrypto.num. Complements: 28179061 "Prepare a now opaque ASN1_STRING for the size_t rapture." Signed-off-by:Eugene Syromiatnikov <esyr@openssl.org> Reviewed-by:
Nikola Pajkovsky <nikolap@openssl.org> Reviewed-by:
Bob Beck <beck@openssl.org> Reviewed-by:
Simo Sorce <simo@redhat.com> MergeDate: Tue Aug 11 13:56:44 2026 (Merged from https://github.com/openssl/openssl/pull/32015)
786353f4Eugene Syromiatnikov authoredTo comply with the naming guidelines for the API functions that transfer ownership of the data. The majority of the changes was done by for i in `git grep -l ASN1_STRING_set_data`; do \ sed -i 's/ASN1_STRING_set_data/ASN1_STRING_set1_data/g' "$i"; \ done for i in `git grep -l ASN1_STRING_set_string`; do \ sed -i 's/ASN1_STRING_set_string/ASN1_STRING_set1_string/g' "$i"; \ done with a manual touch-up in util/libcrypto.num. Complements: 28179061 "Prepare a now opaque ASN1_STRING for the size_t rapture." Signed-off-by:Eugene Syromiatnikov <esyr@openssl.org> Reviewed-by:
Nikola Pajkovsky <nikolap@openssl.org> Reviewed-by:
Bob Beck <beck@openssl.org> Reviewed-by:
Simo Sorce <simo@redhat.com> MergeDate: Tue Aug 11 13:56:44 2026 (Merged from https://github.com/openssl/openssl/pull/32015)
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading