1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/crypto/openpgp
Adam Langley b8df1465cc crypto/openpgp: better handling of keyrings.
* Accept armored private key blocks
  * If an armored block is missing, return an InvalidArgumentError,
    rather than ignoring it.
  * If every key in a block is skipped due to being unsupported,
    return the last unsupported error.
  * Include the numeric type of unsupported public keys.
  * Don't assume that the self-signature comes immediately after the
    user id packet.

R=bradfitzgo
CC=golang-dev
https://golang.org/cl/4434048
2011-04-19 11:00:35 -04:00
..
armor bufio: add ReadLine 2011-04-13 15:12:28 -04:00
error crypto/openpgp: minor updates to subpackages 2011-02-11 08:34:19 -05:00
packet crypto/openpgp: better handling of keyrings. 2011-04-19 11:00:35 -04:00
s2k testing: shorten some tests. 2011-03-25 16:31:10 -07:00
canonical_text_test.go crypto/openpgp: add package 2011-02-24 20:19:53 -05:00
canonical_text.go crypto/openpgp: add package 2011-02-24 20:19:53 -05:00
keys.go crypto/openpgp: better handling of keyrings. 2011-04-19 11:00:35 -04:00
Makefile crypto/openpgp: add package 2011-02-24 20:19:53 -05:00
read_test.go crypto/openpgp: better handling of keyrings. 2011-04-19 11:00:35 -04:00
read.go crypto/openpgp: add package 2011-02-24 20:19:53 -05:00
write_test.go crypto/openpgp: add DSA signature support. 2011-03-16 10:50:06 -04:00
write.go crypto/openpgp: add DSA signature support. 2011-03-16 10:50:06 -04:00