• Roger Peppe's avatar
    crypto/x509: implement EncryptPEMBlock · 791fb978
    Roger Peppe authored
    Arbitrary decisions: order of the arguments and the
    fact it takes a block-type argument (rather than
    leaving to user to fill it in later); I'm happy whatever
    colour we want to paint it.
    
    We also change DecryptPEMBlock so that it won't
    panic when the IV has the wrong size.
    
    R=agl, agl
    CC=golang-dev
    https://golang.org/cl/6820114
    791fb978
Name
Last commit
Last update
..
pkix Loading commit data...
cert_pool.go Loading commit data...
pem_decrypt.go Loading commit data...
pem_decrypt_test.go Loading commit data...
pkcs1.go Loading commit data...
pkcs8.go Loading commit data...
pkcs8_test.go Loading commit data...
root.go Loading commit data...
root_darwin.go Loading commit data...
root_plan9.go Loading commit data...
root_stub.go Loading commit data...
root_unix.go Loading commit data...
root_windows.go Loading commit data...
verify.go Loading commit data...
verify_test.go Loading commit data...
x509.go Loading commit data...
x509_test.go Loading commit data...