mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 14:38:57 +01:00
Fix sig->tag update in mbedtls_x509_get_sig()
This commit is contained in:
parent
c49b808ae4
commit
4bdbe09f90
2 changed files with 6 additions and 1 deletions
|
|
@ -22,6 +22,9 @@ Bugfix
|
|||
enabled unless others were also present. Found by David Fernandez. #428
|
||||
* Fix for out-of-tree builds using CMake. Found by jwurzer, and fix based on
|
||||
a contribution from Tobias Tangemann. #541
|
||||
* Fix mbedtls_x509_get_sig() to update the ASN1 type in the mbedtls_x509_buf
|
||||
data structure until after error checks are successful. Found by
|
||||
subramanyam-c.
|
||||
|
||||
Changes
|
||||
* Extended test coverage of special cases, and added new timing test suite.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue