d2i_ECDSA_SIG

Decodes a DER encoded ECDSA signature (note: this function changes* pp (*pp += len)). \param sig pointer to ECDSA_SIG pointer (may be NULL) \param pp memory buffer with the DER encoded signature \param len length of the buffer \return pointer to the decoded ECDSA_SIG structure (or NULL)

extern (C) nothrow
d2i_ECDSA_SIG
(,
const(ubyte)** pp
,
c_long len
)

Meta