1. 182114d sha3: fix typo in Shake256 docs by Kyle Spiers · 6 years ago
  2. c7dcf10 ripemd160: use bits.Rotate for rotates by Ilya Tocar · 6 years ago
  3. 7effd64 ssh/terminal: store termios copy in terminal state on Solaris by Tobias Klauser · 6 years ago
  4. 526a373 ssh/terminal: simplify defer by Tobias Klauser · 6 years ago
  5. 85f9870 argon2: fix typo and code formatting in comments by Mark Rushakoff · 6 years ago
  6. 0b6b69c acme/autocert: return error from cachePut by Jake Burkhead · 6 years ago
  7. 91a49db acme: stop polling authz on 4xx client errors by Alex Vaghin · 6 years ago
  8. 8c65384 ssh: document how to unmarshal public keys by Han-Wen Nienhuys · 6 years ago
  9. beaf6a3 ssh: fix error variable naming convention, add docs by Brad Fitzpatrick · 6 years ago
  10. 4979611 ssh: use a variable rather than type for NoAuthError by Han-Wen Nienhuys · 6 years ago
  11. 432090b Adding a unique error when no authentication method has been passed in yet. by Spencer Tung · 6 years ago
  12. 650f4a3 openpgp: allow NewEntity to specify the default cipher by Damien Tournoud · 7 years ago
  13. 3a6c3ce openpgp: correct NewEntity name creation by Yaron de Leeuw · 6 years ago
  14. 9de5f2e acme/autocert: Remove unused retryAfter func by Ingo Gottwald · 6 years ago
  15. 5119cf5 ssh: clarify how to parse out Certificates by Han-Wen Nienhuys · 6 years ago
  16. dea6ea3 ssh: compile multi_auth_test.go on linux only by Han-Wen Nienhuys · 6 years ago
  17. 9334d73 ssh: fix support for partial success authentication responses in client by Sami Pönkänen · 6 years ago
  18. d9133f5 argon2: add Argon2id and update parameter recommendations by Andreas Auernhammer · 6 years ago
  19. 1875d0a ssh/knownhosts: remove godoc about non-supported hashed hosts by Sergey Lukjanov · 6 years ago
  20. 0efb946 ssh/terminal: use duplicate handle in ReadPassword by Yasuhiro Matsumoto · 6 years ago
  21. 3d37316 ssh: return correct error on read failure by Han-Wen Nienhuys · 6 years ago
  22. d94f6bc ssh: use io.ReadFull() for reading chacha20-poly1305 packets. by Han-Wen Nienhuys · 6 years ago
  23. 31469a2 ssh: remove chacha20-poly1305 from preferredCipher list by Han-Wen Nienhuys · 6 years ago
  24. 39efaea ssh: cleanup cipher creation logic by Han-Wen Nienhuys · 6 years ago
  25. 1c1f139 ssh: remove redundant code by Han-Wen Nienhuys · 6 years ago
  26. 1835319 ssh: remove arcfour ciphers from the default preference list by Han-Wen Nienhuys · 6 years ago
  27. a660000 argon2: add missing amd64 tags by Alex Vaghin · 6 years ago
  28. ee41a25 ssh: support chacha20-poly1305 cipher by Han-Wen Nienhuys · 6 years ago
  29. 13931e2 acme/autocert: support http-01 challenge type by Alex Vaghin · 6 years ago
  30. 5f55bce ssh: fix protocol version exchange (for multi-line) by Justin Gracenin · 6 years ago
  31. b3c9a1d ssh: use t.Run for testing multiple ciphers/macs by Han-Wen Nienhuys · 6 years ago
  32. 4937306 internal/chacha20: move up from chacha20poly1305/internal/chacha20 by Han-Wen Nienhuys · 6 years ago
  33. 6bd909f ssh: specify InsecureIgnoreHostKey in the benchmarks by Han-Wen Nienhuys · 6 years ago
  34. 0fcca48 bn256: don't claim a 128-bit security level. by Adam Langley · 6 years ago
  35. 2b4b18b argon2: fix incorrect key derivation if parallelism > 1 by Andreas Auernhammer · 6 years ago
  36. 95a4943 crypto/ssh: fix typo in error message in certs.go by Mansour Rahimi · 6 years ago
  37. d585fd2 pbkdf2: add benchmarks by Andrew Ekstedt · 6 years ago
  38. 244f6ce ssh: accept ed25519 certs by Peter Moody · 6 years ago
  39. 625c6a7 argon2: add new package implementing the Argon2 PBKDF family by Andreas Auernhammer · 6 years ago
  40. 94eea52 all: run gofmt -s on source code by Kevin Burke · 6 years ago
  41. e8f2298 all: fix errors reported by vet, golint by Kevin Burke · 6 years ago
  42. 48a5a65 crypto/ssh: only show banner once by Sam Whited · 6 years ago
  43. 365904b nacl/auth: use KeySize constant consistently. by Adam Langley · 6 years ago
  44. b080dc9 ssh/terminal: handle non-ASCII characters when reading passwords by Yasuhiro Matsumoto · 6 years ago
  45. 9f005a0 ssh: add support for banners by Tugdual Saunier · 7 years ago
  46. 6a293f2 ssh: remove unused parameter of newGCMCipher by Tobias Klauser · 7 years ago
  47. 687d4b8 terminal/ssh: use ioctl wrappers from x/sys/unix by Tobias Klauser · 6 years ago
  48. ca1fcd4 ocsp: fix vet format string issues by Tobias Klauser · 6 years ago
  49. 3680b74 blake2s: fix vet format string issue by Tobias Klauser · 6 years ago
  50. bd6f299 ed25519: update document to mention RFC 8032 by Joe Kyo · 6 years ago
  51. 2509b14 Revert "ssh: add support for banners" by Han-Wen Nienhuys · 7 years ago
  52. edd5e9b ocsp: remove incorrect iota and update docs on CreateRequest by Anmol Sethi · 7 years ago
  53. 541b9d5 acme, acme/autocert: add missing articles by Kevin Burke · 7 years ago
  54. 959b3af acme: fill Subject CN field in the tls-sni challenge certs by Alex Vaghin · 7 years ago
  55. ed5229d ssh: add support for banners by Tugdual Saunier · 7 years ago
  56. 9419663 scrypt: add missing license header by Kevin Burke · 7 years ago
  57. 34d0413 scrypt: update recommended parameters for 2017 by Kevin Burke · 7 years ago
  58. 76eec36 acme/autocert: add Cache to Manager example by Russ Cox · 7 years ago
  59. c84b36c blake2b: fix typo in error message by Tobias Klauser · 7 years ago
  60. 847319b ssh: remove unused buffer.eof return value by Tobias Klauser · 7 years ago
  61. 7d9177d acme: reword the godoc to be more human readable by namusyaka · 7 years ago
  62. b0c9c05 all: fix article typos by namusyaka · 7 years ago
  63. faadfbd cryptobyte: include changes from review of 57810 by Adam Langley · 7 years ago
  64. 2bcb7b5 cryptobyte: various API and documentation updates. by Adam Langley · 7 years ago
  65. 88e95fb ssh: reject unsupported DSA key sizes by Han-Wen Nienhuys · 7 years ago
  66. 74b34b9 all: make overlap rules wording consistent by Filippo Valsorda · 7 years ago
  67. 9ba3862 nacl/[secret]box: clarify message size comment. by Adam Langley · 7 years ago
  68. 8f297cd openpgp: check errors from ReadKeyRing during test by Russ Cox · 7 years ago
  69. 81e9090 sha3: delete unused field by Michael Munday · 7 years ago
  70. eb71ad9 ssh/terminal: set termios VMIN and VTIME in MakeRaw by Tobias Klauser · 7 years ago
  71. b176d7d ssh/agent: use right message to unlock agent, with related integration tests by Gh0u1L5 · 7 years ago
  72. 81db3ef nacl/auth: add crypto_auth primitive by Kevin Burke · 7 years ago
  73. 76c7c60 ssh: fix documentation on ServerConfig.PublicKeyCallback by Artyom Pervukhin · 7 years ago
  74. 42ff06a ssh/terminal: use console functions, types and consts from x/sys/windows by Tobias Klauser · 7 years ago
  75. c412588 ed25519: don't use constant-time functions in Verify. by Adam Langley · 7 years ago
  76. 418008d openpgp/packet: fix AES-192 encrypted session keys by mdp · 7 years ago
  77. 358f15e salsa20/salsa: fix out of bounds write by Wei Congrui · 7 years ago
  78. 558b687 ssh/terminal: use termios ioctl read/write constants from x/sys/unix by Tobias Klauser · 7 years ago
  79. 27b9897 acme: clarify the purpose of CertOption interface by Joe Kyo · 7 years ago
  80. 2faea14 ssh/agent: parse constraints when adding keys by Gh0u1L5 · 7 years ago
  81. 8c55ac7 ssh: add Session.WindowChange to send window change events by Tobias Assarsson · 7 years ago
  82. 6914964 md4: move the example to the right directory by Brad Fitzpatrick · 7 years ago
  83. 4bc1c24 md4: add example for New by sukrithanda · 7 years ago
  84. 4d70248 README: add improvements by Kevin Burke · 7 years ago
  85. 7f7c0c2 sha3: added example output by sbuss · 7 years ago
  86. dd85ac7 ocsp: remove a redundant conditional expression from an if statement by Martin Kreichgauer · 7 years ago
  87. 3627ff3 ssh: fix a formatting bug in a test by Spencer Tung · 7 years ago
  88. 08a7dbd blake2b: implement BLAKE2X by Andreas Auernhammer · 7 years ago
  89. a48ac81 ssh: allow up to 255 bytes of padding in AES-GCM by Han-Wen Nienhuys · 7 years ago
  90. d625dfd ssh: fix if/else returns to adhere to Go style guidelines by Spencer Tung · 7 years ago
  91. b286ef4 blake2s: implement BLAKE2X by Andreas Auernhammer · 7 years ago
  92. 51714a8 acme, acme/autocert: use canonical http header keys by Joe Kyo · 7 years ago
  93. 69be088 ssh: return authErr array if all authentication attempts fail by Spencer Tung · 7 years ago
  94. 5746f0a acme: fix mismatched format arguments in acme_test.go by Joe Kyo · 7 years ago
  95. 368a604 acme/autocert: clean up temporary directories in TestDirCache() by Joe Kyo · 7 years ago
  96. 5ef0053 all: use HTTPS for links that support it by Kevin Burke · 7 years ago
  97. 84f24df ssh: signal incorrect private key passwords with x509.IncorrectPasswordError by Yasuhiro Matsumoto · 7 years ago
  98. adbae1b all: gofmt ./... by Dave Cheney · 7 years ago
  99. 2ad6eb5 ssh: clarify intended use of Permissions. by Han-Wen Nienhuys · 7 years ago
  100. 93b5df3 nacl/secretbox: add benchmarks by Jeff Hodges · 7 years ago