Files
mbedtls/include
Andres Amaya Garcia 8f1e390a36 Parse top-level components of BasicOCSPResponse
Populate the function x509_ocsp_get_response() that parses the top
level components of the following ASN.1 structure:

   BasicOCSPResponse       ::= SEQUENCE {
      tbsResponseData      ResponseData,
      signatureAlgorithm   AlgorithmIdentifier,
      signature            BIT STRING,
      certs            [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }

The top-level components correspond to the main SEQUENCE and the
EXPLICIT tag.
2017-11-11 12:49:19 +00:00
..
2015-03-10 11:23:56 +00:00