mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 00:18:06 -04:00
Changelog: list changes in x509write_crt module
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
da0afcc2fb
commit
903b6aa87d
@ -0,0 +1,10 @@
|
|||||||
|
Bugfix
|
||||||
|
* mbedtls_x509write_crt_set_serial() now explicitly rejects serial numbers
|
||||||
|
whose binary representation is longer than 20 bytes. This was already
|
||||||
|
forbidden by the standard (RFC5280 - section 4.1.2.2) and now it's being
|
||||||
|
enforced also at code level.
|
||||||
|
|
||||||
|
New deprecations
|
||||||
|
* mbedtls_x509write_crt_set_serial() is now being deprecated in favor of
|
||||||
|
mbedtls_x509write_crt_set_serial_new(). The goal here is to remove any
|
||||||
|
direct dependency of X509 from BIGNUM_C.
|
Loading…
x
Reference in New Issue
Block a user