1. a674c63 Revert "crypto/internal/nistec: refactor scalar multiplication" by Filippo Valsorda · 1 year, 7 months ago
  2. 6f7824f crypto/internal/bigmod: don't panic on NewModulusFromBig(0) by Roland Shoemaker · 1 year, 8 months ago
  3. 1079e57 crypto/rsa,crypto/internal/bigmod: optimized short exponentiations by Filippo Valsorda · 1 year, 8 months ago
  4. 7d96475 crypto/internal/bigmod: switch to saturated limbs by Filippo Valsorda · 1 year, 11 months ago
  5. 129b597 Revert "crypto/sha1: add WriteString and WriteByte method" by Ian Lance Taylor · 1 year, 8 months ago
  6. 82629da Revert "crypto/sha256: add WriteString and WriteByte method" by Ian Lance Taylor · 1 year, 8 months ago
  7. 5b09a28 Revert "crypto/sha512: add WriteString and WriteByte method" by Ian Lance Taylor · 1 year, 8 months ago
  8. 3c59639 crypto/sha512: add WriteString and WriteByte method by Ian Lance Taylor · 1 year, 9 months ago
  9. 6c1792d crypto/sha1: add WriteString and WriteByte method by Ian Lance Taylor · 1 year, 9 months ago
  10. bb079ef crypto/sha256: add WriteString and WriteByte method by Ian Lance Taylor · 1 year, 9 months ago
  11. 9d35ebb std: fix various nilness findings by Alan Donovan · 1 year, 9 months ago
  12. 5a962bf crypto/internal/nistec: update generator for re-enabled s390x asm by Ian Lance Taylor · 1 year, 9 months ago
  13. d8d2266 all: fix misuses of "a" vs "an" by cui fliter · 1 year, 9 months ago
  14. b0dfcb7 all: replace leading spaces with tabs in assembly by Michael Pratt · 1 year, 10 months ago
  15. 778627f crypto/internal/nistec: refactor scalar multiplication by Filippo Valsorda · 1 year, 11 months ago
  16. 203e59a crypto/internal/nistec: reduce P-256 scalar by Filippo Valsorda · 1 year, 11 months ago
  17. ed370d8 crypto/internal/bigmod: flag amd64 assembly as noescape by Filippo Valsorda · 2 years ago
  18. 712c009 crypto/internal/edwards25519: reduce Point size by reordering fields by Jorropo · 1 year, 11 months ago
  19. dbfdc44 all: fix problematic comments by cui fliter · 2 years ago
  20. f2a2600 all: give nested modules fully-qualified names by Michael Pratt · 2 years ago
  21. b419db6 all: fix typos in go file comments by Marcel Meyer · 2 years ago
  22. 4e7c838 crypto/internal/boring: add dev.boringcrypto README.md text by Russ Cox · 2 years ago
  23. 6a72514 crypto/internal/boring: tolerate empty ECDSA signatures by Filippo Valsorda · 2 years, 2 months ago
  24. 335e7647 crypto/internal/bigmod: add amd64 assembly core by Filippo Valsorda · 2 years, 2 months ago
  25. 08f2091 crypto/ecdsa: use bigmod and nistec instead of math/big and crypto/elliptic by Filippo Valsorda · 2 years, 2 months ago
  26. d7812ab crypto/internal/bigmod: move nat implementation out of crypto/rsa by Filippo Valsorda · 2 years, 2 months ago
  27. b2faff1 all: add missing periods in comments by cui fliter · 2 years, 2 months ago
  28. d62f8d5 crypto/ecdh: add boringcrypto support by Russ Cox · 2 years, 5 months ago
  29. eca7754 crypto/internal/edwards25519: replace scalar field with fiat-crypto by Filippo Valsorda · 2 years, 5 months ago
  30. e48fc26 crypto: allow hash.Hash for OAEP and MGF1 to be specified independently by Aleks Rudzitis · 2 years, 6 months ago
  31. 1c05968 all: fix comment typos by Dan Kortschak · 2 years, 2 months ago
  32. 56fb2cff crypto: use bytes.Clone by cuiweixie · 2 years, 3 months ago
  33. 61ed6d5 crypto/rsa,crypto/internal/boring: fix PSS salt handling by Roland Shoemaker · 2 years, 4 months ago
  34. 1f8e94e crypto/internal/boring/fipstls: convert required to atomic type by cuiweixie · 2 years, 5 months ago
  35. 39ec97d crypto/internal/boring: update to newer boringcrypto, add arm64 by Russ Cox · 2 years, 5 months ago
  36. b30ba3d crypto/internal/boring/bcache: make Cache type-safe using generics by Russ Cox · 2 years, 5 months ago
  37. 90466e1 crypto/internal/subtle: rename to crypto/internal/alias by Russ Cox · 2 years, 5 months ago
  38. a5cd894 crypto/ecdh,crypto/internal/nistec: enable pruning of unused curves by Filippo Valsorda · 2 years, 9 months ago
  39. d88d91e crypto/ecdh: new package by Filippo Valsorda · 2 years, 9 months ago
  40. a292b39 internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff by Cuong Manh Le · 2 years, 5 months ago
  41. 176b63e crypto/internal/nistec,debug/gosym: fix typos by Dan Kortschak · 2 years, 6 months ago
  42. 8f9bfa9 crypto/internal/boring: factor Cache into crypto/internal/boring/bcache by Russ Cox · 2 years, 8 months ago
  43. ea5d7cb all: boringcrypto post-merge cleanup by Russ Cox · 2 years, 8 months ago
  44. d63865b crypto/internal/nistec: re-enable s390x asm for P-256 by pooja shyamsundar · 2 years, 8 months ago
  45. f99511d crypto/internal/nistec: re-enable ppc64le asm for P-256 by Lynn Boger · 2 years, 9 months ago
  46. 7c74b0d crypto/ed25519/internal/edwards25519: move to crypto/internal/edwards25519 by Filippo Valsorda · 2 years, 9 months ago
  47. 52de401 crypto/elliptic/internal/nistec: move to crypto/internal/nistec by Filippo Valsorda · 2 years, 9 months ago
  48. fa603aa crypto/internal/boring: avoid false positive in cgo pointer check in SHA calls by Russ Cox · 2 years, 8 months ago
  49. e845f57 [dev.boringcrypto] crypto/ecdsa, crypto/rsa: use boring.Cache by Russ Cox · 2 years, 9 months ago
  50. a840bf8 [dev.boringcrypto] crypto/internal/boring: add GC-aware cache by Russ Cox · 2 years, 9 months ago
  51. 0184fe5 [dev.boringcrypto] crypto/x509: remove VerifyOptions.IsBoring by Russ Cox · 2 years, 9 months ago
  52. 9e9c7a0 [dev.boringcrypto] crypto/..., go/build: align deps test with standard rules by Russ Cox · 2 years, 9 months ago
  53. 0ec0828 [dev.boringcrypto] crypto/internal/boring: make SHA calls allocation-free by Russ Cox · 2 years, 9 months ago
  54. 3cb10d1 [dev.boringcrypto] crypto/internal/boring: avoid allocation in big.Int conversion by Russ Cox · 2 years, 9 months ago
  55. f4c0f42 [dev.boringcrypto] all: add boringcrypto build tags by Russ Cox · 2 years, 9 months ago
  56. d1405d7 [dev.boringcrypto] crypto/internal/boring: update build instructions to use podman by Russ Cox · 2 years, 10 months ago
  57. 21fa0b2 [dev.boringcrypto] crypto/internal/boring: add -pthread linker flag by Cherry Mui · 3 years, 1 month ago
  58. ed07c49 [dev.boringcrypto] all: merge master into dev.boringcrypto by Roland Shoemaker · 3 years, 2 months ago
  59. 69d5e46 [dev.boringcrypto] all: convert +build to //go:build lines in boring-specific files by Russ Cox · 3 years, 2 months ago
  60. f229e70 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) by Russ Cox · 3 years, 5 months ago
  61. ed1f812 [dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcrypto by Filippo Valsorda · 3 years, 8 months ago
  62. d4b2638 all: go fmt std cmd (but revert vendor) by Russ Cox · 3 years, 11 months ago
  63. 0d34d85 [dev.boringcrypto] crypto/internal/boring: remove .llvm_addrsig section by Filippo Valsorda · 4 years ago
  64. f42bd50 [dev.boringcrypto] crypto/internal/boring: update BoringCrypto module to certificate 3678 by Filippo Valsorda · 4 years, 3 months ago
  65. 36c94f8 [dev.boringcrypto] crypto/internal/boring: reject short signatures in VerifyRSAPKCS1v15 by Filippo Valsorda · 4 years, 9 months ago
  66. 79284c2 [dev.boringcrypto] crypto/internal/boring: make accesses to RSA types with finalizers safer by Filippo Valsorda · 4 years, 10 months ago
  67. 6c64b18 [dev.boringcrypto] crypto/internal/boring: update BoringCrypto module to certificate 3318 by Filippo Valsorda · 5 years ago
  68. 693875e [dev.boringcrypto] crypto/internal/boring: avoid an allocation in AES-GCM Seal and Open by Filippo Valsorda · 6 years ago
  69. 7eb1677 [dev.boringcrypto] crypto/internal/boring: fix aesCipher implementation of gcmAble by Filippo Valsorda · 6 years ago
  70. 77db076 [dev.boringcrypto] all: merge master into dev.boringcrypto by Filippo Valsorda · 7 years ago
  71. 75d15a2 crypto: panic on illegal input and output overlap by Filippo Valsorda · 7 years ago
  72. a4b7722 [dev.boringcrypto] all: merge master into dev.boringcrypto by Filippo Valsorda · 7 years ago
  73. 6269dcd crypto: randomly read an extra byte of randomness in some places. by Adam Langley · 7 years ago
  74. 3d9a6ac [dev.boringcrypto] all: merge master into dev.boringcrypto by Filippo Valsorda · 7 years ago
  75. 3e52f22 [dev.boringcrypto] crypto/internal/boring: add MarshalBinary/UnmarshalBinary to hashes by Russ Cox · 7 years ago
  76. 3ed08db [dev.boringcrypto] crypto/tls/fipsonly: new package to force FIPS-allowed TLS settings by Russ Cox · 7 years ago
  77. 2ba7615 [dev.boringcrypto] crypto/internal/boring: fix finalizer-induced crashes by Russ Cox · 7 years ago
  78. 9f025cb [dev.boringcrypto] crypto/internal/boring: fall back to standard crypto when using -msan by Russ Cox · 7 years ago
  79. 89ba9e3 [dev.boringcrypto] crypto/aes: panic on invalid dst, src overlap by Russ Cox · 7 years ago
  80. aa4a4a8 [dev.boringcrypto] crypto/internal/boring: fix detection of tests to allow *.test and *_test by Russ Cox · 7 years ago
  81. 8fa8f42 [dev.boringcrypto] crypto/internal/boring: allow hmac operations after Sum by Russ Cox · 7 years ago
  82. 07f6ce9 [dev.boringcrypto] crypto/internal/boring: handle RSA verification of short signatures by Russ Cox · 7 years ago
  83. f6358bd [dev.boringcrypto] crypto/internal/boring: fix NewHMAC with empty key by Russ Cox · 7 years ago
  84. 9c307d8 [dev.boringcrypto] crypto/internal/cipherhw: fix AESGCMSupport for BoringCrypto by Russ Cox · 7 years ago
  85. 94fb822 [dev.boringcrypto] crypto/internal/boring: disable for android & non-cgo builds by Russ Cox · 7 years ago
  86. 7ff9fcaf [dev.boringcrypto] crypto/internal/boring: clear "executable stack" bit from syso by Russ Cox · 7 years ago
  87. 7e9e3a0 [dev.boringcrypto] crypto/rsa: use BoringCrypto by Russ Cox · 7 years ago
  88. b1f201e [dev.boringcrypto] crypto/ecdsa: use BoringCrypto by Russ Cox · 7 years ago
  89. 335a0f8 [dev.boringcrypto] crypto/aes: implement TLS-specific AES-GCM mode from BoringCrypto by Russ Cox · 7 years ago
  90. 8d05ec9 [dev.boringcrypto] crypto/aes: use BoringCrypto by Russ Cox · 7 years ago
  91. 74e33c4 [dev.boringcrypto] crypto/hmac: use BoringCrypto by Russ Cox · 7 years ago
  92. 96d6718 [dev.boringcrypto] crypto/sha1,sha256,sha512: use BoringCrypto by Russ Cox · 7 years ago
  93. fe02ba3 [dev.boringcrypto] crypto/rand: use BoringCrypto by Russ Cox · 7 years ago
  94. 6e70f88 [dev.boringcrypto] crypto/internal/boring: add initial BoringCrypto access by Russ Cox · 7 years ago
  95. a9ce0f9 crypto/{cipher,tls,internal/cryptohw}: prioritise AES-GCM when hardware support is present. by Adam Langley · 8 years ago