boulder/privatekey
Jacob Hoffman-Andrews d2d9078213
privatekey: emit clearer error on parse (#6620)
If the input key asserts that it is a PKCS#1 key ("BEGIN RSA PRIVATE
KEY"), we can safely return the error from parsing as PKCS1, rather than
trying all key types and returning a generic error.
2023-01-30 00:12:12 -08:00
..
privatekey.go privatekey: emit clearer error on parse (#6620) 2023-01-30 00:12:12 -08:00
privatekey_test.go Tests: use reflect.IsNil() to avoid boxed nil issues (#6305) 2022-08-19 14:47:34 -07:00