1. 74369b4 internal/chacha20: add SIMD implementation on arm64 by Meng Zhuo · 5 years ago
  2. 193df9c curve25519: mask high bit when loading group point by Michael McLoughlin · 5 years ago
  3. b8fe169 all: fix ineffectual assignments by Michael Cook · 5 years ago
  4. 9c16a03 pkcs12: add a note suggesting ToPEM for multiple certificates/keys by Filippo Valsorda · 5 years ago
  5. b01c7a7 acme: support IP address authorization type by Alex Vaghin · 5 years ago
  6. ccddf37 pkcs12: note that this package is frozen and point to an alternative by Filippo Valsorda · 5 years ago
  7. 54b0dbb Revert "pkcs12: add a DecodeAll method" by Filippo Valsorda · 5 years ago
  8. bf88e3f pkcs12: add a DecodeAll method by Julien Kauffmann · 6 years ago
  9. c7b33c3 ssh/terminal: support ^N and ^P by Michal Bohuslávek · 7 years ago
  10. 057139c crypto/ssh/knownhosts: fix out-of-date documentation for checkAddr by Jay Taylor · 5 years ago
  11. 6407268 blake2b: fix comments in grammar by Ross Smith II · 5 years ago
  12. ff983b9 sha3: add support for Keccak-512 by Péter Szilágyi · 6 years ago
  13. 8d7daa0 bn256: fix gfp12 MulScalar by kc1212 · 5 years ago
  14. 505ab14 openpgp: support SHA384 by Axel Wagner · 6 years ago
  15. eb0de9b ssh/terminal: enable tests for aix by Tobias Klauser · 5 years ago
  16. e657309 ssh/terminal: use "reports whether" in IsTerminal doc by Tobias Klauser · 5 years ago
  17. c05539c cryptobyte: fix typo in test by Philipp · 5 years ago
  18. 9eb0be3 ssh/terminal: add AIX operating system by chigotc · 5 years ago
  19. 3d3f9f4 cryptobyte: don't ignore bytes added to BuilderContinuations of fixed-size Builders by Filippo Valsorda · 5 years ago
  20. e4dc69e ssh: return specific error for invalid signature algorithm by Han-Wen Nienhuys · 6 years ago
  21. bfa7d42 acme: support custom crypto.Signer implementations by Alex Vaghin · 6 years ago
  22. 4d3f4d9 ssh/agent: Fix error returned from agent responses that are too big. by Ian Haken · 6 years ago
  23. bc7917b bcrypt: benchmark defaults by Kevin Burke · 6 years ago
  24. b078efb cryptobyte: add (*Builder).Unwrite and (*Builder).SetError by Filippo Valsorda · 6 years ago
  25. 7e6ffbd openpgp: pass hash to Signer.Sign for ECDSA by Axel Wagner · 6 years ago
  26. dab2b10 ssh: support SSH agent signature flags and custom extensions by Ian Haken · 6 years ago
  27. 45a5f77 all: fix typos by Igor Zhilianin · 6 years ago
  28. e84da03 hkdf: add Extract and Expand by Filippo Valsorda · 6 years ago
  29. d2c3f1d hkdf: improve example by Filippo Valsorda · 6 years ago
  30. 85e1b3f openpgp: don't generate PubKeyAlgoRSASignOnly keys by Axel Wagner · 6 years ago
  31. 74cb1d3 acme/autocert: include rejected hostname in TLS handshake error when host not configured by David Jones · 6 years ago
  32. 0c41d7a ssh/testdata: correct typo by Andres Lowrie · 6 years ago
  33. a92615f ssh: fix typo in error message by mkishere · 6 years ago
  34. 7c1a557 openpgp: split up tests and keys by aviau · 6 years ago
  35. e363607 openpgp: allow RSA/ECDSA signers to return a pointer by Axel Wagner · 6 years ago
  36. f7f5466 openpgp: test subkeys with sub-optimal signature packet ordering by aviau · 6 years ago
  37. 0259c3f openpgp: use latest subkey binding signature by Paul M Furley · 6 years ago
  38. 5295e83 openpgp: move addUserID outside of ReadEntity by aviau · 6 years ago
  39. 0e37d00 openpgp: don't treat extra subkey selfsigs as uid sigs by aviau · 6 years ago
  40. 0709b30 ssh: don't panic if a key is too short. by Adam Langley · 6 years ago
  41. 182538f acme/autocert: clarify that multiple names are allowed by David Ndungu · 6 years ago
  42. 614d502 chacha20poly1305: use x/sys/cpu feature variables directly by Martin Möhrmann · 6 years ago
  43. aabede6 openpgp/clearsign: add ability to sign with more than one key. by Thomas Bushnell, BSG · 6 years ago
  44. de07523 chacha20poly1305: add some more XChaCha20-Poly1305 test vectors. by Adam Langley · 6 years ago
  45. ff745d0 acme/autocert: fix race in test. by Adam Langley · 6 years ago
  46. f027049 ssh: RFC5208 support PKCS#8 key by Noel Georgi · 6 years ago
  47. 80fca2f chacha20poly1305: add example for NewX by Filippo Valsorda · 6 years ago
  48. f792edd chacha20poly1305: add XChaCha20-Poly1305 by Filippo Valsorda · 6 years ago
  49. 56440b8 acme/autocert: expand tls-alpn-01 docs by Filippo Valsorda · 6 years ago
  50. c126467 acme/autocert: add support for tls-alpn-01 by Alex Vaghin · 6 years ago
  51. a521dfc acme: expect 202 Accepted from Let's Encrypt by Alex Vaghin · 6 years ago
  52. a214413 openpgp: support creating signatures compatible with 'gpg --sign'. by Wilfried Teiken · 6 years ago
  53. a49355c acme: consistently return original errors from retries by Alex Vaghin · 6 years ago
  54. 7f39a6f internal/subtle: add Google App Engine support by Alex Vaghin · 6 years ago
  55. 027cca1 all: gofmt by ia · 6 years ago
  56. a8fb68e openpgp: restore signing in SerializePrivate by Filippo Valsorda · 6 years ago
  57. 5cd40a3 acme/autocert: surface details of acme.AuthorizationError by Filippo Valsorda · 6 years ago
  58. 550ed51 openpgp: fix bad error message by aviau · 6 years ago
  59. fd5f17e openpgp: read keys with revoked user ids by aviau · 6 years ago
  60. 37a17fe internal/subtle: add Any/InexactOverlap (new package) and apply them across packages by Filippo Valsorda · 6 years ago
  61. e6b1200 acme: fix encoding of the TLS-ALPN challenge extension by Roland Shoemaker · 6 years ago
  62. 8ac0e0d acme: add support for TLS-ALPN by Maciej Dębski · 6 years ago
  63. b47b158 acme/autocert: change a var to a const by Brad Fitzpatrick · 6 years ago
  64. d162186 acme/autocert: fix build in Go 1.9 by Filippo Valsorda · 6 years ago
  65. 78e7928 acme/autocert: update Manager.Client and Cache docs by Filippo Valsorda · 6 years ago
  66. 8f8078c acme/autocert: support both RSA and ECDSA clients on the fly by Filippo Valsorda · 6 years ago
  67. df8d471 acme: clarify retries and backoff algorithm by Alex Vaghin · 6 years ago
  68. 5ba7f63 ed25519: actually be compatible with RFC 8032 by David Benjamin · 6 years ago
  69. ab81327 acme/autocert: improve authorizations cleanup by Alex Vaghin · 6 years ago
  70. a3beeb7 acme/autocert: support configurable CSR extensions by Alex Vaghin · 7 years ago
  71. 159ae71 ssh/terminal: fix TestMakeRawState on iOS by Tobias Klauser · 6 years ago
  72. 75e913e acme/autocert: revoke dangling pending authzs by Leo Antunes · 6 years ago
  73. da3eeb5 openpgp: sign Entity during instantiation in NewEntity by Ryan Canty · 6 years ago
  74. 1a580b3 chacha20poly1305: delete unused assembly functions by Michael Munday · 6 years ago
  75. 425cc7d poly1305: add additional test cases by Michael Munday · 6 years ago
  76. 4eb8c2c poly1305: add optimized s390x SIMD implementation with VMSL by bill_ofarrell · 6 years ago
  77. 2fc4c88 ssh: also start forward listeners on ListenUnix by Brad Fitzpatrick · 6 years ago
  78. 034e532 ssh: don't start goroutines handling forwarded connections until needed by Brad Fitzpatrick · 6 years ago
  79. 94e3fad chacha20poly1305: add test for empty plaintext and additional data by Michael Munday · 6 years ago
  80. 2d027ae ssh/terminal: run tests only on supported platforms by Hana (Hyang-Ah) Kim · 6 years ago
  81. 1258d06 salsa20: panic when len(out) < len(in) following cipher.Stream by Filippo Valsorda · 6 years ago
  82. 21052ae openpgp: fix vet issue in tests by Filippo Valsorda · 6 years ago
  83. 4ec37c6 sha3: add NewLegacyKeccak256 by Leon Klingele · 6 years ago
  84. 1f94bef scrypt: update example to match recommendation two lines below by Filip Haglund · 6 years ago
  85. 76a9546 sha3: enable TestUnalignedWrites by Kris Kwiatkowski · 6 years ago
  86. 8b1d310 bn256: explicitly fix MakeAffine for ∞ by Filippo Valsorda · 6 years ago
  87. 2c241ca chacha20poly1305: correct AVX2 feature detection by Tom Thorogood · 6 years ago
  88. 613d6ea ssh: fix copy and paste error by Michael Munday · 6 years ago
  89. 80f0338 ocsp: remove error for > 1 certificate in response by Joe Shaw · 7 years ago
  90. ae8bce0 crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection by Andreas Auernhammer · 6 years ago
  91. db7d123 ssh/agent: remove len check in Unlock by Alberto Donizetti · 6 years ago
  92. b49d69b internal/chacha20: add s390x SIMD implementation by Michael Munday · 6 years ago
  93. 754cb46 chacha20poly1305: update to use new ChaCha20 API by Michael Munday · 6 years ago
  94. 83c378c ssh: update to use new ChaCha20 API by Michael Munday · 6 years ago
  95. 12dd70c internal/chacha20: implement the cipher.Stream interface and optimize by Michael Munday · 6 years ago
  96. dccd99e sha3: add optimized implementation for s390x by Michael Munday · 7 years ago
  97. 719079d ssh/test: skip tests if run as root by Agniva De Sarker · 6 years ago
  98. b0697ec blake2b: Revert "blake2b: use internal/cpu to determine AVX and SSE 4 support" by Andreas Auernhammer · 6 years ago
  99. 2b6c088 ssh/agent: update documentation link by Agniva De Sarker · 6 years ago
  100. e73bf33 x/crypto: cryptobyte: manage integers with implicit tags by Andrey Mirtchovski · 6 years ago