• Adam Langley's avatar
    crypto: add Signer · 7f2e68e9
    Adam Langley authored
    Signer is an interface to support opaque private keys.
    These keys typically result from being kept in special hardware
    (i.e. a TPM) although sometimes operating systems provide a
    similar interface using process isolation for security rather
    than hardware boundaries.
    
    This changes provides interfaces for representing them and
    alters crypto/tls so that client certificates can use
    opaque keys.
    
    LGTM=bradfitz
    R=bradfitz
    CC=golang-codereviews, jdeprez
    https://golang.org/cl/114680043
    7f2e68e9
Name
Last commit
Last update
..
aes Loading commit data...
cipher Loading commit data...
des Loading commit data...
dsa Loading commit data...
ecdsa Loading commit data...
elliptic Loading commit data...
hmac Loading commit data...
md5 Loading commit data...
rand Loading commit data...
rc4 Loading commit data...
rsa Loading commit data...
sha1 Loading commit data...
sha256 Loading commit data...
sha512 Loading commit data...
subtle Loading commit data...
tls Loading commit data...
x509 Loading commit data...
crypto.go Loading commit data...