1. a9ecc67 blake2s: remove NOSPLIT from asm functions by Austin Clements · 8 years ago
  2. 77e8044 sha3: fix SP adjustment by Austin Clements · 8 years ago
  3. 1705134 salsa20/salsa: eliminate unnecessary "callee save" prologue/epilogue by Austin Clements · 8 years ago
  4. a0819bb salsa20/salsa: hide SP alignment from spadj by Austin Clements · 8 years ago
  5. e67f5ec blake2b: use proper Go frame sizes by Austin Clements · 8 years ago
  6. 5953a47 blake2s: use proper Go frame sizes by Austin Clements · 8 years ago
  7. f620851 curve25519: eliminate unnecessary "callee save" prologues by Austin Clements · 8 years ago
  8. 722a7b7 curve25519: fix confusing SP adjustments by Austin Clements · 8 years ago
  9. 3ded668 poly1305: enable assembly for ARM in Go 1.6. by Adam Langley · 8 years ago
  10. dec8741 poly1305: fix stack handling in sum_arm.s by Adam Langley · 8 years ago
  11. c367d6e blake2s,blake2b: fix typo in package doc by Andreas Auernhammer · 8 years ago
  12. 9e9c7d4 blake2b: new package by Andreas Auernhammer · 8 years ago
  13. 14f9af6 chacha20poly1305: scope assembly constants by Adam Langley · 8 years ago
  14. cdcb58c poly1305: fix NaCl build. by Adam Langley · 8 years ago
  15. 4428aee blake2s: new package by Andreas Auernhammer · 8 years ago
  16. 5f4e837 chacha20poly1305: fix amd64 assembly - replace PINSRB and PEXTRQ by Andreas Auernhammer · 8 years ago
  17. 1ed0c38 chacha20poly1305: clarify the correct attribution for the AMD64 assembly. by Adam Langley · 8 years ago
  18. 6bcc376 chacha20poly1305: clarify the correct attribution for the AMD64 assembly. by Adam Langley · 8 years ago
  19. 5f31782 poly1305, chacha20poly1305: fix build for Go 1.6 by Brad Fitzpatrick · 8 years ago
  20. 85ce60f poly1305: fix build by Brad Fitzpatrick · 8 years ago
  21. 4cd25d6 crypto/ssh: fix comment for ssh.NewPublicKey by Dmitry Savintsev · 9 years ago
  22. 594708b chacha20poly1305: new package. by Adam Langley · 8 years ago
  23. a81735b poly1305: rename files to sum_𝑥.s by Adam Langley · 8 years ago
  24. 1265e01 poly1305: minor updates. by Adam Langley · 8 years ago
  25. dc7f3af ssh: bound DH public values to [2, p-2]. by Adam Langley · 8 years ago
  26. d172538 x/crypto/ocsp: Accept status for multiple certificates in response by Paul van Brouwershaven · 10 years ago
  27. 0e69e08 ocsp: add Request.Marshal method by Roland Shoemaker · 9 years ago
  28. 7682e7e poly1305: add test for carry edge-case. by Adam Langley · 8 years ago
  29. 00c1479 x/crypto/openpgp: support crypto.Signer private keys by Samuele Pedroni · 9 years ago
  30. 69267d2 ssh: add CryptoPublicKey interface, expose underlying crypto.PublicKey by Martin Garton · 9 years ago
  31. 2cbd8ea ssh: fix height/width order in RequestPty example by Henrik Hodne · 9 years ago
  32. bde08f2 x/crypto/ssh: public key authentication example by Emmanuel Odeke · 8 years ago
  33. 484eb34 ssh: Consistent error handling in examples by Mike Houston · 9 years ago
  34. a19fa44 ssh/terminal: implement ReadPassword and IsTerminal by Fazal Majid · 9 years ago
  35. 84e98f4 poly1305: fix bug in amd64 assembly by Andreas Auernhammer · 8 years ago
  36. 568507f x/crypto/poly1305: optimize amd64 assembly performance by Andreas Auernhammer · 8 years ago
  37. a20de3f x/crypto/ssh: ParsePrivateKey errors out with encrypted private keys by Emmanuel Odeke · 8 years ago
  38. 7ac97eb openpgp: fix a typo in a comment by Alok Menghrajani · 8 years ago
  39. 8e06e8d x/crypto/ssh/agent: honor constraints on keys in the keyring. by Peter Moody · 9 years ago
  40. 6ab629b ssh: properly handle wrong guess for FirstKexFollows in server by Kaleb Elwert · 8 years ago
  41. 81372b2 acme/autocert: cache ACME account key by Jonathan Rudenberg · 9 years ago
  42. 119f508 opengpg: set SelfSignature.PreferredHash in NewEntity by Jessica Frazelle · 9 years ago
  43. 80b25ed crypto/sha3: use the assembly optimized KeccakF on amd64 by Péter Szilágyi · 9 years ago
  44. e311231 acme: add WithTemplate option for tls-sni certs by Alex Vaghin · 9 years ago
  45. 0e31b18 acme/autocert: use ECDSA P-256 for account key and issued certs by Jonathan Rudenberg · 9 years ago
  46. aa2481c scrypt: fix broken example in documentation by Sam Whited · 9 years ago
  47. 05d11b2 acme/autocert: make tests more well-behaved by Alex Vaghin · 9 years ago
  48. f944096 acme: implement authorization revocation by Alex Vaghin · 9 years ago
  49. 6318898 crypto/openpgp: return error from userIdSignatureHash by Reinaldo de Souza Jr · 9 years ago
  50. 9e59015 acme/autocert: fix data race in tests by Brad Fitzpatrick · 9 years ago
  51. f160b6b acme/autocert: support earlier versions of Go by Alex Vaghin · 9 years ago
  52. dfc9fd3 acme/autocert: correct acme package import by Alex Vaghin · 9 years ago
  53. d3c1194 acme: expose internal/acme as acme package by Alex Vaghin · 9 years ago
  54. 33b4182 acme/autocert: implement certificates renewal by Alex Vaghin · 9 years ago
  55. 055d4bf nacl/secretbox: add license header and package prefix by Kevin Burke · 9 years ago
  56. b13fc1f acme: take a user provided key in TLSSNIxChallengeCert by Alex Vaghin · 9 years ago
  57. 351dc6a acme: add client.DNS01ChallengeRecord by Alex Vaghin · 9 years ago
  58. 986d331 crypto/ssh: keep user in ConnMetadata if NoClientAuth is used by Sven Blumenstein · 9 years ago
  59. b35ccbc acme: add Client.WaitAuthorization for polling by Alex Vaghin · 9 years ago
  60. 1ba5ec0 acme: add StatusValid to expected values for Authorize by Alex Vaghin · 9 years ago
  61. 7e016f1 acme: use EC keys where possible by Alex Vaghin · 9 years ago
  62. 3461a68 acme: add support for ECDSA-based signatures by Alex Vaghin · 9 years ago
  63. b3cc731 acme/autocert: replace DNSNames with HostPolicy by Alex Vaghin · 9 years ago
  64. 88d0005 nacl: use HTTPS for nacl.cr.yp.to links by Kevin Burke · 9 years ago
  65. 9fbab14 acme: add Client.RevokeCert for certificate revocation by Alex Vaghin · 9 years ago
  66. a8a4eed acme/autocert: improve test speed on 386 by Alex Vaghin · 9 years ago
  67. 1f83de1 acme: improve http-01 challenge API by Alex Vaghin · 9 years ago
  68. f0e11a3 acme/autocert: new high-level package for automatic cert management by Alex Vaghin · 9 years ago
  69. 1ce41b6 nacl/secretbox: add Seal, Open example by Kevin Burke · 9 years ago
  70. 807ffea acme: context-aware Client methods by Alex Vaghin · 9 years ago
  71. 6575f7e acme: build up full chain certs when requested by Alex Vaghin · 9 years ago
  72. a548aac acme: format Client and errors by Alex Vaghin · 9 years ago
  73. 6c932297 acme: preserve account URI on get and update by Alex Vaghin · 9 years ago
  74. 595bbbd acme: improve TLSSNI{01,02}ChallengeCert methods by Alex Vaghin · 9 years ago
  75. 5f961cd acme: simplify TLS-SNI challenge cert by Alex Vaghin · 9 years ago
  76. e0d166c acme: support for ECDSA keys by Anmol Sethi · 9 years ago
  77. 7a1054f acme: TLS-SNI challenges implementation by Alex Vaghin · 9 years ago
  78. 611beeb acme: specify which version exactly is implemented by Alex Vaghin · 9 years ago
  79. bc89c49 ssh: clarify error type if a SendRequest goes unanswered by Han-Wen Nienhuys · 9 years ago
  80. 911fafb x/crypto/ssh/terminal: have MakeRaw mirror cfmakeraw. by Faiyaz Ahmed · 9 years ago
  81. f28b564 ssh: disable known-flaky test from the Go build dashboard by Brad Fitzpatrick · 9 years ago
  82. 10c2674 x/crypto/ssh: add ed25519 certs to supportedHostKeyAlgos by Peter Moody · 9 years ago
  83. 1da79bd acme: prompt for terms agreement by Alex Vaghin · 9 years ago
  84. 2c99acd ocsp: fix default value of Version in ResponseData by Fedor Indutny · 9 years ago
  85. 9a6bac9 x/crypto/ssh/agent: ecdsa key/cert typo by Peter Moody · 9 years ago
  86. c2f4947 acme: default values and discovery by Alex Vaghin · 9 years ago
  87. d81fdb7 x/crypto/ssh: handle missing exit status more gracefully. by Han-Wen Nienhuys · 9 years ago
  88. 077efaa x/crypto: fix typos by Martin Hamrle · 9 years ago
  89. cd884d3 x/crypto/ssh: use BigEndian.Uint32 for decoding exit status. by Han-Wen Nienhuys · 9 years ago
  90. 0c565bf x/crypto/ssh: Add support for retryable authentication by Jamie Beverly · 9 years ago
  91. 811831d agent: add agent server support for ed25519 keys. by Peter Moody · 9 years ago
  92. f3241ce crypto/ssh: minor comment change (trivial) by Dmitry Savintsev · 9 years ago
  93. 77f4136 go.crypto/blowfish: fix typo in docstring in cipher.go by Joe Farrell · 9 years ago
  94. 89d9e62 x/crypto/ssh: set constraints when adding certs to the agent by Niall Sheridan · 9 years ago
  95. 5bcd134 ssh: allow adding ed25519 keys to the agent by Niall Sheridan · 9 years ago
  96. 0a4e4d4 x/crypto/ssh: return msgNewKeys for a short-circuited first kex. by Han-Wen Nienhuys · 9 years ago
  97. b6789ab x/crypto/ssh: add 3des-cbc as a non-default cipher by Sam Hug · 9 years ago
  98. 1e61df8 x/crypto/ssh: add support for ed25519 keys by Martin Garton · 9 years ago
  99. b76c864 x/crypto/ssh: hide msgNewKeys in the transport layer. by Han-Wen Nienhuys · 9 years ago
  100. 91ab96a ssh: fix compatibility with recent OpenSSH by Martin Garton · 9 years ago