1. 08a7dbd blake2b: implement BLAKE2X by Andreas Auernhammer · 7 years ago
  2. a48ac81 ssh: allow up to 255 bytes of padding in AES-GCM by Han-Wen Nienhuys · 7 years ago
  3. d625dfd ssh: fix if/else returns to adhere to Go style guidelines by Spencer Tung · 7 years ago
  4. b286ef4 blake2s: implement BLAKE2X by Andreas Auernhammer · 7 years ago
  5. 51714a8 acme, acme/autocert: use canonical http header keys by Joe Kyo · 7 years ago
  6. 69be088 ssh: return authErr array if all authentication attempts fail by Spencer Tung · 7 years ago
  7. 5746f0a acme: fix mismatched format arguments in acme_test.go by Joe Kyo · 7 years ago
  8. 368a604 acme/autocert: clean up temporary directories in TestDirCache() by Joe Kyo · 7 years ago
  9. 5ef0053 all: use HTTPS for links that support it by Kevin Burke · 7 years ago
  10. 84f24df ssh: signal incorrect private key passwords with x509.IncorrectPasswordError by Yasuhiro Matsumoto · 7 years ago
  11. adbae1b all: gofmt ./... by Dave Cheney · 7 years ago
  12. 2ad6eb5 ssh: clarify intended use of Permissions. by Han-Wen Nienhuys · 7 years ago
  13. 93b5df3 nacl/secretbox: add benchmarks by Jeff Hodges · 7 years ago
  14. 850760c acme/autocert: enable HTTP/2 on listener by Johan Brandhorst · 7 years ago
  15. fea6c2c ssh: add ParsePrivateKeysWithPassphrase by Yasuhiro Matsumoto · 7 years ago
  16. e7ba826 nacl/box: Add examples by Kevin Burke · 7 years ago
  17. 6e3a28f blake2s: add 128-bit digest support. by Mathias Hall-Andersen · 7 years ago
  18. e1a4589 ocsp: enhance errors for responses without a matching SingleResponse by Martin Kreichgauer · 7 years ago
  19. 976dfd0 xts: fix incorrect length check by Andreas Auernhammer · 7 years ago
  20. 080743b ssh: fixing a small typo in connection.go by Spencer Tung · 7 years ago
  21. 7e91053 x/crypto/ssh: fix host certificate principal evaluation to check for hostname only by Adam Eijdenberg · 7 years ago
  22. 6c586e1 bcrypt: fix C compatibility code by Andreas Auernhammer · 7 years ago
  23. 0fe9631 chacha20poly1305: fix style nits in variable names by Han-Wen Nienhuys · 7 years ago
  24. ab89591 blake2b: fix self-assignment in test by Andreas Auernhammer · 7 years ago
  25. 122d919 ssh: change the local copy of the ServerConfig passed to NewServerConn by Catalin Nicutar · 7 years ago
  26. 5a033cc acme/autocert: validate SNI value even more by Brad Fitzpatrick · 7 years ago
  27. 04eae0b autocert: validate SNI values more, add tests by Brad Fitzpatrick · 7 years ago
  28. 2292f58 crypto/ssh: fix tests on Go 1.7 on OpenBSD and Windows by Brad Fitzpatrick · 7 years ago
  29. 12e9ca7 chacha20poly1305: add runtime internal independent cpu feature detection by Martin Möhrmann · 7 years ago
  30. d146457 ssh/knownhosts: test coverage for IsHostAuthority by Peter Moody · 7 years ago
  31. 8e03fc1 acme/autocert: remove failed state entries by Alex Vaghin · 7 years ago
  32. 527d12e ssh/knownhosts: add IsHostAuthority. by Peter Moody · 7 years ago
  33. c7af5bf acme: add missing err assignment check by Alex Vaghin · 7 years ago
  34. 5f995c0 acme: add function to check rate limits by Alex Vaghin · 7 years ago
  35. 141c762 acme: replace ErrAuthorizationFailed with a type by Alex Vaghin · 7 years ago
  36. 0e4becf acme/autocert: treat invalid cert as a cache miss by Alex Vaghin · 7 years ago
  37. 2b0eeec acme: generate correct ES512 signatures by Alex Vaghin · 7 years ago
  38. 3543873 acme/autocert: return error if Prompt not set by Ross Light · 7 years ago
  39. 9684645 ssh/terminal: implement missing functions for Solaris/OmniOS by Rick Sayre · 7 years ago
  40. 0242f07 acme/autocert: extend default value of RenewBefore by Alex Vaghin · 7 years ago
  41. 91492a3 ssh/knownhosts: add file + linenumber for parse errors by Han-Wen Nienhuys · 7 years ago
  42. 6420559 ssh/knownhosts: support hashed hostnames by Han-Wen Nienhuys · 7 years ago
  43. 12c985a acme/autocert: extract Manager example from comments by Ross Light · 7 years ago
  44. efac7f2 ssh/knownhosts: fix variable reuse bug in checkAddrs by Joe Tsai · 7 years ago
  45. cbc3d08 acme: automatically retry on badNonce errors by James Hartig · 7 years ago
  46. ed779e1 ssh/knownhosts: a parser for the OpenSSH known_hosts file format by Han-Wen Nienhuys · 7 years ago
  47. ee3d6a3 ssh: fix reset{Read,Write}Thresholds for initial setup by Han-Wen Nienhuys · 7 years ago
  48. 6119528 ssh: set rekeying thresholds on construction by Han-Wen Nienhuys · 7 years ago
  49. cd11541 curve25519: improve cswap by Andreas Auernhammer · 7 years ago
  50. 9b9c1af acme/autocert: fix context usage by Brad Fitzpatrick · 7 years ago
  51. 9ef620b ssh: support MaxAuthTries on ServerConfig by James Myers · 7 years ago
  52. 3cddcd6 ssh: support forwarding of Unix domain socket connections by Akihiro Suda · 7 years ago
  53. 6022e33 acme: stop using ctxhttp by Brad Fitzpatrick · 7 years ago
  54. 55a552f x/crypto/*: add import comment by Andreas Auernhammer · 7 years ago
  55. 4208706 acme: set correct KeyUsage and ExtKeyUsage by Filippo Valsorda · 7 years ago
  56. c2303dc ssh: Add support for RSA keys stored in OpenSSH's new format by Paul Querna · 7 years ago
  57. 9da0784 ssh: fix format string in client_test.go by Han-Wen Nienhuys · 7 years ago
  58. b020702 acme/autocert: add Listener by Brad Fitzpatrick · 7 years ago
  59. c78caca ssh: reject RekeyThresholds over MaxInt64 by Han-Wen Nienhuys · 7 years ago
  60. 573951c ssh: improve client public key authentication by James Myers · 7 years ago
  61. 88915cc acme, acme/autocert: switch to Go 1.7+ context package by Brad Fitzpatrick · 7 years ago
  62. b5cf4d8 acme/autocert: context propagation and doc tweaks by Brad Fitzpatrick · 7 years ago
  63. 3cb0727 ssh: fix typo in unexported comment by Brad Fitzpatrick · 7 years ago
  64. 9d2d6c1 ssh: handle error from prepareKeyChange. by Han-Wen Nienhuys · 7 years ago
  65. e4e2799 ssh: require host key checking in the ClientConfig by Han-Wen Nienhuys · 7 years ago
  66. 459e265 pkcs12: fix ToPEM to not ignore non-nil error from getSafeContents by Fredrik Forsmo · 7 years ago
  67. 728b753 cryptobyte: new package. by Martin Kreichgauer · 7 years ago
  68. 40541cc blake2s: register BLAKE2s by Andreas Auernhammer · 7 years ago
  69. 83de8c7 blake2b: register BLAKE2b by Andreas Auernhammer · 7 years ago
  70. 453249f poly1305: add burn-in test. by Adam Langley · 7 years ago
  71. dd96d35 ocsp: fix test flakiness by Adam Langley · 7 years ago
  72. 9278377 acme: reduce the number of network round trips by Alex Vaghin · 7 years ago
  73. 537c9df poly1305: simplify reference implementation by Andreas Auernhammer · 7 years ago
  74. f671756 blake2b: fix AVX performance problems on amd64 by Andreas Auernhammer · 7 years ago
  75. 84bacda ssh: Add the hmac-sha2-256-etm@openssh.com algorithm by MiLk · 7 years ago
  76. 22ddb68 acme/autocert: fix racy tests by Heschi Kreinick · 7 years ago
  77. 59a182c curve25519: avoid loss of R15 in -dynlink mode by Russ Cox · 7 years ago
  78. 5a6e40e ssh/agent: fix another test to not require IPv4. by Heschi Kreinick · 7 years ago
  79. 77014cf ssh: prevent double kex at connection start, 2nd try by Han-Wen Nienhuys · 7 years ago
  80. bed1280 ssh: Support multiple source-addresses, don't require IPv4 in tests. by Heschi Kreinick · 7 years ago
  81. 641ab6b ssh: reset buffered packets after sending by Han-Wen Nienhuys · 7 years ago
  82. b05791f ssh: add debug print at the lowest level by Han-Wen Nienhuys · 7 years ago
  83. dc137be poly1305: add test vectors for edge cases by Michael Munday · 7 years ago
  84. a59c127 ssh: rationalize rekeying decisions. by Han-Wen Nienhuys · 7 years ago
  85. 6fb0668 ssh: make sure we execute the initial key exchange only once by Han-Wen Nienhuys · 7 years ago
  86. 854ae91 crypto/chacha20poly1305: rename test vectors file by Michael Munday · 7 years ago
  87. 33e8e8f crypto/chacha20poly1305/internal/chacha20: add missing copyright header by Michael Munday · 7 years ago
  88. 41d678d ssh: soft code internal channel size for testing purposes by Han-Wen Nienhuys · 7 years ago
  89. b8a2a83 otr: add missing return on error path by Adam Langley · 7 years ago
  90. 88e46b5 otr: reject private keys with parameters <= 0. by Adam Langley · 7 years ago
  91. b822463 crypto/ssh: fix parsing order for ssh.ParseDSAPrivateKey by Paul Querna · 7 years ago
  92. 91902e3 ssh/terminal: consume data before checking for an error. by Adam Langley · 7 years ago
  93. 13d9f61 ssh/terminal: fix line endings handling in ReadPassword by Alex Brainman · 8 years ago
  94. 2e74c77 ssh: rewrite (re)keying logic. by Han-Wen Nienhuys · 7 years ago
  95. abc5fa7 poly1305: make data declared in assembly files private by Shenghou Ma · 7 years ago
  96. 2f8be38 ssh: make client auth tests less chatty. by Han-Wen Nienhuys · 7 years ago
  97. 7c6cc32 x/ssh: filter debug and ignore messages in transport.readPacket. by Han-Wen Nienhuys · 7 years ago
  98. 1d77d5b acme/autocert: fix typo in Cache doc comment by Andrew Gerrand · 7 years ago
  99. c3b1d0d ssh/terminal: consistent return value for Restore by Peter Morjan · 7 years ago
  100. cb497ae chacha20poly1305: fix detection of BMI on amd64 by Lion Yang · 7 years ago