deps: update to miekg/pkcs11@v1.1.2 (#44) This brings in a signature change for Initialize. Fixes #43
deps: update to miekg/pkcs11@v1.1.2 (#44)
This brings in a signature change for Initialize.
Fixes #43
The pkcs11key package implements a crypto.Signer interface for a PKCS#11 private key.
If you are using Go modules, you should import this with the module-compatible path github.com/letsencrypt/pkcs11key/v4.
github.com/letsencrypt/pkcs11key/v4
./test.sh
cd v4/testdata openssl ecparam -name prime256v1 -genkey | openssl pkcs8 -topk8 -nocrypt > entropic_ecdsa.key openssl req -new -x509 -key entropic_ecdsa.key -out entropic_ecdsa.pem -days 1000 -subj /CN=entropic\ ECDSA openssl req -new -newkey rsa:2048 -nodes -x509 -keyout silly_signer.key -out silly_signer.pem -days 1000 -subj /CN=silly\ signer cd -
Some of this code is Copyright (c) 2014 CloudFlare Inc., some is Copyright (c) 2015 Internet Security Research Group.
The code is licensed under the BSD 2-clause license. See the LICENSE file for more details.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
PKCS11Key
The pkcs11key package implements a crypto.Signer interface for a PKCS#11 private key.
If you are using Go modules, you should import this with the module-compatible path
github.com/letsencrypt/pkcs11key/v4.Testing
./test.shLicense Summary
Some of this code is Copyright (c) 2014 CloudFlare Inc., some is Copyright (c) 2015 Internet Security Research Group.
The code is licensed under the BSD 2-clause license. See the LICENSE file for more details.