Go library for using system certificate stores on macOS/Windows
Перейти к файлу
Ben Toews 6d33cd4919
destroy method for darwin
2017-11-09 13:15:31 -07:00
test_data get stuff working(ish) and add basic tests 2017-11-06 18:50:59 -07:00
.gitignore Initial commit 2017-11-01 18:42:53 -06:00
Makefile switch darwin implementation to be a Signer 2017-11-09 12:32:57 -07:00
TODO CNG ECDSA signer 2017-11-08 16:50:45 -07:00
certstore.go switch to crypto.Signer approach. Get it working with RSA 2017-11-08 16:17:20 -07:00
certstore_darwin.go destroy method for darwin 2017-11-09 13:15:31 -07:00
certstore_windows.go wire up CryptoAPI support 2017-11-09 08:46:29 -07:00
certstore_windows_test.go wire up CryptoAPI support 2017-11-09 08:46:29 -07:00
crypt_strings_windows.go clean up some constants 2017-11-08 14:27:26 -07:00
main.go destroy method for darwin 2017-11-09 13:15:31 -07:00
main_test.go get stuff working(ish) and add basic tests 2017-11-06 18:50:59 -07:00