aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/crypto/openpgp/packet
AgeCommit message (Expand)Author
2012-01-25build: remove code now in subrepositoriesRuss Cox
2012-01-24crypto: rename some FooError to ErrFooBrad Fitzpatrick
2012-01-11crypto/openpgp: assorted cleanupsAdam Langley
2012-01-09crypto/openpgp: truncate hashes before checking DSA signatures.Adam Langley
2011-12-01Add a []byte argument to hash.Hash to allow an allocation to be saved.Adam Langley
2011-11-30use new time APIRuss Cox
2011-11-23crypto/openpgp/packet: fix private key checksumAdam 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-07-14go/printer: changed max. number of newlines from 3 to 2Robert Griesemer
2011-07-01crypto/openpgp: add ability to reserialize keys.Adam Langley
2011-06-21crypto/openpgp: add ElGamal support.Adam Langley
2011-06-17respect goto restrictionsRuss Cox
2011-06-13crypto/openpgp: flesh out Encrypt by adding support for signing.Adam Langley
2011-06-10crypto/openpgp: build fix (unreviewed)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-20crypto/openpgp: add key generation support.Adam Langley
2011-05-18pkg: spelling tweaks, A-HRobert Hencke
2011-05-14pkg: fix incorrect prints found by govetRobert 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-22crypto/rsa: support > 3 primes.Adam Langley
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-04-19crypto/openpgp: better handling of keyrings.Adam Langley
2011-03-16crypto/openpgp: add DSA signature support.Adam Langley
2011-03-15openpgp: add PublicKey KeyId string accessorsBrad Fitzpatrick
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-18crypto/openpgp/packet: fix testing print (missing arg)Rob Pike
2011-02-11crypto/openpgp: minor updates to subpackagesAdam Langley
2011-02-10crypto/openpgp/packet: add remainder of packet types.Adam Langley
2011-02-10crypto/openpgp/packet: four more packet types.Adam Langley
2011-02-09src/*: fix incorrect prints found by govetRob Pike
2011-02-07crypto/openpgp/packet: add UserId packet typeAdam Langley
2011-02-05crypto/openpgp/packet: two more packet types.Adam Langley
2011-02-04crypto/openpgp/packet: add public key supportAdam Langley
2011-02-03crypto/openpgp/packet: add basic routinesAdam Langley