1. 7b82a4e all: gofmt by Russ Cox · 3 years ago
  2. 0a44fdf openpgp: fix deprecation message by Roland Shoemaker · 3 years, 7 months ago
  3. 0ba0e8f openpgp: mark as deprecated by Filippo Valsorda · 3 years, 7 months ago
  4. 32487ec openpgp/packet: ensure that first partial packet is 512 bytes by Ian Lance Taylor · 6 years ago
  5. 530e935 openpgp/armor: allow armored PGP signature without a CRC by Katie Hockman · 5 years ago
  6. e1110fd openpgp/elgamal: prevent bad key from causing panic in Decrypt by Katie Hockman · 5 years ago
  7. 34f6963 openpgp/packet: support crypto.Decrypter in EncryptedKey.Decrypt by Scott Ragan · 5 years ago
  8. e1dfcc5 openpgp: replace "currentTime" with "creationTime" as appropriate by Matthew Dempsky · 6 years ago
  9. c05e17b openpgp/clearsign: reject potentially misleading headers and messages by Filippo Valsorda · 6 years ago
  10. b8fe169 all: fix ineffectual assignments by Michael Cook · 6 years ago
  11. 505ab14 openpgp: support SHA384 by Axel Wagner · 6 years ago
  12. 7e6ffbd openpgp: pass hash to Signer.Sign for ECDSA by Axel Wagner · 6 years ago
  13. 45a5f77 all: fix typos by Igor Zhilianin · 6 years ago
  14. 85e1b3f openpgp: don't generate PubKeyAlgoRSASignOnly keys by Axel Wagner · 6 years ago
  15. 7c1a557 openpgp: split up tests and keys by aviau · 6 years ago
  16. e363607 openpgp: allow RSA/ECDSA signers to return a pointer by Axel Wagner · 6 years ago
  17. f7f5466 openpgp: test subkeys with sub-optimal signature packet ordering by aviau · 6 years ago
  18. 0259c3f openpgp: use latest subkey binding signature by Paul M Furley · 6 years ago
  19. 5295e83 openpgp: move addUserID outside of ReadEntity by aviau · 7 years ago
  20. 0e37d00 openpgp: don't treat extra subkey selfsigs as uid sigs by aviau · 7 years ago
  21. aabede6 openpgp/clearsign: add ability to sign with more than one key. by Thomas Bushnell, BSG · 7 years ago
  22. a214413 openpgp: support creating signatures compatible with 'gpg --sign'. by Wilfried Teiken · 7 years ago
  23. a8fb68e openpgp: restore signing in SerializePrivate by Filippo Valsorda · 7 years ago
  24. 550ed51 openpgp: fix bad error message by aviau · 7 years ago
  25. fd5f17e openpgp: read keys with revoked user ids by aviau · 7 years ago
  26. da3eeb5 openpgp: sign Entity during instantiation in NewEntity by Ryan Canty · 7 years ago
  27. 21052ae openpgp: fix vet issue in tests by Filippo Valsorda · 7 years ago
  28. 374053e openpgp/packet: improve handling of short MPIs for RSA values by Filippo Valsorda · 7 years ago
  29. b4956d3 openpgp: serialize correct bitlength for generated ECC keys by Mike Tsao · 7 years ago
  30. 819dbed openpgp/packet: fix swallowed errors in (*EncryptedKey).parse by Lars Lehtonen · 8 years ago
  31. 650f4a3 openpgp: allow NewEntity to specify the default cipher by Damien Tournoud · 7 years ago
  32. 3a6c3ce openpgp: correct NewEntity name creation by Yaron de Leeuw · 7 years ago
  33. e8f2298 all: fix errors reported by vet, golint by Kevin Burke · 7 years ago
  34. b0c9c05 all: fix article typos by namusyaka · 8 years ago
  35. 8f297cd openpgp: check errors from ReadKeyRing during test by Russ Cox · 8 years ago
  36. 418008d openpgp/packet: fix AES-192 encrypted session keys by mdp · 8 years ago
  37. 5b4074c all: fix some vet warnings by Joe Tsai · 8 years ago
  38. 00c1479 x/crypto/openpgp: support crypto.Signer private keys by Samuele Pedroni · 9 years ago
  39. 7ac97eb openpgp: fix a typo in a comment by Alok Menghrajani · 8 years ago
  40. 119f508 opengpg: set SelfSignature.PreferredHash in NewEntity by Jessica Frazelle · 9 years ago
  41. 6318898 crypto/openpgp: return error from userIdSignatureHash by Reinaldo de Souza Jr · 9 years ago
  42. 077efaa x/crypto: fix typos by Martin Hamrle · 9 years ago
  43. 019870f x/crypto/openpgp/s2k: fix misleading function comment by Artyom Pervukhin · 9 years ago
  44. b8a0f4b openpgp: Allow V3 signatures in messages by Maxwell Krohn · 9 years ago
  45. 6025851 openpgp: ECDSA key and signature support by Jacob H. Haven · 9 years ago
  46. 1bae088 openpgp/clearsign: Handle truncated messages by Benjamin Wester · 9 years ago
  47. d67eb63 x/crypto/openpgp: add ElGamal support when writing GPG keys. by Sami Commerot · 9 years ago
  48. b270509 x/crypto/openpgp/packet: fix message for errors resulting from an unknown cipher. by Adam Langley · 9 years ago
  49. 0c93e1f golang.org/x/crypto/openssh: don't loop forever after a bad password. by Adam Langley · 10 years ago
  50. 2b8f097 openpgp: Handle signatures that have multiple signature packets by SeanBurford · 10 years ago
  51. fc08251 openpgp/clearsign: Correctly handle whitespace-only lines by Peter Tseng · 10 years ago
  52. f2c09b0 x/crypto/openpgp/packet: validate parsed rsa private keys by Michael Gehring · 10 years ago
  53. 56474df crypto/openpgp: make it possible to set the key length by Jeff R. Allen · 10 years ago
  54. ae8e58b openpgp: Fix panic on v3 public keys with too-short modulus. by Brian Gitonga Marete · 10 years ago
  55. cb32d3b openpgp: Fix panic on opaque subpackets with length 0. by Brian Gitonga Marete · 10 years ago
  56. 2f677ff go.crypto/openpgp/packet: fix comment typo. by Adam Langley · 10 years ago
  57. f1b99bc crypto/openpgp: don't panic on nil private signing key in Encrypt by Giovanni Bajo · 10 years ago
  58. c10c31b x/crypto/openpgp: cross-signature validation for signing subkeys. by KB Sriram · 10 years ago
  59. 326f0c5 crypto/openpgp: select newest valid encryption subkey by Keith Ball · 10 years ago
  60. ecf53cc crypto/openpgp: add serialization for encrypted key packets by Giovanni Bajo · 10 years ago
  61. 24ffb5f x/crypto/openpgp: Limit packet recursion depth. by KB Sriram · 10 years ago
  62. 632d287 crypto/openpgp: support public keys generated by End-to-End by David Leon Gil · 10 years ago
  63. 1fbbd62 crypto: add import comments. by David Symonds · 10 years ago
  64. f59690b go.crypto/openpgp: fix nil Config case. by Adam Langley · 10 years ago
  65. ca45599 go.crypto/openpgp: Allow config. of s2k count for symmetric encrypt. by Brian Gitonga Marete · 10 years ago
  66. a73c6bb go.crypto: use golang.org/x/... import paths by Andrew Gerrand · 10 years ago
  67. c24604d go.crypto/openpgp: Allow configuration of s2k hash during encryption. by Brian Gitonga Marete · 10 years ago
  68. 3e22713 go.crypto/openpgp: don't corrupt encrypted private key when decryption fails. by Adam Langley · 10 years ago
  69. 18c2835 go.crypto/openpgp: fix clearsigned parsing of messages with leading blank lines. by Adam Langley · 11 years ago
  70. 3092f0d go.crypto/openpgp: return signature error rather than unknown issuer. by Adam Langley · 11 years ago
  71. aeb0262 go.crypto/openpgp: fix hash presence checks. by Adam Langley · 11 years ago
  72. 84ca184 go.crypto/openpgp: fix user id signing. by Adam Langley · 11 years ago
  73. aa3adaf go.crypto/openpgp: check for revoked keys. by Adam Langley · 11 years ago
  74. 7bb6c09 go.crypto/openpgp: support v3 detached signatures. by Adam Langley · 11 years ago
  75. 58b09de openpgp/packet: Compact UserAttribute subpacket lengths, fixes signatures. by Casey Marshall · 12 years ago
  76. 964142e openpgp/packet: Add support for V3 public keys and signatures. by Casey Marshall · 12 years ago
  77. 488d045 go.crypto/openpgp/packet: use minimal interface for SerializeSignaturePrefix. by Adam Langley · 12 years ago
  78. da93491 openpgp/packet: Parse and serialize ECC key material (RFC 6637). by Casey Marshall · 12 years ago
  79. 3780a70 go.crypto/openpgp/packet: Add user attribute packet support. by Casey Marshall · 12 years ago
  80. 690e22b openpgp: Implement compressed data packets & add support for compressing data during symmetric encryption. by Brian Gitonga Marete · 12 years ago
  81. f23aef8 go.crypto/openpgp: test that hashes are compiled in before using them. by Adam Langley · 12 years ago
  82. eb19e22 go.crypto/openpgp: don't select expired keys. by Adam Langley · 12 years ago
  83. 0982ebf crypto: Correct s2k type constants. They are 0,1,3 according to both the RFC: http://tools.ietf.org/html/rfc4880#section-3.7 by Drew Hintz · 12 years ago
  84. d43a35d openpgp: Add support for BZIP2-compressed data packets. by Brian Gitonga Marete · 12 years ago
  85. aa0f5b4 go.crypto: revert 7f5a59ff6b43. by Adam Langley · 12 years ago
  86. eca6c16 go.crypto: remove unreachable code. by Adam Langley · 12 years ago
  87. 50ff460 openpgp: remove TeeReader from packet.Read by Casey Marshall · 12 years ago
  88. 2da167f openpgp: improve parser resilience & flexibility, add PublicKey.BitLength() by Casey Marshall · 12 years ago
  89. eeef66c go.crypto: gofmt -w -s by Mikio Hara · 12 years ago
  90. be3c8d4 openpgp: support 3DES encrypted private keys. by Adam Langley · 13 years ago
  91. 63736bd openpgp: fix error strings and typos. by Adam Langley · 13 years ago
  92. 54eafe1 openpgp: eliminate implicit rand.Reader and time.Now by Adam Langley · 13 years ago
  93. 1e43631 go.crypto/openpgp/armor: update for NewBufferSize signature change by Andrew Gerrand · 13 years ago
  94. 303976f crypto/openpgp: add clear-signing support. by Adam Langley · 13 years ago
  95. a1e605a openpgp/packet: move OCFB code here. by Adam Langley · 13 years ago
  96. 470549d go.crypto: initial code by Russ Cox · 13 years ago