1. 505ab14 openpgp: support SHA384 by Axel Wagner · 6 years ago
  2. eb0de9b ssh/terminal: enable tests for aix by Tobias Klauser · 5 years ago
  3. e657309 ssh/terminal: use "reports whether" in IsTerminal doc by Tobias Klauser · 5 years ago
  4. c05539c cryptobyte: fix typo in test by Philipp · 5 years ago
  5. 9eb0be3 ssh/terminal: add AIX operating system by chigotc · 5 years ago
  6. 3d3f9f4 cryptobyte: don't ignore bytes added to BuilderContinuations of fixed-size Builders by Filippo Valsorda · 5 years ago
  7. e4dc69e ssh: return specific error for invalid signature algorithm by Han-Wen Nienhuys · 6 years ago
  8. bfa7d42 acme: support custom crypto.Signer implementations by Alex Vaghin · 6 years ago
  9. 4d3f4d9 ssh/agent: Fix error returned from agent responses that are too big. by Ian Haken · 6 years ago
  10. bc7917b bcrypt: benchmark defaults by Kevin Burke · 6 years ago
  11. b078efb cryptobyte: add (*Builder).Unwrite and (*Builder).SetError by Filippo Valsorda · 6 years ago
  12. 7e6ffbd openpgp: pass hash to Signer.Sign for ECDSA by Axel Wagner · 6 years ago
  13. dab2b10 ssh: support SSH agent signature flags and custom extensions by Ian Haken · 6 years ago
  14. 45a5f77 all: fix typos by Igor Zhilianin · 6 years ago
  15. e84da03 hkdf: add Extract and Expand by Filippo Valsorda · 6 years ago
  16. d2c3f1d hkdf: improve example by Filippo Valsorda · 6 years ago
  17. 85e1b3f openpgp: don't generate PubKeyAlgoRSASignOnly keys by Axel Wagner · 6 years ago
  18. 74cb1d3 acme/autocert: include rejected hostname in TLS handshake error when host not configured by David Jones · 6 years ago
  19. 0c41d7a ssh/testdata: correct typo by Andres Lowrie · 6 years ago
  20. a92615f ssh: fix typo in error message by mkishere · 6 years ago
  21. 7c1a557 openpgp: split up tests and keys by aviau · 6 years ago
  22. e363607 openpgp: allow RSA/ECDSA signers to return a pointer by Axel Wagner · 6 years ago
  23. f7f5466 openpgp: test subkeys with sub-optimal signature packet ordering by aviau · 6 years ago
  24. 0259c3f openpgp: use latest subkey binding signature by Paul M Furley · 6 years ago
  25. 5295e83 openpgp: move addUserID outside of ReadEntity by aviau · 6 years ago
  26. 0e37d00 openpgp: don't treat extra subkey selfsigs as uid sigs by aviau · 6 years ago
  27. 0709b30 ssh: don't panic if a key is too short. by Adam Langley · 6 years ago
  28. 182538f acme/autocert: clarify that multiple names are allowed by David Ndungu · 6 years ago
  29. 614d502 chacha20poly1305: use x/sys/cpu feature variables directly by Martin Möhrmann · 6 years ago
  30. aabede6 openpgp/clearsign: add ability to sign with more than one key. by Thomas Bushnell, BSG · 6 years ago
  31. de07523 chacha20poly1305: add some more XChaCha20-Poly1305 test vectors. by Adam Langley · 6 years ago
  32. ff745d0 acme/autocert: fix race in test. by Adam Langley · 6 years ago
  33. f027049 ssh: RFC5208 support PKCS#8 key by Noel Georgi · 6 years ago
  34. 80fca2f chacha20poly1305: add example for NewX by Filippo Valsorda · 6 years ago
  35. f792edd chacha20poly1305: add XChaCha20-Poly1305 by Filippo Valsorda · 6 years ago
  36. 56440b8 acme/autocert: expand tls-alpn-01 docs by Filippo Valsorda · 6 years ago
  37. c126467 acme/autocert: add support for tls-alpn-01 by Alex Vaghin · 6 years ago
  38. a521dfc acme: expect 202 Accepted from Let's Encrypt by Alex Vaghin · 6 years ago
  39. a214413 openpgp: support creating signatures compatible with 'gpg --sign'. by Wilfried Teiken · 6 years ago
  40. a49355c acme: consistently return original errors from retries by Alex Vaghin · 6 years ago
  41. 7f39a6f internal/subtle: add Google App Engine support by Alex Vaghin · 6 years ago
  42. 027cca1 all: gofmt by ia · 6 years ago
  43. a8fb68e openpgp: restore signing in SerializePrivate by Filippo Valsorda · 6 years ago
  44. 5cd40a3 acme/autocert: surface details of acme.AuthorizationError by Filippo Valsorda · 6 years ago
  45. 550ed51 openpgp: fix bad error message by aviau · 6 years ago
  46. fd5f17e openpgp: read keys with revoked user ids by aviau · 6 years ago
  47. 37a17fe internal/subtle: add Any/InexactOverlap (new package) and apply them across packages by Filippo Valsorda · 6 years ago
  48. e6b1200 acme: fix encoding of the TLS-ALPN challenge extension by Roland Shoemaker · 6 years ago
  49. 8ac0e0d acme: add support for TLS-ALPN by Maciej Dębski · 6 years ago
  50. b47b158 acme/autocert: change a var to a const by Brad Fitzpatrick · 6 years ago
  51. d162186 acme/autocert: fix build in Go 1.9 by Filippo Valsorda · 6 years ago
  52. 78e7928 acme/autocert: update Manager.Client and Cache docs by Filippo Valsorda · 6 years ago
  53. 8f8078c acme/autocert: support both RSA and ECDSA clients on the fly by Filippo Valsorda · 6 years ago
  54. df8d471 acme: clarify retries and backoff algorithm by Alex Vaghin · 6 years ago
  55. 5ba7f63 ed25519: actually be compatible with RFC 8032 by David Benjamin · 6 years ago
  56. ab81327 acme/autocert: improve authorizations cleanup by Alex Vaghin · 6 years ago
  57. a3beeb7 acme/autocert: support configurable CSR extensions by Alex Vaghin · 7 years ago
  58. 159ae71 ssh/terminal: fix TestMakeRawState on iOS by Tobias Klauser · 6 years ago
  59. 75e913e acme/autocert: revoke dangling pending authzs by Leo Antunes · 6 years ago
  60. da3eeb5 openpgp: sign Entity during instantiation in NewEntity by Ryan Canty · 6 years ago
  61. 1a580b3 chacha20poly1305: delete unused assembly functions by Michael Munday · 6 years ago
  62. 425cc7d poly1305: add additional test cases by Michael Munday · 6 years ago
  63. 4eb8c2c poly1305: add optimized s390x SIMD implementation with VMSL by bill_ofarrell · 6 years ago
  64. 2fc4c88 ssh: also start forward listeners on ListenUnix by Brad Fitzpatrick · 6 years ago
  65. 034e532 ssh: don't start goroutines handling forwarded connections until needed by Brad Fitzpatrick · 6 years ago
  66. 94e3fad chacha20poly1305: add test for empty plaintext and additional data by Michael Munday · 6 years ago
  67. 2d027ae ssh/terminal: run tests only on supported platforms by Hana (Hyang-Ah) Kim · 6 years ago
  68. 1258d06 salsa20: panic when len(out) < len(in) following cipher.Stream by Filippo Valsorda · 6 years ago
  69. 21052ae openpgp: fix vet issue in tests by Filippo Valsorda · 6 years ago
  70. 4ec37c6 sha3: add NewLegacyKeccak256 by Leon Klingele · 6 years ago
  71. 1f94bef scrypt: update example to match recommendation two lines below by Filip Haglund · 6 years ago
  72. 76a9546 sha3: enable TestUnalignedWrites by Kris Kwiatkowski · 6 years ago
  73. 8b1d310 bn256: explicitly fix MakeAffine for ∞ by Filippo Valsorda · 6 years ago
  74. 2c241ca chacha20poly1305: correct AVX2 feature detection by Tom Thorogood · 6 years ago
  75. 613d6ea ssh: fix copy and paste error by Michael Munday · 6 years ago
  76. 80f0338 ocsp: remove error for > 1 certificate in response by Joe Shaw · 7 years ago
  77. ae8bce0 crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection by Andreas Auernhammer · 6 years ago
  78. db7d123 ssh/agent: remove len check in Unlock by Alberto Donizetti · 6 years ago
  79. b49d69b internal/chacha20: add s390x SIMD implementation by Michael Munday · 6 years ago
  80. 754cb46 chacha20poly1305: update to use new ChaCha20 API by Michael Munday · 6 years ago
  81. 83c378c ssh: update to use new ChaCha20 API by Michael Munday · 6 years ago
  82. 12dd70c internal/chacha20: implement the cipher.Stream interface and optimize by Michael Munday · 6 years ago
  83. dccd99e sha3: add optimized implementation for s390x by Michael Munday · 7 years ago
  84. 719079d ssh/test: skip tests if run as root by Agniva De Sarker · 6 years ago
  85. b0697ec blake2b: Revert "blake2b: use internal/cpu to determine AVX and SSE 4 support" by Andreas Auernhammer · 6 years ago
  86. 2b6c088 ssh/agent: update documentation link by Agniva De Sarker · 6 years ago
  87. e73bf33 x/crypto: cryptobyte: manage integers with implicit tags by Andrey Mirtchovski · 6 years ago
  88. d644981 blake2b: use internal/cpu to determine AVX and SSE 4 support by Tobias Klauser · 6 years ago
  89. f70185d cryptobyte: minor documentation fix by Andrey Mirtchovski · 6 years ago
  90. beb2a97 ssh/knownhosts: disregard IP address if the hostname is available by Han-Wen Nienhuys · 6 years ago
  91. b2aa354 ssh: drop extra connection Close call in TestMuxReadWrite by Han-Wen Nienhuys · 6 years ago
  92. 12892e8 blake2b,blake2s: implement BinaryMarshaler, BinaryUnmarshaler by ValarDragon · 6 years ago
  93. 88942b9 xtea: comment cleanup by Mark Rushakoff · 6 years ago
  94. 80db560 nacl/sign: add package by Florian Uekermann · 6 years ago
  95. c3a3ad6 acme/autocert: use valid certificates from the cache during renewal by Brad Morgan · 6 years ago
  96. 374053e openpgp/packet: improve handling of short MPIs for RSA values by Filippo Valsorda · 6 years ago
  97. b4956d3 openpgp: serialize correct bitlength for generated ECC keys by Mike Tsao · 6 years ago
  98. 819dbed openpgp/packet: fix swallowed errors in (*EncryptedKey).parse by Lars Lehtonen · 7 years ago
  99. 21652f8 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  100. c4a91bd ed25519: require canonical signatures by Adam Langley · 6 years ago