Remove deprecated function mbedtls_x509write_crt_set_serial()
#9892
Labels
api-break
This issue/PR breaks the API and must wait for a new major version
component-x509
size-s
Estimated task size: small (~2d)
The function
mbedtls_x509write_crt_set_serial()
has been deprecated in favour ofmbedtls_x509write_crt_set_serial_raw()
. On reason it's problematic is because it has an argument of typembedtls_mpi
frombignum.h
which is going to be private in 1.0/4.0.This task is to:
mbedtls_x509write_crt_set_serial_raw()
but still double-check.)git grep -w mbedtls_x509write_crt_set_serial
should only find matches in the ChangeLog.This task is development-only.
The text was updated successfully, but these errors were encountered: