1. 0848c95 chacha20poly1305: improve ExampleNewX by Filippo Valsorda · 4 years, 1 month ago
  2. 4f8f47a ssh/terminal: handle ctrl+C, ctrl+F, ctrl+B by Hana (Hyang-Ah) Kim · 4 years ago
  3. 056763e ssh/agent: handle ed25519.PrivateKey by value in AddedKey by Alex Gaynor · 4 years, 1 month ago
  4. baeed62 blake2b,blake2s: clarify difference between blake2b and blake2s by Katie Hockman · 4 years, 1 month ago
  5. 0ec3e99 ssh: support aes256-cbc for passphrase-protected OpenSSH keys by Ross Kinsey · 4 years, 1 month ago
  6. 891825f gitignore: remove obsolete reference to .hgignore in comment by Yannic Bonenberger · 4 years, 1 month ago
  7. 97fc981 internal/wycheproof: update TestEcdsa to use ecdsa.VerifyASN1 by Katie Hockman · 4 years, 2 months ago
  8. 1b76d66 ssh: fix data race in dh group exchange sha256 by Lucas Bremgartner · 4 years, 2 months ago
  9. f7b0055 sha3: mark xorInUnaligned with go:nocheckptr by Bryan C. Mills · 4 years, 2 months ago
  10. 78000ba acme: make WaitAuthorization return authorization errors consistently by Andrew Louis · 4 years, 2 months ago
  11. 32487ec openpgp/packet: ensure that first partial packet is 512 bytes by Ian Lance Taylor · 4 years, 11 months ago
  12. 2aa609c chacha20,poly1305,chacha20poly1305: set consistent build tags by Filippo Valsorda · 4 years, 3 months ago
  13. eddbd5d chacha20: add SetCounter method by lukechampine · 4 years, 3 months ago
  14. 0f24fbd internal/wycheproof: add test for ChaCha20-Poly1305 AEAD encryption/decryption by Katie Hockman · 4 years, 3 months ago
  15. bac4c82 ssh: return an error for malformed ed25519 public keys rather than panic by Filippo Valsorda · 4 years, 2 months ago
  16. 1ad67e1 internal/wycheproof: add test for CBC decryption with PKCS#5 padding by Katie Hockman · 4 years, 2 months ago
  17. 1d94cc7 acme/autocert: remove unused listener struct field by Brad Fitzpatrick · 4 years, 2 months ago
  18. 86ce3cb acme/autocert: fix TLS-ALPN identifier in tests by Jason Baker · 4 years, 3 months ago
  19. 6ca56c2 acme: update TLS-ALPN identifier to the latest IANA assignment by Jason Baker · 4 years, 3 months ago
  20. ecb85df ssh/terminal: adjust ReadConsole rules on windows by Alex Brainman · 4 years, 3 months ago
  21. a95e85b ssh: support ECDSA private keys in OpenSSH format by Mariano Cano · 4 years, 3 months ago
  22. a0c6ece internal/wycheproof: add test for hkdf key extraction by Katie Hockman · 4 years, 3 months ago
  23. c9f3fb7 ssh: support encrypted OpenSSH private keys by Filippo Valsorda · 4 years, 5 months ago
  24. 69ecbb4 cryptobyte: fix panic due to malformed ASN.1 inputs on 32-bit archs by Filippo Valsorda · 4 years, 3 months ago release-branch.go1.14
  25. 530e935 openpgp/armor: allow armored PGP signature without a CRC by Katie Hockman · 4 years, 3 months ago
  26. 6d4e4cb ssh/terminal: stop using ENABLE_LINE_INPUT by Yasuhiro Matsumoto · 4 years, 4 months ago
  27. 61a8779 poly1305: drop broken arm assembly by Filippo Valsorda · 4 years, 4 months ago
  28. 5d647ca sha3: fix SHA-3 on s390x when using KIMD instruction by Michael Munday · 4 years, 4 months ago
  29. 53104e6 internal/wycheproof: skip failing test on 32-bit arm by Katie Hockman · 4 years, 4 months ago
  30. becbf70 nacl/box: support anonymous seal/open by Ben Toews · 4 years, 5 months ago
  31. e9b2fee internal/wycheproof: add Wycheproof tests for verifying signatures by Katie Hockman · 4 years, 5 months ago
  32. e7c4368 acme: expect standard ASN.1 signatures from ECDSA Client.Key by edef · 4 years, 5 months ago
  33. 0a08dad ssh: reject unencrypted keys from ParsePrivateKeyWithPassphrase by Filippo Valsorda · 4 years, 5 months ago
  34. 86a7050 ssh: add sk-ecdsa-sha2-nistp256 and sk-ed25519 by Sebastian Kinne · 4 years, 5 months ago
  35. b544559 ssh/agent: fix TestServerResponseTooLarge on Plan 9 by Fazlul Shahriar · 4 years, 5 months ago
  36. ac88ee7 ssh/agent: fix example by Filippo Valsorda · 4 years, 5 months ago
  37. 4f8c1d8 ssh/agent: clear the environment when starting ssh-agent in client_test by Bryan C. Mills · 4 years, 5 months ago
  38. 497ca9f ssh/test: fix test goroutine error handling by Lars Lehtonen · 4 years, 5 months ago
  39. e1110fd openpgp/elgamal: prevent bad key from causing panic in Decrypt by Katie Hockman · 4 years, 6 months ago
  40. 1665152 chacha20: implement XChaCha20 by Filippo Valsorda · 4 years, 10 months ago
  41. e082962 chacha20: expose internal/chacha20 package by Filippo Valsorda · 4 years, 10 months ago
  42. 9b708ad internal/chacha20: cache first round across XORKeyStream invocations by Filippo Valsorda · 4 years, 10 months ago
  43. 85e5e33 internal/chacha20: refactor for readability and consistency by Filippo Valsorda · 4 years, 10 months ago
  44. 2dbfe90 poly1305: rewrite the Go implementation with 64-bit limbs by Filippo Valsorda · 5 years ago
  45. bd318be pkcs12: fix dropped error by Lars Lehtonen · 4 years, 6 months ago
  46. 6e5058b ssh: fix dropped error by Lars Lehtonen · 4 years, 6 months ago
  47. 0a56756 acme/internal/acmeprobe: fix dropped error variable by Lars Lehtonen · 4 years, 6 months ago
  48. f4817d9 curve25519: implement new X25519 API and deprecate ScalarMult by Filippo Valsorda · 4 years, 6 months ago
  49. fe70532 curve25519: update package structure per golang.org/wiki/TargetSpecific by Filippo Valsorda · 4 years, 6 months ago
  50. ed6320f internal/chacha20: fix minor naming issue by Lynn Boger · 4 years, 6 months ago
  51. c7e5f84 sha3: align (*state).storage by Bryan C. Mills · 4 years, 6 months ago
  52. 8986dd9 acme/autocert: always pass AuthzURLs from AuthorizeOrder to deactivatePendingAuthz by Dmitri Shuralyov · 4 years, 6 months ago
  53. f83a468 go.mod: set go version by Bryan C. Mills · 4 years, 6 months ago
  54. 87dc89f acme/autocert: give tokensMu a better name by Alex Vaghin · 4 years, 7 months ago
  55. 0e8c3a9 acme/autocert: support ACME RFC 8555 by Alex Vaghin · 4 years, 7 months ago
  56. a950601 acme: update Directory URL to Let's Encrypt v2 by Alex Vaghin · 4 years, 7 months ago
  57. 1f99b0e acme: prevent discovery network roundtrips in tests by Alex Vaghin · 4 years, 7 months ago
  58. af544f3 internal/chacha20: improve chacha20 performance on ppc64le by Lynn Boger · 4 years, 7 months ago
  59. 34f6963 openpgp/packet: support crypto.Decrypter in EncryptedKey.Decrypt by Scott Ragan · 4 years, 7 months ago
  60. f9e2070 acme/internal: add a prober program by Alex Vaghin · 4 years, 8 months ago
  61. 4663e18 acme: update existing methods for RFC 8555 by Alex Vaghin · 4 years, 8 months ago
  62. 8834368 acme: implement new order-based issuance methods by Alex Vaghin · 4 years, 8 months ago
  63. a832865 acme: support RFC 8555 account management by Alex Vaghin · 4 years, 8 months ago
  64. cea2066 Revert "ssh/terminal: account for win32 api changes" by Brad Fitzpatrick · 4 years, 7 months ago
  65. fa1a291 acme: add KID variant to jwsEncodeJSON by Alex Vaghin · 4 years, 8 months ago
  66. 2682ddc acme: fetch fresh nonces from newNonce resource by Alex Vaghin · 4 years, 8 months ago
  67. 2afe7c4 acme: add support for RFC8555 compliant discovery by x1ddos · 4 years, 8 months ago
  68. 9ee001b ssh/terminal: account for win32 api changes by Jason A. Donenfeld · 4 years, 7 months ago
  69. 227b76d acme/autocert: remove tls-sni-xx challenge support by Alex Vaghin · 4 years, 8 months ago
  70. 094676d ssh: drop dh-group1-sha1 from default key exchanges by Eric Brown · 6 years ago
  71. 71b5226 sha3: add a space before +build in build tag comments by Tobias Klauser · 4 years, 8 months ago
  72. 9756ffd ssh/test: delete TestInvalidTerminalMode by Michael Hudson-Doyle · 4 years, 8 months ago
  73. 60c769a acme/autocert: remove tempfile after dircache write failed by yuanhh · 4 years, 8 months ago
  74. 4def268 ssh: skip testHandshakeErrorHandlingN on js/wasm by Agniva De Sarker · 4 years, 10 months ago
  75. cc06ce4 acme: send User-Agent and add Client.UserAgent by Filippo Valsorda · 4 years, 10 months ago
  76. ea8f1a3 ed25519: turn into a wrapper for crypto/ed25519 beginning with Go 1.13 by Filippo Valsorda · 4 years, 10 months ago
  77. 57b3e21 ssh: add diffie-hellman-group-exchange-sha256 by Lucas Bremgartner · 5 years ago
  78. 5c40567 internal/chacha20: fix variable naming by Carlos Eduardo Seo · 4 years, 11 months ago
  79. f99c8df poly1305: improve performance with asm for ppc64le by Lynn Boger · 5 years ago
  80. 20be4c3 internal/chacha20: improve performance for ppc64le by Carlos Eduardo Seo · 5 years ago
  81. 22d7a77 sha3: fix bug in cSHAKE Clone() by Conrado P. L. Gouvea · 5 years ago
  82. cbcb750 ssh/gss: support kerberos authentication for ssh server and client by yanweizhi · 5 years ago
  83. e1dfcc5 openpgp: replace "currentTime" with "creationTime" as appropriate by Matthew Dempsky · 5 years ago
  84. a29dc8f scrypt: use math.bits rotate functions instead of ad-hoc implementation by Udalov Max · 5 years ago
  85. f162ad8 ssh/test: add port for aix/ppc64 by chigotc · 5 years ago
  86. c05e17b openpgp/clearsign: reject potentially misleading headers and messages by Filippo Valsorda · 5 years ago
  87. d864b10 blake2s: use math.bits rotate functions instead of ad-hoc implementation by Udalov Max · 5 years ago
  88. f856061 acme/autocert: make host of TLS certificate to be obtained always Punycode by Aofei Sheng · 5 years ago
  89. af44ce2 blake2b: use math.bits rotate functions instead of ad-hoc implementations by Udalov Max · 5 years ago
  90. df01cb2 ssh: invert algorithm choices on the server by Han-Wen Nienhuys · 5 years ago
  91. b43e412 ssh/test: skip test on js/wasm by Tobias Klauser · 5 years ago
  92. f416eba sha3: add cSHAKE support by Kris Kwiatkowski · 6 years ago
  93. 92d88b0 all: change the old assembly style AX:CX to CX, AX by Neven Sajko · 5 years ago
  94. 88737f5 ssh/test: use t.Run for MAC/kex/pubkey tests by Han-Wen Nienhuys · 5 years ago
  95. e7b772b ssh: print server exit reason in tests by Han-Wen Nienhuys · 5 years ago
  96. 9732e03 ssh: add packetTypeNames map for better debug info by Han-Wen Nienhuys · 5 years ago
  97. d99183c ssh: rename ExampleHostKeyCheck to ExampleClientConfig_HostKeyCallback by Han-Wen Nienhuys · 5 years ago
  98. 184a689 ssh: remove testing.T from ExampleRetryableAuthMethod by Han-Wen Nienhuys · 5 years ago
  99. 457ee04 ssh: rename methods in packetCipher interface by Han-Wen Nienhuys · 5 years ago
  100. 38d8ce5 ssh/test: skip test to fix build on solaris and aix by Brad Fitzpatrick · 5 years ago