index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
crypto
/
openpgp
/
packet
Age
Commit message (
Expand
)
Author
2012-01-25
build: remove code now in subrepositories
Russ Cox
2012-01-24
crypto: rename some FooError to ErrFoo
Brad Fitzpatrick
2012-01-11
crypto/openpgp: assorted cleanups
Adam Langley
2012-01-09
crypto/openpgp: truncate hashes before checking DSA signatures.
Adam Langley
2011-12-01
Add a []byte argument to hash.Hash to allow an allocation to be saved.
Adam Langley
2011-11-30
use new time API
Russ Cox
2011-11-23
crypto/openpgp/packet: fix private key checksum
Adam Langley
2011-11-08
renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*
Rob Pike
2011-11-01
src/pkg/[a-m]*: gofix -r error -force=error
Russ Cox
2011-07-14
go/printer: changed max. number of newlines from 3 to 2
Robert Griesemer
2011-07-01
crypto/openpgp: add ability to reserialize keys.
Adam Langley
2011-06-21
crypto/openpgp: add ElGamal support.
Adam Langley
2011-06-17
respect goto restrictions
Russ Cox
2011-06-13
crypto/openpgp: flesh out Encrypt by adding support for signing.
Adam Langley
2011-06-10
crypto/openpgp: build fix (unreviewed)
Adam Langley
2011-06-10
crypto/openpgp: add ability to encrypt messages.
Adam Langley
2011-06-01
crypto/openpgp: add support for symmetrically encrypting files.
Adam Langley
2011-05-20
crypto/openpgp: add key generation support.
Adam Langley
2011-05-18
pkg: spelling tweaks, A-H
Robert Hencke
2011-05-14
pkg: fix incorrect prints found by govet
Robert Hencke
2011-05-14
crypto/openpgp: change PublicKey.Serialize to include the header.
Adam Langley
2011-05-09
go/printer, gofmt: fix alignment of "=" in const/var declarations
Robert Griesemer
2011-04-22
crypto/rsa: support > 3 primes.
Adam Langley
2011-04-20
src/pkg: make package doc comments consistently start with "Package foo".
Nigel Tao
2011-04-19
crypto/openpgp: better handling of keyrings.
Adam Langley
2011-03-16
crypto/openpgp: add DSA signature support.
Adam Langley
2011-03-15
openpgp: add PublicKey KeyId string accessors
Brad Fitzpatrick
2011-03-10
crypto/openpgp: s/serialise/serialize/
Adam Langley
2011-03-10
crypto/openpgp: bug fixes and fix misnamed function.
Adam Langley
2011-02-24
crypto/openpgp: add package
Adam Langley
2011-02-19
crypto/openpgp/packet: comment typo fix.
Adam Langley
2011-02-18
crypto/openpgp/packet: fix testing print (missing arg)
Rob Pike
2011-02-11
crypto/openpgp: minor updates to subpackages
Adam Langley
2011-02-10
crypto/openpgp/packet: add remainder of packet types.
Adam Langley
2011-02-10
crypto/openpgp/packet: four more packet types.
Adam Langley
2011-02-09
src/*: fix incorrect prints found by govet
Rob Pike
2011-02-07
crypto/openpgp/packet: add UserId packet type
Adam Langley
2011-02-05
crypto/openpgp/packet: two more packet types.
Adam Langley
2011-02-04
crypto/openpgp/packet: add public key support
Adam Langley
2011-02-03
crypto/openpgp/packet: add basic routines
Adam Langley