1. c7e5f84 sha3: align (*state).storage by Bryan C. Mills · 4 years, 6 months ago
  2. 8986dd9 acme/autocert: always pass AuthzURLs from AuthorizeOrder to deactivatePendingAuthz by Dmitri Shuralyov · 4 years, 6 months ago
  3. f83a468 go.mod: set go version by Bryan C. Mills · 4 years, 6 months ago
  4. 87dc89f acme/autocert: give tokensMu a better name by Alex Vaghin · 4 years, 7 months ago
  5. 0e8c3a9 acme/autocert: support ACME RFC 8555 by Alex Vaghin · 4 years, 7 months ago
  6. a950601 acme: update Directory URL to Let's Encrypt v2 by Alex Vaghin · 4 years, 7 months ago
  7. 1f99b0e acme: prevent discovery network roundtrips in tests by Alex Vaghin · 4 years, 7 months ago
  8. af544f3 internal/chacha20: improve chacha20 performance on ppc64le by Lynn Boger · 4 years, 7 months ago
  9. 34f6963 openpgp/packet: support crypto.Decrypter in EncryptedKey.Decrypt by Scott Ragan · 4 years, 7 months ago
  10. f9e2070 acme/internal: add a prober program by Alex Vaghin · 4 years, 8 months ago
  11. 4663e18 acme: update existing methods for RFC 8555 by Alex Vaghin · 4 years, 8 months ago
  12. 8834368 acme: implement new order-based issuance methods by Alex Vaghin · 4 years, 8 months ago
  13. a832865 acme: support RFC 8555 account management by Alex Vaghin · 4 years, 8 months ago
  14. cea2066 Revert "ssh/terminal: account for win32 api changes" by Brad Fitzpatrick · 4 years, 7 months ago
  15. fa1a291 acme: add KID variant to jwsEncodeJSON by Alex Vaghin · 4 years, 8 months ago
  16. 2682ddc acme: fetch fresh nonces from newNonce resource by Alex Vaghin · 4 years, 8 months ago
  17. 2afe7c4 acme: add support for RFC8555 compliant discovery by x1ddos · 4 years, 8 months ago
  18. 9ee001b ssh/terminal: account for win32 api changes by Jason A. Donenfeld · 4 years, 7 months ago
  19. 227b76d acme/autocert: remove tls-sni-xx challenge support by Alex Vaghin · 4 years, 8 months ago
  20. 094676d ssh: drop dh-group1-sha1 from default key exchanges by Eric Brown · 6 years ago
  21. 71b5226 sha3: add a space before +build in build tag comments by Tobias Klauser · 4 years, 8 months ago
  22. 9756ffd ssh/test: delete TestInvalidTerminalMode by Michael Hudson-Doyle · 4 years, 8 months ago
  23. 60c769a acme/autocert: remove tempfile after dircache write failed by yuanhh · 4 years, 8 months ago
  24. 4def268 ssh: skip testHandshakeErrorHandlingN on js/wasm by Agniva De Sarker · 4 years, 10 months ago
  25. cc06ce4 acme: send User-Agent and add Client.UserAgent by Filippo Valsorda · 4 years, 10 months ago
  26. ea8f1a3 ed25519: turn into a wrapper for crypto/ed25519 beginning with Go 1.13 by Filippo Valsorda · 4 years, 10 months ago
  27. 57b3e21 ssh: add diffie-hellman-group-exchange-sha256 by Lucas Bremgartner · 5 years ago
  28. 5c40567 internal/chacha20: fix variable naming by Carlos Eduardo Seo · 4 years, 11 months ago
  29. f99c8df poly1305: improve performance with asm for ppc64le by Lynn Boger · 5 years ago
  30. 20be4c3 internal/chacha20: improve performance for ppc64le by Carlos Eduardo Seo · 5 years ago
  31. 22d7a77 sha3: fix bug in cSHAKE Clone() by Conrado P. L. Gouvea · 5 years ago
  32. cbcb750 ssh/gss: support kerberos authentication for ssh server and client by yanweizhi · 5 years ago
  33. e1dfcc5 openpgp: replace "currentTime" with "creationTime" as appropriate by Matthew Dempsky · 5 years ago
  34. a29dc8f scrypt: use math.bits rotate functions instead of ad-hoc implementation by Udalov Max · 5 years ago
  35. f162ad8 ssh/test: add port for aix/ppc64 by chigotc · 5 years ago
  36. c05e17b openpgp/clearsign: reject potentially misleading headers and messages by Filippo Valsorda · 5 years ago
  37. d864b10 blake2s: use math.bits rotate functions instead of ad-hoc implementation by Udalov Max · 5 years ago
  38. f856061 acme/autocert: make host of TLS certificate to be obtained always Punycode by Aofei Sheng · 5 years ago
  39. af44ce2 blake2b: use math.bits rotate functions instead of ad-hoc implementations by Udalov Max · 5 years ago
  40. df01cb2 ssh: invert algorithm choices on the server by Han-Wen Nienhuys · 5 years ago
  41. b43e412 ssh/test: skip test on js/wasm by Tobias Klauser · 5 years ago
  42. f416eba sha3: add cSHAKE support by Kris Kwiatkowski · 6 years ago
  43. 92d88b0 all: change the old assembly style AX:CX to CX, AX by Neven Sajko · 5 years ago
  44. 88737f5 ssh/test: use t.Run for MAC/kex/pubkey tests by Han-Wen Nienhuys · 5 years ago
  45. e7b772b ssh: print server exit reason in tests by Han-Wen Nienhuys · 5 years ago
  46. 9732e03 ssh: add packetTypeNames map for better debug info by Han-Wen Nienhuys · 5 years ago
  47. d99183c ssh: rename ExampleHostKeyCheck to ExampleClientConfig_HostKeyCallback by Han-Wen Nienhuys · 5 years ago
  48. 184a689 ssh: remove testing.T from ExampleRetryableAuthMethod by Han-Wen Nienhuys · 5 years ago
  49. 457ee04 ssh: rename methods in packetCipher interface by Han-Wen Nienhuys · 5 years ago
  50. 38d8ce5 ssh/test: skip test to fix build on solaris and aix by Brad Fitzpatrick · 5 years ago
  51. 8e1b8d3 crypto: update go.mod for s390x x/sys/cpu changes by Brad Fitzpatrick · 5 years ago
  52. a5d413f ssh/terminal: Use move-N sequences for >1 cursor moves by Andrey Petrov · 5 years ago
  53. b7391e9 salsa20/salsa: fix keystream loop in amd64 assembly when overflowing 32-bit counter by Filippo Valsorda · 5 years ago
  54. a1f597e curve25519: add test vectors from BoringSSL by Michael McLoughlin · 5 years ago
  55. c2843e0 poly1305: implement a subset of the hash.Hash interface by Andreas Auernhammer · 6 years ago
  56. 8dd112b internal/chacha20: use x/sys/cpu for s390x feature detection by Michael Munday · 5 years ago
  57. 0091315 poly1305: use x/sys/cpu for s390x feature detection by Michael Munday · 5 years ago
  58. e37aea1 sha3: use x/sys/cpu for s390x feature detection by Michael Munday · 5 years ago
  59. 31a3858 ssh/terminal: fix GetSize on Windows by Max Semenik · 5 years ago
  60. 215aa80 all: add a go.mod file by Michael Matloob · 5 years ago
  61. 7f87c0f ssh/agent: add checking for empty SSH requests by Ian Haken · 5 years ago
  62. ffb98f7 xts: reduce tweak allocations by lukechampine · 6 years ago
  63. 6635ad9 bn256: fix String methods when g.p == nil by Sad Pencil · 5 years ago
  64. a573983 all: deprecate broken and legacy packages by Filippo Valsorda · 5 years ago
  65. a4c6cb3 acme: try to fetch nonce from directory first by Alex Vaghin · 5 years ago
  66. 74369b4 internal/chacha20: add SIMD implementation on arm64 by Meng Zhuo · 5 years ago
  67. 193df9c curve25519: mask high bit when loading group point by Michael McLoughlin · 5 years ago
  68. b8fe169 all: fix ineffectual assignments by Michael Cook · 5 years ago
  69. 9c16a03 pkcs12: add a note suggesting ToPEM for multiple certificates/keys by Filippo Valsorda · 5 years ago
  70. b01c7a7 acme: support IP address authorization type by Alex Vaghin · 5 years ago
  71. ccddf37 pkcs12: note that this package is frozen and point to an alternative by Filippo Valsorda · 5 years ago
  72. 54b0dbb Revert "pkcs12: add a DecodeAll method" by Filippo Valsorda · 5 years ago
  73. bf88e3f pkcs12: add a DecodeAll method by Julien Kauffmann · 6 years ago
  74. c7b33c3 ssh/terminal: support ^N and ^P by Michal Bohuslávek · 7 years ago
  75. 057139c crypto/ssh/knownhosts: fix out-of-date documentation for checkAddr by Jay Taylor · 5 years ago
  76. 6407268 blake2b: fix comments in grammar by Ross Smith II · 5 years ago
  77. ff983b9 sha3: add support for Keccak-512 by Péter Szilágyi · 6 years ago
  78. 8d7daa0 bn256: fix gfp12 MulScalar by kc1212 · 5 years ago
  79. 505ab14 openpgp: support SHA384 by Axel Wagner · 6 years ago
  80. eb0de9b ssh/terminal: enable tests for aix by Tobias Klauser · 5 years ago
  81. e657309 ssh/terminal: use "reports whether" in IsTerminal doc by Tobias Klauser · 5 years ago
  82. c05539c cryptobyte: fix typo in test by Philipp · 5 years ago
  83. 9eb0be3 ssh/terminal: add AIX operating system by chigotc · 5 years ago
  84. 3d3f9f4 cryptobyte: don't ignore bytes added to BuilderContinuations of fixed-size Builders by Filippo Valsorda · 5 years ago
  85. e4dc69e ssh: return specific error for invalid signature algorithm by Han-Wen Nienhuys · 6 years ago
  86. bfa7d42 acme: support custom crypto.Signer implementations by Alex Vaghin · 5 years ago
  87. 4d3f4d9 ssh/agent: Fix error returned from agent responses that are too big. by Ian Haken · 6 years ago
  88. bc7917b bcrypt: benchmark defaults by Kevin Burke · 6 years ago
  89. b078efb cryptobyte: add (*Builder).Unwrite and (*Builder).SetError by Filippo Valsorda · 5 years ago
  90. 7e6ffbd openpgp: pass hash to Signer.Sign for ECDSA by Axel Wagner · 6 years ago
  91. dab2b10 ssh: support SSH agent signature flags and custom extensions by Ian Haken · 5 years ago
  92. 45a5f77 all: fix typos by Igor Zhilianin · 5 years ago
  93. e84da03 hkdf: add Extract and Expand by Filippo Valsorda · 6 years ago
  94. d2c3f1d hkdf: improve example by Filippo Valsorda · 6 years ago
  95. 85e1b3f openpgp: don't generate PubKeyAlgoRSASignOnly keys by Axel Wagner · 6 years ago
  96. 74cb1d3 acme/autocert: include rejected hostname in TLS handshake error when host not configured by David Jones · 6 years ago
  97. 0c41d7a ssh/testdata: correct typo by Andres Lowrie · 6 years ago
  98. a92615f ssh: fix typo in error message by mkishere · 6 years ago
  99. 7c1a557 openpgp: split up tests and keys by aviau · 6 years ago
  100. e363607 openpgp: allow RSA/ECDSA signers to return a pointer by Axel Wagner · 6 years ago