commit | d67eb63455fa4d6fca5802332d86f1f204017e00 | [log] [tgz] |
---|---|---|
author | Sami Commerot <samic@google.com> | Tue Jan 05 14:09:27 2016 -0500 |
committer | Adam Langley <agl@golang.org> | Mon Jan 11 18:26:45 2016 +0000 |
tree | 105b06e3b8d319fef34c643f00d09254c59a90c4 | |
parent | 803f01ea27e23d998825ec085f0d153cac01c828 [diff] |
x/crypto/openpgp: add ElGamal support when writing GPG keys. When writing keys that contain ElGamal subkeys, the openpgp package would previously return an error. Change-Id: I1c487f4a9cfb92b40e99e9be6aa4ed5928e36dbe Reviewed-on: https://go-review.googlesource.com/18254 Reviewed-by: Adam Langley <agl@golang.org>