1. 84bacda ssh: Add the hmac-sha2-256-etm@openssh.com algorithm by MiLk · 7 years ago
  2. 22ddb68 acme/autocert: fix racy tests by Heschi Kreinick · 7 years ago
  3. 59a182c curve25519: avoid loss of R15 in -dynlink mode by Russ Cox · 7 years ago
  4. 5a6e40e ssh/agent: fix another test to not require IPv4. by Heschi Kreinick · 7 years ago
  5. 77014cf ssh: prevent double kex at connection start, 2nd try by Han-Wen Nienhuys · 7 years ago
  6. bed1280 ssh: Support multiple source-addresses, don't require IPv4 in tests. by Heschi Kreinick · 7 years ago
  7. 641ab6b ssh: reset buffered packets after sending by Han-Wen Nienhuys · 7 years ago
  8. b05791f ssh: add debug print at the lowest level by Han-Wen Nienhuys · 7 years ago
  9. dc137be poly1305: add test vectors for edge cases by Michael Munday · 7 years ago
  10. a59c127 ssh: rationalize rekeying decisions. by Han-Wen Nienhuys · 7 years ago
  11. 6fb0668 ssh: make sure we execute the initial key exchange only once by Han-Wen Nienhuys · 7 years ago
  12. 854ae91 crypto/chacha20poly1305: rename test vectors file by Michael Munday · 7 years ago
  13. 33e8e8f crypto/chacha20poly1305/internal/chacha20: add missing copyright header by Michael Munday · 7 years ago
  14. 41d678d ssh: soft code internal channel size for testing purposes by Han-Wen Nienhuys · 7 years ago
  15. b8a2a83 otr: add missing return on error path by Adam Langley · 7 years ago
  16. 88e46b5 otr: reject private keys with parameters <= 0. by Adam Langley · 7 years ago
  17. b822463 crypto/ssh: fix parsing order for ssh.ParseDSAPrivateKey by Paul Querna · 7 years ago
  18. 91902e3 ssh/terminal: consume data before checking for an error. by Adam Langley · 7 years ago
  19. 13d9f61 ssh/terminal: fix line endings handling in ReadPassword by Alex Brainman · 8 years ago
  20. 2e74c77 ssh: rewrite (re)keying logic. by Han-Wen Nienhuys · 7 years ago
  21. abc5fa7 poly1305: make data declared in assembly files private by Shenghou Ma · 7 years ago
  22. 2f8be38 ssh: make client auth tests less chatty. by Han-Wen Nienhuys · 7 years ago
  23. 7c6cc32 x/ssh: filter debug and ignore messages in transport.readPacket. by Han-Wen Nienhuys · 7 years ago
  24. 1d77d5b acme/autocert: fix typo in Cache doc comment by Andrew Gerrand · 7 years ago
  25. c3b1d0d ssh/terminal: consistent return value for Restore by Peter Morjan · 7 years ago
  26. cb497ae chacha20poly1305: fix detection of BMI on amd64 by Lion Yang · 7 years ago
  27. 5b4074c all: fix some vet warnings by Joe Tsai · 7 years ago
  28. f6b343c blake2b: fix build on non-amd64 platforms by Mikio Hara · 8 years ago
  29. f5719d2 ocsp: Expose ResponderID in parsed Response. by Martin Kreichgauer · 8 years ago
  30. d8e61c6 blake2b: add AVX assembly by Andreas Auernhammer · 8 years ago
  31. 2b786ab chacha20poly1305: fix typos by Mikio Hara · 8 years ago
  32. abc3c1b ssh/terminal: fix a typo by Mikio Hara · 8 years ago
  33. a70a72a chacha20poly1305: fix typos by Mikio Hara · 8 years ago
  34. 9b1a210 acme/autocert: add an option for RSA-based certs by Alex Vaghin · 8 years ago
  35. 01be46f crypto/ssh: use net.IP.Equal instead of bytes.Equal by Péter Szilágyi · 8 years ago
  36. 9a6f0a0 blake2b: fix constant size by Andreas Auernhammer · 8 years ago
  37. b07d8c9 x/crypto/ocsp: Don't hard-code OCSP response hash function by Roland Shoemaker · 8 years ago
  38. 95cb608 x/crypto/ssh/terminal: replace \n with \r\n. by Adam Langley · 8 years ago
  39. 3f77d69 bn256: fix equations in comments by David Lazar · 8 years ago
  40. 8a549a1 chacha20poly1305: make polyHashADInternal private by Shenghou Ma · 8 years ago
  41. 7efbae5 x/crypto/blake2b: SSE4.1 is bit 19, not 15. by Adam Langley · 8 years ago
  42. 21853a7 acme/autocert: remove trailing dot from domain before requesting cert by Brad Fitzpatrick · 8 years ago
  43. ede567c x/crypto/ssh: Add FingerprintLegacyMD5 and FingerprintSHA256 methods by Ryuzo Yamamoto · 8 years ago
  44. 9477e0b chacha20poly1305: fix build constraints by Alex Vaghin · 8 years ago
  45. b2fa06b blake2s: fix build constraints by Adam Langley · 8 years ago
  46. ca7e7f1 acme: add v3 implementation to RevokeAuthorization by Alex Vaghin · 8 years ago
  47. 1150b8b poly1305: don't move R13 in sum_arm.s. by Adam Langley · 8 years ago
  48. 8291fff blake2b: test all three hashing implementations by Austin Clements · 8 years ago
  49. 814723e blake2s: test all four hashing implementations by Austin Clements · 8 years ago
  50. 3c0d69f blake2s: fix frame size of hashBlocksSSE4 by Austin Clements · 8 years ago
  51. a9ecc67 blake2s: remove NOSPLIT from asm functions by Austin Clements · 8 years ago
  52. 77e8044 sha3: fix SP adjustment by Austin Clements · 8 years ago
  53. 1705134 salsa20/salsa: eliminate unnecessary "callee save" prologue/epilogue by Austin Clements · 8 years ago
  54. a0819bb salsa20/salsa: hide SP alignment from spadj by Austin Clements · 8 years ago
  55. e67f5ec blake2b: use proper Go frame sizes by Austin Clements · 8 years ago
  56. 5953a47 blake2s: use proper Go frame sizes by Austin Clements · 8 years ago
  57. f620851 curve25519: eliminate unnecessary "callee save" prologues by Austin Clements · 8 years ago
  58. 722a7b7 curve25519: fix confusing SP adjustments by Austin Clements · 8 years ago
  59. 3ded668 poly1305: enable assembly for ARM in Go 1.6. by Adam Langley · 8 years ago
  60. dec8741 poly1305: fix stack handling in sum_arm.s by Adam Langley · 8 years ago
  61. c367d6e blake2s,blake2b: fix typo in package doc by Andreas Auernhammer · 8 years ago
  62. 9e9c7d4 blake2b: new package by Andreas Auernhammer · 8 years ago
  63. 14f9af6 chacha20poly1305: scope assembly constants by Adam Langley · 8 years ago
  64. cdcb58c poly1305: fix NaCl build. by Adam Langley · 8 years ago
  65. 4428aee blake2s: new package by Andreas Auernhammer · 8 years ago
  66. 5f4e837 chacha20poly1305: fix amd64 assembly - replace PINSRB and PEXTRQ by Andreas Auernhammer · 8 years ago
  67. 1ed0c38 chacha20poly1305: clarify the correct attribution for the AMD64 assembly. by Adam Langley · 8 years ago
  68. 6bcc376 chacha20poly1305: clarify the correct attribution for the AMD64 assembly. by Adam Langley · 8 years ago
  69. 5f31782 poly1305, chacha20poly1305: fix build for Go 1.6 by Brad Fitzpatrick · 8 years ago
  70. 85ce60f poly1305: fix build by Brad Fitzpatrick · 8 years ago
  71. 4cd25d6 crypto/ssh: fix comment for ssh.NewPublicKey by Dmitry Savintsev · 8 years ago
  72. 594708b chacha20poly1305: new package. by Adam Langley · 8 years ago
  73. a81735b poly1305: rename files to sum_𝑥.s by Adam Langley · 8 years ago
  74. 1265e01 poly1305: minor updates. by Adam Langley · 8 years ago
  75. dc7f3af ssh: bound DH public values to [2, p-2]. by Adam Langley · 8 years ago
  76. d172538 x/crypto/ocsp: Accept status for multiple certificates in response by Paul van Brouwershaven · 9 years ago
  77. 0e69e08 ocsp: add Request.Marshal method by Roland Shoemaker · 8 years ago
  78. 7682e7e poly1305: add test for carry edge-case. by Adam Langley · 8 years ago
  79. 00c1479 x/crypto/openpgp: support crypto.Signer private keys by Samuele Pedroni · 8 years ago
  80. 69267d2 ssh: add CryptoPublicKey interface, expose underlying crypto.PublicKey by Martin Garton · 8 years ago
  81. 2cbd8ea ssh: fix height/width order in RequestPty example by Henrik Hodne · 8 years ago
  82. bde08f2 x/crypto/ssh: public key authentication example by Emmanuel Odeke · 8 years ago
  83. 484eb34 ssh: Consistent error handling in examples by Mike Houston · 9 years ago
  84. a19fa44 ssh/terminal: implement ReadPassword and IsTerminal by Fazal Majid · 9 years ago
  85. 84e98f4 poly1305: fix bug in amd64 assembly by Andreas Auernhammer · 8 years ago
  86. 568507f x/crypto/poly1305: optimize amd64 assembly performance by Andreas Auernhammer · 8 years ago
  87. a20de3f x/crypto/ssh: ParsePrivateKey errors out with encrypted private keys by Emmanuel Odeke · 8 years ago
  88. 7ac97eb openpgp: fix a typo in a comment by Alok Menghrajani · 8 years ago
  89. 8e06e8d x/crypto/ssh/agent: honor constraints on keys in the keyring. by Peter Moody · 8 years ago
  90. 6ab629b ssh: properly handle wrong guess for FirstKexFollows in server by Kaleb Elwert · 8 years ago
  91. 81372b2 acme/autocert: cache ACME account key by Jonathan Rudenberg · 8 years ago
  92. 119f508 opengpg: set SelfSignature.PreferredHash in NewEntity by Jessica Frazelle · 8 years ago
  93. 80b25ed crypto/sha3: use the assembly optimized KeccakF on amd64 by Péter Szilágyi · 9 years ago
  94. e311231 acme: add WithTemplate option for tls-sni certs by Alex Vaghin · 8 years ago
  95. 0e31b18 acme/autocert: use ECDSA P-256 for account key and issued certs by Jonathan Rudenberg · 8 years ago
  96. aa2481c scrypt: fix broken example in documentation by Sam Whited · 8 years ago
  97. 05d11b2 acme/autocert: make tests more well-behaved by Alex Vaghin · 8 years ago
  98. f944096 acme: implement authorization revocation by Alex Vaghin · 8 years ago
  99. 6318898 crypto/openpgp: return error from userIdSignatureHash by Reinaldo de Souza Jr · 8 years ago
  100. 9e59015 acme/autocert: fix data race in tests by Brad Fitzpatrick · 8 years ago