1. 550ed51 openpgp: fix bad error message by aviau · 6 years ago
  2. fd5f17e openpgp: read keys with revoked user ids by aviau · 6 years ago
  3. 37a17fe internal/subtle: add Any/InexactOverlap (new package) and apply them across packages by Filippo Valsorda · 6 years ago
  4. e6b1200 acme: fix encoding of the TLS-ALPN challenge extension by Roland Shoemaker · 6 years ago
  5. 8ac0e0d acme: add support for TLS-ALPN by Maciej Dębski · 6 years ago
  6. b47b158 acme/autocert: change a var to a const by Brad Fitzpatrick · 6 years ago
  7. d162186 acme/autocert: fix build in Go 1.9 by Filippo Valsorda · 6 years ago
  8. 78e7928 acme/autocert: update Manager.Client and Cache docs by Filippo Valsorda · 6 years ago
  9. 8f8078c acme/autocert: support both RSA and ECDSA clients on the fly by Filippo Valsorda · 6 years ago
  10. df8d471 acme: clarify retries and backoff algorithm by Alex Vaghin · 6 years ago
  11. 5ba7f63 ed25519: actually be compatible with RFC 8032 by David Benjamin · 6 years ago
  12. ab81327 acme/autocert: improve authorizations cleanup by Alex Vaghin · 6 years ago
  13. a3beeb7 acme/autocert: support configurable CSR extensions by Alex Vaghin · 7 years ago
  14. 159ae71 ssh/terminal: fix TestMakeRawState on iOS by Tobias Klauser · 6 years ago
  15. 75e913e acme/autocert: revoke dangling pending authzs by Leo Antunes · 6 years ago
  16. da3eeb5 openpgp: sign Entity during instantiation in NewEntity by Ryan Canty · 6 years ago
  17. 1a580b3 chacha20poly1305: delete unused assembly functions by Michael Munday · 6 years ago
  18. 425cc7d poly1305: add additional test cases by Michael Munday · 6 years ago
  19. 4eb8c2c poly1305: add optimized s390x SIMD implementation with VMSL by bill_ofarrell · 6 years ago
  20. 2fc4c88 ssh: also start forward listeners on ListenUnix by Brad Fitzpatrick · 6 years ago
  21. 034e532 ssh: don't start goroutines handling forwarded connections until needed by Brad Fitzpatrick · 6 years ago
  22. 94e3fad chacha20poly1305: add test for empty plaintext and additional data by Michael Munday · 6 years ago
  23. 2d027ae ssh/terminal: run tests only on supported platforms by Hana (Hyang-Ah) Kim · 6 years ago
  24. 1258d06 salsa20: panic when len(out) < len(in) following cipher.Stream by Filippo Valsorda · 6 years ago
  25. 21052ae openpgp: fix vet issue in tests by Filippo Valsorda · 6 years ago
  26. 4ec37c6 sha3: add NewLegacyKeccak256 by Leon Klingele · 6 years ago
  27. 1f94bef scrypt: update example to match recommendation two lines below by Filip Haglund · 6 years ago
  28. 76a9546 sha3: enable TestUnalignedWrites by Kris Kwiatkowski · 6 years ago
  29. 8b1d310 bn256: explicitly fix MakeAffine for ∞ by Filippo Valsorda · 6 years ago
  30. 2c241ca chacha20poly1305: correct AVX2 feature detection by Tom Thorogood · 6 years ago
  31. 613d6ea ssh: fix copy and paste error by Michael Munday · 6 years ago
  32. 80f0338 ocsp: remove error for > 1 certificate in response by Joe Shaw · 7 years ago
  33. ae8bce0 crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection by Andreas Auernhammer · 6 years ago
  34. db7d123 ssh/agent: remove len check in Unlock by Alberto Donizetti · 6 years ago
  35. b49d69b internal/chacha20: add s390x SIMD implementation by Michael Munday · 6 years ago
  36. 754cb46 chacha20poly1305: update to use new ChaCha20 API by Michael Munday · 6 years ago
  37. 83c378c ssh: update to use new ChaCha20 API by Michael Munday · 6 years ago
  38. 12dd70c internal/chacha20: implement the cipher.Stream interface and optimize by Michael Munday · 6 years ago
  39. dccd99e sha3: add optimized implementation for s390x by Michael Munday · 7 years ago
  40. 719079d ssh/test: skip tests if run as root by Agniva De Sarker · 6 years ago
  41. b0697ec blake2b: Revert "blake2b: use internal/cpu to determine AVX and SSE 4 support" by Andreas Auernhammer · 6 years ago
  42. 2b6c088 ssh/agent: update documentation link by Agniva De Sarker · 6 years ago
  43. e73bf33 x/crypto: cryptobyte: manage integers with implicit tags by Andrey Mirtchovski · 6 years ago
  44. d644981 blake2b: use internal/cpu to determine AVX and SSE 4 support by Tobias Klauser · 6 years ago
  45. f70185d cryptobyte: minor documentation fix by Andrey Mirtchovski · 6 years ago
  46. beb2a97 ssh/knownhosts: disregard IP address if the hostname is available by Han-Wen Nienhuys · 6 years ago
  47. b2aa354 ssh: drop extra connection Close call in TestMuxReadWrite by Han-Wen Nienhuys · 6 years ago
  48. 12892e8 blake2b,blake2s: implement BinaryMarshaler, BinaryUnmarshaler by ValarDragon · 6 years ago
  49. 88942b9 xtea: comment cleanup by Mark Rushakoff · 6 years ago
  50. 80db560 nacl/sign: add package by Florian Uekermann · 6 years ago
  51. c3a3ad6 acme/autocert: use valid certificates from the cache during renewal by Brad Morgan · 6 years ago
  52. 374053e openpgp/packet: improve handling of short MPIs for RSA values by Filippo Valsorda · 6 years ago
  53. b4956d3 openpgp: serialize correct bitlength for generated ECC keys by Mike Tsao · 6 years ago
  54. 819dbed openpgp/packet: fix swallowed errors in (*EncryptedKey).parse by Lars Lehtonen · 7 years ago
  55. 21652f8 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  56. c4a91bd ed25519: require canonical signatures by Adam Langley · 6 years ago
  57. 182114d sha3: fix typo in Shake256 docs by Kyle Spiers · 6 years ago
  58. c7dcf10 ripemd160: use bits.Rotate for rotates by Ilya Tocar · 6 years ago
  59. 7effd64 ssh/terminal: store termios copy in terminal state on Solaris by Tobias Klauser · 6 years ago
  60. 526a373 ssh/terminal: simplify defer by Tobias Klauser · 6 years ago
  61. 85f9870 argon2: fix typo and code formatting in comments by Mark Rushakoff · 6 years ago
  62. 0b6b69c acme/autocert: return error from cachePut by Jake Burkhead · 6 years ago
  63. 91a49db acme: stop polling authz on 4xx client errors by Alex Vaghin · 6 years ago
  64. 8c65384 ssh: document how to unmarshal public keys by Han-Wen Nienhuys · 6 years ago
  65. beaf6a3 ssh: fix error variable naming convention, add docs by Brad Fitzpatrick · 6 years ago
  66. 4979611 ssh: use a variable rather than type for NoAuthError by Han-Wen Nienhuys · 6 years ago
  67. 432090b Adding a unique error when no authentication method has been passed in yet. by Spencer Tung · 6 years ago
  68. 650f4a3 openpgp: allow NewEntity to specify the default cipher by Damien Tournoud · 7 years ago
  69. 3a6c3ce openpgp: correct NewEntity name creation by Yaron de Leeuw · 6 years ago
  70. 9de5f2e acme/autocert: Remove unused retryAfter func by Ingo Gottwald · 6 years ago
  71. 5119cf5 ssh: clarify how to parse out Certificates by Han-Wen Nienhuys · 6 years ago
  72. dea6ea3 ssh: compile multi_auth_test.go on linux only by Han-Wen Nienhuys · 6 years ago
  73. 9334d73 ssh: fix support for partial success authentication responses in client by Sami Pönkänen · 6 years ago
  74. d9133f5 argon2: add Argon2id and update parameter recommendations by Andreas Auernhammer · 6 years ago
  75. 1875d0a ssh/knownhosts: remove godoc about non-supported hashed hosts by Sergey Lukjanov · 6 years ago
  76. 0efb946 ssh/terminal: use duplicate handle in ReadPassword by Yasuhiro Matsumoto · 6 years ago
  77. 3d37316 ssh: return correct error on read failure by Han-Wen Nienhuys · 6 years ago
  78. d94f6bc ssh: use io.ReadFull() for reading chacha20-poly1305 packets. by Han-Wen Nienhuys · 6 years ago
  79. 31469a2 ssh: remove chacha20-poly1305 from preferredCipher list by Han-Wen Nienhuys · 6 years ago
  80. 39efaea ssh: cleanup cipher creation logic by Han-Wen Nienhuys · 6 years ago
  81. 1c1f139 ssh: remove redundant code by Han-Wen Nienhuys · 6 years ago
  82. 1835319 ssh: remove arcfour ciphers from the default preference list by Han-Wen Nienhuys · 6 years ago
  83. a660000 argon2: add missing amd64 tags by Alex Vaghin · 6 years ago
  84. ee41a25 ssh: support chacha20-poly1305 cipher by Han-Wen Nienhuys · 6 years ago
  85. 13931e2 acme/autocert: support http-01 challenge type by Alex Vaghin · 6 years ago
  86. 5f55bce ssh: fix protocol version exchange (for multi-line) by Justin Gracenin · 6 years ago
  87. b3c9a1d ssh: use t.Run for testing multiple ciphers/macs by Han-Wen Nienhuys · 6 years ago
  88. 4937306 internal/chacha20: move up from chacha20poly1305/internal/chacha20 by Han-Wen Nienhuys · 6 years ago
  89. 6bd909f ssh: specify InsecureIgnoreHostKey in the benchmarks by Han-Wen Nienhuys · 6 years ago
  90. 0fcca48 bn256: don't claim a 128-bit security level. by Adam Langley · 6 years ago
  91. 2b4b18b argon2: fix incorrect key derivation if parallelism > 1 by Andreas Auernhammer · 6 years ago
  92. 95a4943 crypto/ssh: fix typo in error message in certs.go by Mansour Rahimi · 6 years ago
  93. d585fd2 pbkdf2: add benchmarks by Andrew Ekstedt · 6 years ago
  94. 244f6ce ssh: accept ed25519 certs by Peter Moody · 6 years ago
  95. 625c6a7 argon2: add new package implementing the Argon2 PBKDF family by Andreas Auernhammer · 6 years ago
  96. 94eea52 all: run gofmt -s on source code by Kevin Burke · 6 years ago
  97. e8f2298 all: fix errors reported by vet, golint by Kevin Burke · 6 years ago
  98. 48a5a65 crypto/ssh: only show banner once by Sam Whited · 6 years ago
  99. 365904b nacl/auth: use KeySize constant consistently. by Adam Langley · 6 years ago
  100. b080dc9 ssh/terminal: handle non-ASCII characters when reading passwords by Yasuhiro Matsumoto · 6 years ago