1. 9419663 scrypt: add missing license header by Kevin Burke · 7 years ago
  2. 34d0413 scrypt: update recommended parameters for 2017 by Kevin Burke · 7 years ago
  3. 76eec36 acme/autocert: add Cache to Manager example by Russ Cox · 7 years ago
  4. c84b36c blake2b: fix typo in error message by Tobias Klauser · 7 years ago
  5. 847319b ssh: remove unused buffer.eof return value by Tobias Klauser · 7 years ago
  6. 7d9177d acme: reword the godoc to be more human readable by namusyaka · 7 years ago
  7. b0c9c05 all: fix article typos by namusyaka · 7 years ago
  8. faadfbd cryptobyte: include changes from review of 57810 by Adam Langley · 7 years ago
  9. 2bcb7b5 cryptobyte: various API and documentation updates. by Adam Langley · 7 years ago
  10. 88e95fb ssh: reject unsupported DSA key sizes by Han-Wen Nienhuys · 7 years ago
  11. 74b34b9 all: make overlap rules wording consistent by Filippo Valsorda · 7 years ago
  12. 9ba3862 nacl/[secret]box: clarify message size comment. by Adam Langley · 7 years ago
  13. 8f297cd openpgp: check errors from ReadKeyRing during test by Russ Cox · 7 years ago
  14. 81e9090 sha3: delete unused field by Michael Munday · 7 years ago
  15. eb71ad9 ssh/terminal: set termios VMIN and VTIME in MakeRaw by Tobias Klauser · 7 years ago
  16. b176d7d ssh/agent: use right message to unlock agent, with related integration tests by Gh0u1L5 · 7 years ago
  17. 81db3ef nacl/auth: add crypto_auth primitive by Kevin Burke · 7 years ago
  18. 76c7c60 ssh: fix documentation on ServerConfig.PublicKeyCallback by Artyom Pervukhin · 7 years ago
  19. 42ff06a ssh/terminal: use console functions, types and consts from x/sys/windows by Tobias Klauser · 7 years ago
  20. c412588 ed25519: don't use constant-time functions in Verify. by Adam Langley · 7 years ago
  21. 418008d openpgp/packet: fix AES-192 encrypted session keys by mdp · 7 years ago
  22. 358f15e salsa20/salsa: fix out of bounds write by Wei Congrui · 7 years ago
  23. 558b687 ssh/terminal: use termios ioctl read/write constants from x/sys/unix by Tobias Klauser · 7 years ago
  24. 27b9897 acme: clarify the purpose of CertOption interface by Joe Kyo · 7 years ago
  25. 2faea14 ssh/agent: parse constraints when adding keys by Gh0u1L5 · 7 years ago
  26. 8c55ac7 ssh: add Session.WindowChange to send window change events by Tobias Assarsson · 7 years ago
  27. 6914964 md4: move the example to the right directory by Brad Fitzpatrick · 7 years ago
  28. 4bc1c24 md4: add example for New by sukrithanda · 7 years ago
  29. 4d70248 README: add improvements by Kevin Burke · 7 years ago
  30. 7f7c0c2 sha3: added example output by sbuss · 7 years ago
  31. dd85ac7 ocsp: remove a redundant conditional expression from an if statement by Martin Kreichgauer · 7 years ago
  32. 3627ff3 ssh: fix a formatting bug in a test by Spencer Tung · 7 years ago
  33. 08a7dbd blake2b: implement BLAKE2X by Andreas Auernhammer · 7 years ago
  34. a48ac81 ssh: allow up to 255 bytes of padding in AES-GCM by Han-Wen Nienhuys · 7 years ago
  35. d625dfd ssh: fix if/else returns to adhere to Go style guidelines by Spencer Tung · 7 years ago
  36. b286ef4 blake2s: implement BLAKE2X by Andreas Auernhammer · 7 years ago
  37. 51714a8 acme, acme/autocert: use canonical http header keys by Joe Kyo · 7 years ago
  38. 69be088 ssh: return authErr array if all authentication attempts fail by Spencer Tung · 7 years ago
  39. 5746f0a acme: fix mismatched format arguments in acme_test.go by Joe Kyo · 7 years ago
  40. 368a604 acme/autocert: clean up temporary directories in TestDirCache() by Joe Kyo · 7 years ago
  41. 5ef0053 all: use HTTPS for links that support it by Kevin Burke · 7 years ago
  42. 84f24df ssh: signal incorrect private key passwords with x509.IncorrectPasswordError by Yasuhiro Matsumoto · 7 years ago
  43. adbae1b all: gofmt ./... by Dave Cheney · 7 years ago
  44. 2ad6eb5 ssh: clarify intended use of Permissions. by Han-Wen Nienhuys · 7 years ago
  45. 93b5df3 nacl/secretbox: add benchmarks by Jeff Hodges · 7 years ago
  46. 850760c acme/autocert: enable HTTP/2 on listener by Johan Brandhorst · 7 years ago
  47. fea6c2c ssh: add ParsePrivateKeysWithPassphrase by Yasuhiro Matsumoto · 7 years ago
  48. e7ba826 nacl/box: Add examples by Kevin Burke · 7 years ago
  49. 6e3a28f blake2s: add 128-bit digest support. by Mathias Hall-Andersen · 7 years ago
  50. e1a4589 ocsp: enhance errors for responses without a matching SingleResponse by Martin Kreichgauer · 7 years ago
  51. 976dfd0 xts: fix incorrect length check by Andreas Auernhammer · 7 years ago
  52. 080743b ssh: fixing a small typo in connection.go by Spencer Tung · 7 years ago
  53. 7e91053 x/crypto/ssh: fix host certificate principal evaluation to check for hostname only by Adam Eijdenberg · 7 years ago
  54. 6c586e1 bcrypt: fix C compatibility code by Andreas Auernhammer · 7 years ago
  55. 0fe9631 chacha20poly1305: fix style nits in variable names by Han-Wen Nienhuys · 7 years ago
  56. ab89591 blake2b: fix self-assignment in test by Andreas Auernhammer · 7 years ago
  57. 122d919 ssh: change the local copy of the ServerConfig passed to NewServerConn by Catalin Nicutar · 7 years ago
  58. 5a033cc acme/autocert: validate SNI value even more by Brad Fitzpatrick · 7 years ago
  59. 04eae0b autocert: validate SNI values more, add tests by Brad Fitzpatrick · 7 years ago
  60. 2292f58 crypto/ssh: fix tests on Go 1.7 on OpenBSD and Windows by Brad Fitzpatrick · 7 years ago
  61. 12e9ca7 chacha20poly1305: add runtime internal independent cpu feature detection by Martin Möhrmann · 7 years ago
  62. d146457 ssh/knownhosts: test coverage for IsHostAuthority by Peter Moody · 7 years ago
  63. 8e03fc1 acme/autocert: remove failed state entries by Alex Vaghin · 7 years ago
  64. 527d12e ssh/knownhosts: add IsHostAuthority. by Peter Moody · 7 years ago
  65. c7af5bf acme: add missing err assignment check by Alex Vaghin · 7 years ago
  66. 5f995c0 acme: add function to check rate limits by Alex Vaghin · 7 years ago
  67. 141c762 acme: replace ErrAuthorizationFailed with a type by Alex Vaghin · 7 years ago
  68. 0e4becf acme/autocert: treat invalid cert as a cache miss by Alex Vaghin · 7 years ago
  69. 2b0eeec acme: generate correct ES512 signatures by Alex Vaghin · 7 years ago
  70. 3543873 acme/autocert: return error if Prompt not set by Ross Light · 7 years ago
  71. 9684645 ssh/terminal: implement missing functions for Solaris/OmniOS by Rick Sayre · 7 years ago
  72. 0242f07 acme/autocert: extend default value of RenewBefore by Alex Vaghin · 7 years ago
  73. 91492a3 ssh/knownhosts: add file + linenumber for parse errors by Han-Wen Nienhuys · 7 years ago
  74. 6420559 ssh/knownhosts: support hashed hostnames by Han-Wen Nienhuys · 7 years ago
  75. 12c985a acme/autocert: extract Manager example from comments by Ross Light · 7 years ago
  76. efac7f2 ssh/knownhosts: fix variable reuse bug in checkAddrs by Joe Tsai · 7 years ago
  77. cbc3d08 acme: automatically retry on badNonce errors by James Hartig · 7 years ago
  78. ed779e1 ssh/knownhosts: a parser for the OpenSSH known_hosts file format by Han-Wen Nienhuys · 7 years ago
  79. ee3d6a3 ssh: fix reset{Read,Write}Thresholds for initial setup by Han-Wen Nienhuys · 7 years ago
  80. 6119528 ssh: set rekeying thresholds on construction by Han-Wen Nienhuys · 7 years ago
  81. cd11541 curve25519: improve cswap by Andreas Auernhammer · 7 years ago
  82. 9b9c1af acme/autocert: fix context usage by Brad Fitzpatrick · 7 years ago
  83. 9ef620b ssh: support MaxAuthTries on ServerConfig by James Myers · 7 years ago
  84. 3cddcd6 ssh: support forwarding of Unix domain socket connections by Akihiro Suda · 7 years ago
  85. 6022e33 acme: stop using ctxhttp by Brad Fitzpatrick · 7 years ago
  86. 55a552f x/crypto/*: add import comment by Andreas Auernhammer · 7 years ago
  87. 4208706 acme: set correct KeyUsage and ExtKeyUsage by Filippo Valsorda · 7 years ago
  88. c2303dc ssh: Add support for RSA keys stored in OpenSSH's new format by Paul Querna · 7 years ago
  89. 9da0784 ssh: fix format string in client_test.go by Han-Wen Nienhuys · 7 years ago
  90. b020702 acme/autocert: add Listener by Brad Fitzpatrick · 7 years ago
  91. c78caca ssh: reject RekeyThresholds over MaxInt64 by Han-Wen Nienhuys · 7 years ago
  92. 573951c ssh: improve client public key authentication by James Myers · 7 years ago
  93. 88915cc acme, acme/autocert: switch to Go 1.7+ context package by Brad Fitzpatrick · 7 years ago
  94. b5cf4d8 acme/autocert: context propagation and doc tweaks by Brad Fitzpatrick · 7 years ago
  95. 3cb0727 ssh: fix typo in unexported comment by Brad Fitzpatrick · 7 years ago
  96. 9d2d6c1 ssh: handle error from prepareKeyChange. by Han-Wen Nienhuys · 7 years ago
  97. e4e2799 ssh: require host key checking in the ClientConfig by Han-Wen Nienhuys · 7 years ago
  98. 459e265 pkcs12: fix ToPEM to not ignore non-nil error from getSafeContents by Fredrik Forsmo · 7 years ago
  99. 728b753 cryptobyte: new package. by Martin Kreichgauer · 7 years ago
  100. 40541cc blake2s: register BLAKE2s by Andreas Auernhammer · 7 years ago