aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/crypto/openpgp/packet/packet.go
AgeCommit message (Expand)Author
2012-01-25build: remove code now in subrepositoriesRuss Cox
2012-01-11crypto/openpgp: assorted cleanupsAdam Langley
2011-11-08renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*Rob Pike
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-06-21crypto/openpgp: add ElGamal support.Adam Langley
2011-06-10crypto/openpgp: add ability to encrypt messages.Adam Langley
2011-06-01crypto/openpgp: add support for symmetrically encrypting files.Adam Langley
2011-05-18pkg: spelling tweaks, A-HRobert Hencke
2011-05-14crypto/openpgp: change PublicKey.Serialize to include the header.Adam Langley
2011-05-09go/printer, gofmt: fix alignment of "=" in const/var declarationsRobert Griesemer
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-03-16crypto/openpgp: add DSA signature support.Adam Langley
2011-03-10crypto/openpgp: s/serialise/serialize/Adam Langley
2011-03-10crypto/openpgp: bug fixes and fix misnamed function.Adam Langley
2011-02-24crypto/openpgp: add packageAdam Langley
2011-02-19crypto/openpgp/packet: comment typo fix.Adam Langley
2011-02-03crypto/openpgp/packet: add basic routinesAdam Langley