index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
internal
/
boring
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "crypto/sha1: add WriteString and WriteByte method"
Ian Lance Taylor
2023-05-03
1
-14
/
+0
*
Revert "crypto/sha256: add WriteString and WriteByte method"
Ian Lance Taylor
2023-05-03
1
-14
/
+0
*
Revert "crypto/sha512: add WriteString and WriteByte method"
Ian Lance Taylor
2023-05-03
1
-28
/
+0
*
crypto/sha512: add WriteString and WriteByte method
Ian Lance Taylor
2023-04-25
1
-0
/
+28
*
crypto/sha1: add WriteString and WriteByte method
Ian Lance Taylor
2023-04-25
1
-0
/
+14
*
crypto/sha256: add WriteString and WriteByte method
Ian Lance Taylor
2023-04-25
1
-0
/
+14
*
crypto/internal/boring: add dev.boringcrypto README.md text
Russ Cox
2023-01-04
1
-1
/
+21
*
crypto/internal/boring: tolerate empty ECDSA signatures
Filippo Valsorda
2022-11-22
1
-3
/
+2
*
all: add missing periods in comments
cui fliter
2022-11-18
1
-1
/
+1
*
crypto/ecdh: add boringcrypto support
Russ Cox
2022-11-11
7
-2
/
+260
*
crypto: allow hash.Hash for OAEP and MGF1 to be specified independently
Aleks Rudzitis
2022-11-09
2
-13
/
+20
*
crypto: use bytes.Clone
cuiweixie
2022-09-28
2
-4
/
+4
*
crypto/rsa,crypto/internal/boring: fix PSS salt handling
Roland Shoemaker
2022-09-27
1
-2
/
+28
*
crypto/internal/boring/fipstls: convert required to atomic type
cuiweixie
2022-09-01
1
-4
/
+4
*
crypto/internal/boring: update to newer boringcrypto, add arm64
Russ Cox
2022-08-18
17
-236
/
+476
*
crypto/internal/boring/bcache: make Cache type-safe using generics
Russ Cox
2022-08-18
2
-51
/
+52
*
crypto/internal/boring: factor Cache into crypto/internal/boring/bcache
Russ Cox
2022-06-27
3
-2
/
+3
*
all: boringcrypto post-merge cleanup
Russ Cox
2022-06-06
2
-5
/
+3
*
crypto/internal/boring: avoid false positive in cgo pointer check in SHA calls
Russ Cox
2022-05-05
2
-16
/
+33
*
[dev.boringcrypto] crypto/ecdsa, crypto/rsa: use boring.Cache
Russ Cox
2022-04-29
2
-13
/
+50
*
[dev.boringcrypto] crypto/internal/boring: add GC-aware cache
Russ Cox
2022-04-29
2
-0
/
+223
*
[dev.boringcrypto] crypto/x509: remove VerifyOptions.IsBoring
Russ Cox
2022-04-29
1
-0
/
+6
*
[dev.boringcrypto] crypto/..., go/build: align deps test with standard rules
Russ Cox
2022-04-29
6
-57
/
+63
*
[dev.boringcrypto] crypto/internal/boring: make SHA calls allocation-free
Russ Cox
2022-04-29
3
-43
/
+180
*
[dev.boringcrypto] crypto/internal/boring: avoid allocation in big.Int conver...
Russ Cox
2022-04-29
3
-7
/
+21
*
[dev.boringcrypto] all: add boringcrypto build tags
Russ Cox
2022-04-29
14
-26
/
+43
*
[dev.boringcrypto] crypto/internal/boring: update build instructions to use p...
Russ Cox
2022-03-30
1
-3
/
+5
*
[dev.boringcrypto] crypto/internal/boring: add -pthread linker flag
Cherry Mui
2021-12-06
1
-1
/
+6
*
[dev.boringcrypto] all: convert +build to //go:build lines in boring-specific...
Russ Cox
2021-10-28
9
-28
/
+16
*
[dev.boringcrypto] crypto/internal/boring: remove .llvm_addrsig section
Filippo Valsorda
2021-02-07
2
-1
/
+2
*
[dev.boringcrypto] crypto/internal/boring: update BoringCrypto module to cert...
Filippo Valsorda
2020-11-05
9
-129
/
+75
*
[dev.boringcrypto] crypto/internal/boring: reject short signatures in VerifyR...
Filippo Valsorda
2020-05-07
1
-10
/
+2
*
[dev.boringcrypto] crypto/internal/boring: make accesses to RSA types with fi...
Filippo Valsorda
2020-03-03
1
-42
/
+69
*
[dev.boringcrypto] crypto/internal/boring: update BoringCrypto module to cert...
Filippo Valsorda
2020-03-02
9
-34
/
+37
*
[dev.boringcrypto] crypto/internal/boring: avoid an allocation in AES-GCM Sea...
Filippo Valsorda
2018-09-07
1
-13
/
+42
*
[dev.boringcrypto] crypto/internal/boring: fix aesCipher implementation of gc...
Filippo Valsorda
2018-08-04
1
-12
/
+17
*
[dev.boringcrypto] crypto/internal/boring: add MarshalBinary/UnmarshalBinary ...
Russ Cox
2017-12-06
1
-0
/
+303
*
[dev.boringcrypto] crypto/tls/fipsonly: new package to force FIPS-allowed TLS...
Russ Cox
2017-09-22
7
-2
/
+161
*
[dev.boringcrypto] crypto/internal/boring: fix finalizer-induced crashes
Russ Cox
2017-09-20
4
-8
/
+46
*
[dev.boringcrypto] crypto/internal/boring: fall back to standard crypto when ...
Russ Cox
2017-09-18
8
-1
/
+8
*
[dev.boringcrypto] crypto/aes: panic on invalid dst, src overlap
Russ Cox
2017-09-18
1
-0
/
+35
*
[dev.boringcrypto] crypto/internal/boring: fix detection of tests to allow *....
Russ Cox
2017-09-18
1
-3
/
+8
*
[dev.boringcrypto] crypto/internal/boring: allow hmac operations after Sum
Russ Cox
2017-09-18
3
-24
/
+13
*
[dev.boringcrypto] crypto/internal/boring: handle RSA verification of short s...
Russ Cox
2017-09-18
1
-1
/
+8
*
[dev.boringcrypto] crypto/internal/boring: fix NewHMAC with empty key
Russ Cox
2017-08-30
1
-1
/
+1
*
[dev.boringcrypto] crypto/internal/boring: disable for android & non-cgo builds
Russ Cox
2017-08-25
8
-1
/
+8
*
[dev.boringcrypto] crypto/internal/boring: clear "executable stack" bit from ...
Russ Cox
2017-08-25
3
-1
/
+3
*
[dev.boringcrypto] crypto/rsa: use BoringCrypto
Russ Cox
2017-08-19
5
-1
/
+390
*
[dev.boringcrypto] crypto/ecdsa: use BoringCrypto
Russ Cox
2017-08-17
3
-0
/
+223
*
[dev.boringcrypto] crypto/aes: implement TLS-specific AES-GCM mode from Borin...
Russ Cox
2017-08-17
1
-3
/
+22
[next]