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
Edit: For 1) and 2) a new mbedtls_ec_export function could be introduced, similar to mbedtls_rsa_export which already exists.
Justification
Commit ndilieto/uacme@64d1b3c adds support for mbedTLS v3.0 to uacme, but accessor functions to the above are missing and therefore I had to resort to MBEDTLS_PRIVATE.
The text was updated successfully, but these errors were encountered:
The first two (ECP keypair) are covered by #4838. 4 & 5 (PEM context) are covered by #5414 (fix merged in #5504). 6 (SSL handshake state) is covered by #4383. So I think the only new item is relating to mbedtls_x509_crt.ext_types (I'll rename this issue for clarity).
daverodgman
changed the title
Add missing accessor functions for uacme
Add missing accessor for mbedtls_x509_crt.ext_types for uacme
Feb 28, 2022
Suggested enhancement
Add missing accessor functions to the following
Edit: For 1) and 2) a new mbedtls_ec_export function could be introduced, similar to mbedtls_rsa_export which already exists.
Justification
Commit ndilieto/uacme@64d1b3c adds support for mbedTLS v3.0 to uacme, but accessor functions to the above are missing and therefore I had to resort to MBEDTLS_PRIVATE.
The text was updated successfully, but these errors were encountered: