d2i_ECDSA_SIG

Decodes a DER encoded ECDSA signature (note: this function changes *pp (*pp += len)).

extern (C) nothrow @nogc
d2i_ECDSA_SIG
(,
const(ubyte)** pp
,
core.stdc.config.c_long len
)

Parameters

sig .ECDSA_SIG**

pointer to ECDSA_SIG pointer (may be null)

pp const(ubyte)**

memory buffer with the DER encoded signature

len core.stdc.config.c_long

length of the buffer

Return Value

Type: .ECDSA_SIG*

pointer to the decoded ECDSA_SIG structure (or null)

Meta