aboutsummaryrefslogtreecommitdiff
path: root/openpgp/write_test.go
AgeCommit message (Expand)Author
2022-09-19all: replace io/ioutil with io and os packagecui fliter
2018-07-18openpgp: support creating signatures compatible with 'gpg --sign'.Wilfried Teiken
2017-01-04all: fix some vet warningsJoe Tsai
2016-03-14openpgp: ECDSA key and signature supportJacob H. Haven
2015-07-28crypto/openpgp: make it possible to set the key lengthJeff R. Allen
2013-07-22go.crypto/openpgp: don't select expired keys.Adam Langley
2012-12-15go.crypto: gofmt -w -sMikio Hara
2012-02-20openpgp: eliminate implicit rand.Reader and time.NowAdam Langley
2012-01-25go.crypto: initial codeRuss Cox