mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-06 04:25:43 +02:00
Modify the x509_crt.c and pkparse.c slightly so that the certificate parsing (and mbedtls_x509_crt) keeps a pointer to the raw DER structure containing the SubjectPublicKeyInfo. This improves the efficiency of the OCSP response verification because we have to take the hash of the certificate's key.