Files
mbedtls/include
Andres Amaya Garcia 26db5fbe9b Parse ResponseBytes top-level from OCSP response
The added code removed the SEQUENCE component from the following ASN.1
structure:

   ResponseBytes ::=       SEQUENCE {
       responseType   OBJECT IDENTIFIER,
       response       OCTET STRING }

The parsing for responseType and response is delegated to
x509_ocsp_get_response_type() and x509_ocsp_get_response() respectively.
2017-11-11 12:44:26 +00:00
..
2015-03-10 11:23:56 +00:00