1. f7f5466 openpgp: test subkeys with sub-optimal signature packet ordering by aviau · 6 years ago
  2. 0259c3f openpgp: use latest subkey binding signature by Paul M Furley · 6 years ago
  3. 5295e83 openpgp: move addUserID outside of ReadEntity by aviau · 6 years ago
  4. 0e37d00 openpgp: don't treat extra subkey selfsigs as uid sigs by aviau · 6 years ago
  5. 0709b30 ssh: don't panic if a key is too short. by Adam Langley · 6 years ago
  6. 182538f acme/autocert: clarify that multiple names are allowed by David Ndungu · 6 years ago
  7. 614d502 chacha20poly1305: use x/sys/cpu feature variables directly by Martin Möhrmann · 6 years ago
  8. aabede6 openpgp/clearsign: add ability to sign with more than one key. by Thomas Bushnell, BSG · 6 years ago
  9. de07523 chacha20poly1305: add some more XChaCha20-Poly1305 test vectors. by Adam Langley · 6 years ago
  10. ff745d0 acme/autocert: fix race in test. by Adam Langley · 6 years ago
  11. f027049 ssh: RFC5208 support PKCS#8 key by Noel Georgi · 6 years ago
  12. 80fca2f chacha20poly1305: add example for NewX by Filippo Valsorda · 6 years ago
  13. f792edd chacha20poly1305: add XChaCha20-Poly1305 by Filippo Valsorda · 6 years ago
  14. 56440b8 acme/autocert: expand tls-alpn-01 docs by Filippo Valsorda · 6 years ago
  15. c126467 acme/autocert: add support for tls-alpn-01 by Alex Vaghin · 6 years ago
  16. a521dfc acme: expect 202 Accepted from Let's Encrypt by Alex Vaghin · 6 years ago
  17. a214413 openpgp: support creating signatures compatible with 'gpg --sign'. by Wilfried Teiken · 6 years ago
  18. a49355c acme: consistently return original errors from retries by Alex Vaghin · 6 years ago
  19. 7f39a6f internal/subtle: add Google App Engine support by Alex Vaghin · 6 years ago
  20. 027cca1 all: gofmt by ia · 6 years ago
  21. a8fb68e openpgp: restore signing in SerializePrivate by Filippo Valsorda · 6 years ago
  22. 5cd40a3 acme/autocert: surface details of acme.AuthorizationError by Filippo Valsorda · 6 years ago
  23. 550ed51 openpgp: fix bad error message by aviau · 6 years ago
  24. fd5f17e openpgp: read keys with revoked user ids by aviau · 6 years ago
  25. 37a17fe internal/subtle: add Any/InexactOverlap (new package) and apply them across packages by Filippo Valsorda · 6 years ago
  26. e6b1200 acme: fix encoding of the TLS-ALPN challenge extension by Roland Shoemaker · 6 years ago
  27. 8ac0e0d acme: add support for TLS-ALPN by Maciej Dębski · 6 years ago
  28. b47b158 acme/autocert: change a var to a const by Brad Fitzpatrick · 6 years ago
  29. d162186 acme/autocert: fix build in Go 1.9 by Filippo Valsorda · 6 years ago
  30. 78e7928 acme/autocert: update Manager.Client and Cache docs by Filippo Valsorda · 6 years ago
  31. 8f8078c acme/autocert: support both RSA and ECDSA clients on the fly by Filippo Valsorda · 6 years ago
  32. df8d471 acme: clarify retries and backoff algorithm by Alex Vaghin · 6 years ago
  33. 5ba7f63 ed25519: actually be compatible with RFC 8032 by David Benjamin · 6 years ago
  34. ab81327 acme/autocert: improve authorizations cleanup by Alex Vaghin · 6 years ago
  35. a3beeb7 acme/autocert: support configurable CSR extensions by Alex Vaghin · 7 years ago
  36. 159ae71 ssh/terminal: fix TestMakeRawState on iOS by Tobias Klauser · 6 years ago
  37. 75e913e acme/autocert: revoke dangling pending authzs by Leo Antunes · 6 years ago
  38. da3eeb5 openpgp: sign Entity during instantiation in NewEntity by Ryan Canty · 6 years ago
  39. 1a580b3 chacha20poly1305: delete unused assembly functions by Michael Munday · 6 years ago
  40. 425cc7d poly1305: add additional test cases by Michael Munday · 6 years ago
  41. 4eb8c2c poly1305: add optimized s390x SIMD implementation with VMSL by bill_ofarrell · 6 years ago
  42. 2fc4c88 ssh: also start forward listeners on ListenUnix by Brad Fitzpatrick · 6 years ago
  43. 034e532 ssh: don't start goroutines handling forwarded connections until needed by Brad Fitzpatrick · 6 years ago
  44. 94e3fad chacha20poly1305: add test for empty plaintext and additional data by Michael Munday · 6 years ago
  45. 2d027ae ssh/terminal: run tests only on supported platforms by Hana (Hyang-Ah) Kim · 6 years ago
  46. 1258d06 salsa20: panic when len(out) < len(in) following cipher.Stream by Filippo Valsorda · 6 years ago
  47. 21052ae openpgp: fix vet issue in tests by Filippo Valsorda · 6 years ago
  48. 4ec37c6 sha3: add NewLegacyKeccak256 by Leon Klingele · 6 years ago
  49. 1f94bef scrypt: update example to match recommendation two lines below by Filip Haglund · 6 years ago
  50. 76a9546 sha3: enable TestUnalignedWrites by Kris Kwiatkowski · 6 years ago
  51. 8b1d310 bn256: explicitly fix MakeAffine for ∞ by Filippo Valsorda · 6 years ago
  52. 2c241ca chacha20poly1305: correct AVX2 feature detection by Tom Thorogood · 6 years ago
  53. 613d6ea ssh: fix copy and paste error by Michael Munday · 6 years ago
  54. 80f0338 ocsp: remove error for > 1 certificate in response by Joe Shaw · 7 years ago
  55. ae8bce0 crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection by Andreas Auernhammer · 6 years ago
  56. db7d123 ssh/agent: remove len check in Unlock by Alberto Donizetti · 6 years ago
  57. b49d69b internal/chacha20: add s390x SIMD implementation by Michael Munday · 6 years ago
  58. 754cb46 chacha20poly1305: update to use new ChaCha20 API by Michael Munday · 6 years ago
  59. 83c378c ssh: update to use new ChaCha20 API by Michael Munday · 6 years ago
  60. 12dd70c internal/chacha20: implement the cipher.Stream interface and optimize by Michael Munday · 6 years ago
  61. dccd99e sha3: add optimized implementation for s390x by Michael Munday · 7 years ago
  62. 719079d ssh/test: skip tests if run as root by Agniva De Sarker · 6 years ago
  63. b0697ec blake2b: Revert "blake2b: use internal/cpu to determine AVX and SSE 4 support" by Andreas Auernhammer · 6 years ago
  64. 2b6c088 ssh/agent: update documentation link by Agniva De Sarker · 6 years ago
  65. e73bf33 x/crypto: cryptobyte: manage integers with implicit tags by Andrey Mirtchovski · 6 years ago
  66. d644981 blake2b: use internal/cpu to determine AVX and SSE 4 support by Tobias Klauser · 6 years ago
  67. f70185d cryptobyte: minor documentation fix by Andrey Mirtchovski · 6 years ago
  68. beb2a97 ssh/knownhosts: disregard IP address if the hostname is available by Han-Wen Nienhuys · 6 years ago
  69. b2aa354 ssh: drop extra connection Close call in TestMuxReadWrite by Han-Wen Nienhuys · 6 years ago
  70. 12892e8 blake2b,blake2s: implement BinaryMarshaler, BinaryUnmarshaler by ValarDragon · 6 years ago
  71. 88942b9 xtea: comment cleanup by Mark Rushakoff · 6 years ago
  72. 80db560 nacl/sign: add package by Florian Uekermann · 6 years ago
  73. c3a3ad6 acme/autocert: use valid certificates from the cache during renewal by Brad Morgan · 6 years ago
  74. 374053e openpgp/packet: improve handling of short MPIs for RSA values by Filippo Valsorda · 6 years ago
  75. b4956d3 openpgp: serialize correct bitlength for generated ECC keys by Mike Tsao · 6 years ago
  76. 819dbed openpgp/packet: fix swallowed errors in (*EncryptedKey).parse by Lars Lehtonen · 7 years ago
  77. 21652f8 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  78. c4a91bd ed25519: require canonical signatures by Adam Langley · 6 years ago
  79. 182114d sha3: fix typo in Shake256 docs by Kyle Spiers · 6 years ago
  80. c7dcf10 ripemd160: use bits.Rotate for rotates by Ilya Tocar · 6 years ago
  81. 7effd64 ssh/terminal: store termios copy in terminal state on Solaris by Tobias Klauser · 6 years ago
  82. 526a373 ssh/terminal: simplify defer by Tobias Klauser · 6 years ago
  83. 85f9870 argon2: fix typo and code formatting in comments by Mark Rushakoff · 6 years ago
  84. 0b6b69c acme/autocert: return error from cachePut by Jake Burkhead · 6 years ago
  85. 91a49db acme: stop polling authz on 4xx client errors by Alex Vaghin · 6 years ago
  86. 8c65384 ssh: document how to unmarshal public keys by Han-Wen Nienhuys · 6 years ago
  87. beaf6a3 ssh: fix error variable naming convention, add docs by Brad Fitzpatrick · 6 years ago
  88. 4979611 ssh: use a variable rather than type for NoAuthError by Han-Wen Nienhuys · 6 years ago
  89. 432090b Adding a unique error when no authentication method has been passed in yet. by Spencer Tung · 6 years ago
  90. 650f4a3 openpgp: allow NewEntity to specify the default cipher by Damien Tournoud · 7 years ago
  91. 3a6c3ce openpgp: correct NewEntity name creation by Yaron de Leeuw · 6 years ago
  92. 9de5f2e acme/autocert: Remove unused retryAfter func by Ingo Gottwald · 6 years ago
  93. 5119cf5 ssh: clarify how to parse out Certificates by Han-Wen Nienhuys · 6 years ago
  94. dea6ea3 ssh: compile multi_auth_test.go on linux only by Han-Wen Nienhuys · 6 years ago
  95. 9334d73 ssh: fix support for partial success authentication responses in client by Sami Pönkänen · 6 years ago
  96. d9133f5 argon2: add Argon2id and update parameter recommendations by Andreas Auernhammer · 6 years ago
  97. 1875d0a ssh/knownhosts: remove godoc about non-supported hashed hosts by Sergey Lukjanov · 6 years ago
  98. 0efb946 ssh/terminal: use duplicate handle in ReadPassword by Yasuhiro Matsumoto · 6 years ago
  99. 3d37316 ssh: return correct error on read failure by Han-Wen Nienhuys · 6 years ago
  100. d94f6bc ssh: use io.ReadFull() for reading chacha20-poly1305 packets. by Han-Wen Nienhuys · 6 years ago