Add test certificate for bitstring in DN

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-27 13:09:21 +01:00
parent 9409e0cea2
commit 39ead3ef2f
3 changed files with 57 additions and 0 deletions

View file

@ -5,6 +5,8 @@ mbed TLS ChangeLog (Sorted per branch, date)
Security
Features
* Add support for bit strings in X.509 names (request by Fredrik Axelsson).
* Add support for id-at-uniqueIdentifier in X.509 names.
* Add support for overriding snprintf() (except on Windows) and exit() in
the platform layer.
* Add an option to use macros instead of function pointers in the platform