Documentation ¶
Overview ¶
Package pkac implements support for SPKAC/PKAC data as produced by the html <keygen> element (Signed Public Key And Challenge).
References: - https://web.archive.org/web/20070401073244/http://wp.netscape.com/eng/security/comm4-keygen.html - https://wiki.openssl.org/index.php/Manual:Spkac(1) - http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20080714/07ea5534/attachment.txt
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseSPKAC ¶
ParseSPKAC parses a BER-encoded SPKAC and return the public key from it without validating a signature.
This function is provided for compatibility with PKAC blobs using message digests that are known to be broken (e.g. RSA with MD2).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.