Jay Taylor's notes

back to listing index

Log - dev.boringcrypto - go - Git at Google

[web search]
Original source (go.googlesource.com)
Tags: security golang go cryptography boringcrypto fips go.googlesource.com
Clipped on: 2022-12-10

go / go / dev.boringcrypto
  1. 6f12eb2 [dev.boringcrypto] misc/boring: add new releases to RELEASES file by Heschi Kreinick · 3 days ago dev.boringcrypto
  2. 40eb219 [dev.boringcrypto] misc/boring: add new releases to RELEASES file by Matthew Dempsky · 5 weeks ago
  3. 34a363c [dev.boringcrypto] misc/boring: add new releases to RELEASES file by Carlos Amedee · 10 weeks ago
  4. 0ced72f [dev.boringcrypto] misc/boring: add new releases to RELEASES file by Michael Anthony Knyszek · 3 months ago
  5. 418403e [dev.boringcrypto] misc/boring: add new releases to RELEASES file by Dmitri Shuralyov · 4 months ago
  6. 6124650 [dev.boringcrypto] misc/boring: add new releases to RELEASES file by Michael Anthony Knyszek · 5 months ago
  7. e1425b3 [dev.boringcrypto] misc/boring: add new releases to RELEASES file by Dmitri Shuralyov · 6 months ago
  8. e52cc9d [dev.boringcrypto] misc/boring: add new releases to RELEASES file by Heschi Kreinick · 7 months ago
  9. 2fb6bf8 [dev.boringcrypto] README.boringcrypto.md: add note about the demise of the branch by Russ Cox · 7 months ago
  10. cdcb4b6 [dev.boringcrypto] cmd/compile: remove the awful boringcrypto kludge by Russ Cox · 8 months ago
  11. e845f57 [dev.boringcrypto] crypto/ecdsa, crypto/rsa: use boring.Cache by Russ Cox · 8 months ago
  12. a840bf8 [dev.boringcrypto] crypto/internal/boring: add GC-aware cache by Russ Cox · 8 months ago
  13. 0184fe5 [dev.boringcrypto] crypto/x509: remove VerifyOptions.IsBoring by Russ Cox · 8 months ago
  14. 9e9c7a0 [dev.boringcrypto] crypto/..., go/build: align deps test with standard rules by Russ Cox · 8 months ago
  15. 0ec0828 [dev.boringcrypto] crypto/internal/boring: make SHA calls allocation-free by Russ Cox · 8 months ago
  16. 3cb10d1 [dev.boringcrypto] crypto/internal/boring: avoid allocation in big.Int conversion by Russ Cox · 8 months ago
  17. 509776b [dev.boringcrypto] cmd/dist: default to use of boringcrypto by Russ Cox · 8 months ago
  18. f4c0f42 [dev.boringcrypto] all: add boringcrypto build tags by Russ Cox · 8 months ago
  19. 1f0547c [dev.boringcrypto] cmd/go: pass dependency syso to cgo too by Russ Cox · 8 months ago
  20. e540750 [dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256 by Russ Cox · 8 months ago
  21. fe006d6 [dev.boringcrypto] cmd/internal/notsha256: add new package by Russ Cox · 8 months ago
  22. ec7f516 [dev.boringcrypto] all: merge master into dev.boringcrypto by Chressie Himpel · 8 months ago
  23. f0ee7fd crypto/tls: remove tls10default GODEBUG flag by Filippo Valsorda · 8 months ago
  24. 0b5218c crypto/elliptic: split up P-256 field and group ops by Filippo Valsorda · 9 months ago
  25. f0c0e0f crypto/elliptic: inline marshaling into nistec pointFromAffine by Filippo Valsorda · 10 months ago
  26. 83ff0b0 crypto/elliptic: use generics for nistec-based curves by Filippo Valsorda · 1 year, 1 month ago
  27. 6796a79 crypto/elliptic: refactor package structure by Filippo Valsorda · 1 year, 1 month ago
  28. 24b5703 time: document hhmmss formats by cuiweixie · 8 months ago
  29. 68b655f runtime: disable windowed Smhasher test on 32-bit systems by Keith Randall · 8 months ago
  30. d29f524 runtime: refactor the scavenger and make it testable by Michael Anthony Knyszek · 10 months ago
  31. d8cf224 runtime: disable idle mark workers with at least one dedicated worker by Michael Anthony Knyszek · 9 months ago
  32. 13b18ec runtime: move scheduling decisions by schedule into findrunnable by Michael Anthony Knyszek · 9 months ago
  33. e1b5f34 runtime: reduce max idle mark workers during periodic GC cycles by Michael Anthony Knyszek · 9 months ago
  34. 226346b runtime: yield instead of sleeping in runqgrab on OpenBSD by Michael Anthony Knyszek · 8 months ago
  35. 79db59de runtime: make alloc count metrics truly monotonic by Michael Anthony Knyszek · 11 months ago
  36. a0f77e5 SECURITY.md: replace golang.org with go.dev by Hana · 8 months ago
  37. ba7f3d9 runtime: use ABIInternal for most calls to sigtrampgo by Michael Pratt · 9 months ago
  38. 06b0a65 net: skip TestDialCancel on darwin-arm64 by Heschi Kreinick · 8 months ago
  39. e357634 README.md: update wiki link by Hana · 8 months ago
  40. 7b31af0 os/exec: use a TestMain to avoid hijacking stdout for helper commands by Bryan C. Mills · 8 months ago
  41. ad5eaa8 os/exec: make skipStdinCopyError a function instead of a variable by Bryan C. Mills · 8 months ago
  42. 17d7983 time: fix quickcheck test to avoid wraparounds by Russ Cox · 8 months ago
  43. 09ada1a cmd/compile/internal/syntax: parser to accept ~x as unary expression by Robert Griesemer · 8 months ago
  44. e845750 cmd/compile: fix the missing size for FuncInfoSym by zhouguangyuan · 8 months ago
  45. a5d61be net/http: add MaxBytesError by Carl Johnson · 9 months ago
  46. 892cd0b reflect: support Len and Cap on pointer-to-array Value by cuiweixie · 8 months ago
  47. 35f2aba os: skip TestRemoveAllRace on dragonfly by Bryan C. Mills · 8 months ago
  48. 22a00f2 os/exec: in TestImplicitPWD, explicitly request the logical path by Bryan C. Mills · 8 months ago
  49. 415e3fd slices: use !{{Less}} instead of {{GreaterOrEqual}} by 张云浩 · 8 months ago
  50. 60178e6 cmd/dist: add maymorestack tests by Austin Clements · 1 year, 1 month ago
  51. 8619d3b runtime: fix stack-move sensitivity in some tests by Austin Clements · 8 months ago
  52. 12763d1 cmd/compile: align table by Park Zhou · 10 months ago
  53. 94f25ec debug/pe: fix off by one error in valid symbol index test by Than McIntosh · 8 months ago
  54. 6b1d9ae crypto/ed25519: test fixup by Than McIntosh · 8 months ago
  55. 8140a60 go/types, types2: add loong64 to gcArchSizes by Robert Findley · 8 months ago
  56. 96c8cc7 runtime: add ABIInternal to strhash and memhash on riscv64 by Meng Zhuo · 1 year, 1 month ago
  57. e6dfdbd os: use a lower file count for TestOpenFileLimit on openbsd by Joel Sing · 8 months ago
  58. 9717e8f runtime: support for debugger function calls on linux/arm64 by eric fang · 9 months ago
  59. 7c68097 runtime/race: add s390x .syso file by Keith Randall · 8 months ago
  60. 0bf545e regexp/syntax: rename ErrInvalidDepth to ErrNestingDepth by Ian Lance Taylor · 8 months ago
  61. 8e1a9c3 net: eliminate a deadlock on the failure path in TestNotTemporaryRead by Bryan C. Mills · 8 months ago
  62. ca6fd39 [dev.boringcrypto] misc/boring: skip long tests during build.release by Heschi Kreinick · 8 months ago
  63. 3e73241 runtime/internal/syscall: use ABIInternal for Syscall6 on amd64 by Michael Pratt · 8 months ago
  64. 808d40d syscall: define Syscall6 in terms of RawSyscall6 on linux by Michael Pratt · 10 months ago
  65. 534a911 runtime: skip TestNoShrinkStackWhileParking on openbsd by Dmitri Shuralyov · 8 months ago
  66. 3227501 go/types: use error_.errorf for reporting related error information by Robert Findley · 8 months ago
  67. 65d7345 go/types: introduce the error_ type to match types2 by Robert Findley · 8 months ago
  68. 1899472 go/types: remove unnecessary indirection when reporting errors by Robert Findley · 8 months ago
  69. 507b70d Revert "cmd/compile: enable Asan check for global variables" by Bryan Mills · 8 months ago
  70. 440c931 Revert "net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9" by Bryan Mills · 8 months ago
  71. 78fb1d0 internal/bytealg: optimize cmpbody for ppc64le/ppc64 by Archana R · 1 year, 1 month ago
  72. 1e59876 cmd/compile: enable Asan check for global variables by fanzha02 · 1 year, 8 months ago
  73. be1d738 internal/bytealg: port bytealg functions to reg ABI on riscv64 by Meng Zhuo · 9 months ago
  74. bf19163 runtime/cgo: remove stdlib.h warning workaround on darwin by Bryan C. Mills · 1 year ago
  75. c9031a4 net/netip: fix Addr.Unmap reference in Addr.Is4 godoc comment by Tobias Klauser · 8 months ago
  76. 575fd88 regexp: change ErrInvalidDepth message to match proposal by Ian Lance Taylor · 8 months ago
  77. c510cd9 net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9 by Brad Fitzpatrick · 8 months ago
  78. 67d6be1 reflect: make more Value methods inlineable by Joe Tsai · 8 months ago
  79. 3c29aca cmd/compile: Unify & improve struct comparisons by Derek Parker · 8 months ago
  80. 555bed9 test/typeparam: fix copyright message by mkontani · 8 months ago
  81. 21e1ffe bufio: implement large write forwarding in Writer.WriteString by Carlo Alberto Ferraris · 11 months ago
  82. 01837ca reflect: in assignTo only allocate target if needed by Ian Lance Taylor · 8 months ago
  83. bb004a1 syscall: define Syscall in terms of RawSyscall on linux by Michael Pratt · 10 months ago
  84. 889a902 cmd/trace: embed static content by Michael Pratt · 11 months ago
  85. 430ae97 go/format: skip go/ast's object resolution by Daniel Martí · 8 months ago
  86. f5af1e8 cmd/gofmt: only resolve go/ast objects when needed by Daniel Martí · 8 months ago
  87. 4d96c3c crypto/x509: revert serial length restriction by Roland Shoemaker · 8 months ago
  88. aac1d3a Revert "syscall: define Syscall in terms of RawSyscall on linux" by Michael Pratt · 8 months ago
  89. d35ec0b Revert "syscall: define Syscall6 in terms of RawSyscall6 on linux" by Michael Pratt · 8 months ago
  90. 3475343 Revert "runtime/internal/syscall: use ABIInternal for Syscall6 on amd64" by Michael Pratt · 8 months ago
  91. a4ded4b misc/cgo/test: remove timing dependency from TestParallelSleep by Ian Lance Taylor · 8 months ago
  92. f95db21 cmd/go: add a better error message when in a module outside workspace by Michael Matloob · 8 months ago
  93. 5b32a6f runtime/internal/syscall: use ABIInternal for Syscall6 on amd64 by Michael Pratt · 8 months ago
  94. a56e2f6 syscall: define Syscall6 in terms of RawSyscall6 on linux by Michael Pratt · 10 months ago
  95. 64e69d3 syscall: define Syscall in terms of RawSyscall on linux by Michael Pratt · 10 months ago
  96. f7b12ff syscall: define RawSyscall in terms of RawSyscall6 on linux by Michael Pratt · 10 months ago
  97. 15602e8 runtime/internal/syscall, syscall: replace RawSyscall6 with runtime implementation on linux by Michael Pratt · 10 months ago
  98. 1de1c0d syscall: move Syscall declarations to OS files by Michael Pratt · 10 months ago
  99. 342b495 cmd/compile: add //go:uintptrkeepalive by Michael Pratt · 10 months ago
  100. e25a5ce test: rename live_syscall.go to live_uintptrkeepalive.go by Michael Pratt · 10 months ago
Powered by Gitiles| Privacytxt json