aboutsummaryrefslogtreecommitdiff
path: root/openpgp/write.go
AgeCommit message (Expand)Author
2022-09-19all: replace io/ioutil with io and os packagecui fliter
2018-12-03openpgp: support SHA384Axel Wagner
2018-07-18openpgp: support creating signatures compatible with 'gpg --sign'.Wilfried Teiken
2016-07-06x/crypto: fix typosMartin Hamrle
2015-06-27crypto/openpgp: don't panic on nil private signing key in EncryptGiovanni Bajo
2014-11-10go.crypto: use golang.org/x/... import pathsAndrew Gerrand
2013-08-15openpgp: Implement compressed data packets & add support for compressing data...Brian Gitonga Marete
2013-08-05go.crypto/openpgp: test that hashes are compiled in before using them.Adam Langley
2013-07-22go.crypto/openpgp: don't select expired keys.Adam Langley
2012-02-20openpgp: eliminate implicit rand.Reader and time.NowAdam Langley
2012-01-25go.crypto: initial codeRuss Cox