aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/crypto/openpgp
AgeCommit message (Expand)Author
2012-01-25build: remove code now in subrepositoriesRuss Cox
2012-01-24crypto: rename some FooError to ErrFooBrad Fitzpatrick
2012-01-18crypto/hmac: Add HMAC-SHA224 and HMAC-SHA384/512Luit van Drongelen
2012-01-11crypto/openpgp: assorted cleanupsAdam Langley
2012-01-09crypto/openpgp: truncate hashes before checking DSA signatures.Adam Langley
2011-12-16go/printer, gofmt: fine tuning of line spacingRobert Griesemer
2011-12-06crypto: allocate less.Adam Langley
2011-12-05use new strconv APIRuss Cox
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-03all: rename os.EOF to io.EOF in various non-code contextsVincent Vanackere
2011-11-02all: sort importsRuss Cox
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-10-27crypto/openpgp/error: use Error in names of error impl typesRuss Cox
2011-10-13build: fix for new return restrictionRuss Cox
2011-07-14go/printer: changed max. number of newlines from 3 to 2Robert Griesemer
2011-07-07crypto/openpgp: fixed dangerous use of for loop variableGideon Jan-Wessel Redelinghuys
2011-07-01crypto/openpgp: add ability to reserialize keys.Adam Langley
2011-06-22os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer
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-04-13bufio: add ReadLineAdam Langley
2011-04-12openpgp: Fix improper := shadowingGustavo Niemeyer
2011-03-25testing: shorten some tests.Rob Pike
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-25crypto/openpgp: fix test printsRob Pike
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