You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[crypto] Extract common X509 functions for mbedTLS and PSA (project-chip#29484)
* [crypto] Extract X509 functions for mbedTLS and PSA
PSA crypto backend uses mbedTLS API to implement functions
for certificate generation and parsing, so the functions
are duplicated between PSA and mbedTLS backends.
Extract the functions to reduce the code duplication.
* Restyled by whitespace
* Restyled by gn
* Code review
---------
Co-authored-by: Restyled.io <commits@restyled.io>
0 commit comments