1
0
mirror of https://github.com/golang/go synced 2024-10-04 22:21:22 -06:00
go/src/pkg/crypto/openpgp/packet
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
..
compressed_test.go crypto/openpgp/packet: two more packet types. 2011-02-05 12:06:42 -05:00
compressed.go crypto/openpgp/packet: two more packet types. 2011-02-05 12:06:42 -05:00
encrypted_key_test.go crypto/openpgp/packet: add remainder of packet types. 2011-02-10 19:59:12 -05:00
encrypted_key.go crypto/openpgp/packet: comment typo fix. 2011-02-19 10:41:57 -05:00
literal.go crypto/openpgp/packet: comment typo fix. 2011-02-19 10:41:57 -05:00
Makefile crypto/openpgp: minor updates to subpackages 2011-02-11 08:34:19 -05:00
one_pass_signature.go crypto/openpgp/packet: four more packet types. 2011-02-10 07:56:30 -05:00
packet_test.go crypto/openpgp: s/serialise/serialize/ 2011-03-10 10:36:04 -05:00
packet.go crypto/openpgp: add DSA signature support. 2011-03-16 10:50:06 -04:00
private_key_test.go crypto/openpgp/packet: two more packet types. 2011-02-05 12:06:42 -05:00
private_key.go crypto/openpgp: add DSA signature support. 2011-03-16 10:50:06 -04:00
public_key_test.go openpgp: add PublicKey KeyId string accessors 2011-03-15 10:06:17 -07:00
public_key.go crypto/openpgp: better handling of keyrings. 2011-04-19 11:00:35 -04:00
reader.go crypto/openpgp/packet: add remainder of packet types. 2011-02-10 19:59:12 -05:00
signature_test.go crypto/openpgp/packet: add remainder of packet types. 2011-02-10 19:59:12 -05:00
signature.go crypto/openpgp: add DSA signature support. 2011-03-16 10:50:06 -04:00
symmetric_key_encrypted_test.go crypto/openpgp/packet: four more packet types. 2011-02-10 07:56:30 -05:00
symmetric_key_encrypted.go crypto/openpgp/packet: four more packet types. 2011-02-10 07:56:30 -05:00
symmetrically_encrypted_test.go crypto/openpgp/packet: fix testing print (missing arg) 2011-02-18 10:47:38 -08:00
symmetrically_encrypted.go crypto/openpgp/packet: four more packet types. 2011-02-10 07:56:30 -05:00
userid_test.go crypto/openpgp/packet: add UserId packet type 2011-02-07 21:40:33 -05:00
userid.go crypto/openpgp/packet: add UserId packet type 2011-02-07 21:40:33 -05:00