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