| Age | Commit message (Collapse) | Author |
|
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5569064
|
|
I didn't believe that OpenPGP allowed > SHA-1 with DSA, but it does and
so we need to perform hash truncation.
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5510044
|
|
R=bradfitz, gri, r, dsymonds
CC=golang-dev
https://golang.org/cl/5390042
|
|
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5322051
|
|
R=bradfitz, r
CC=golang-dev
https://golang.org/cl/4639049
|
|
R=bradfitz
CC=golang-dev
https://golang.org/cl/4572059
|
|
R=bradfitz, r
CC=golang-dev
https://golang.org/cl/4581051
|
|
This mostly adds the infrastructure for writing various forms of
packets as well as reading them. Adding symmetric encryption support
was simply an easy motivation.
There's also one brown-paper-bag fix in here. Previously I had the
conditional for the MDC hash check backwards: the code was checking
that the hash was *incorrect*. This was neatly counteracted by another
bug: it was hashing the ciphertext of the OCFB prefix, not the
plaintext.
R=bradfitz
CC=golang-dev
https://golang.org/cl/4564046
|
|
This change adds a function for generating new Entities and inchoate
support for reserialising Entities.
R=bradfitz, r, bradfitz
CC=golang-dev
https://golang.org/cl/4551044
|
|
R=bradfitzgo, nsz
CC=golang-dev
https://golang.org/cl/4280041
|
|
R=bradfitzgo
CC=golang-dev
https://golang.org/cl/3989052
|