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