index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
Age
Commit message (
Expand
)
Author
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2024-01-22
crypto/sha512: provide optimised assembly for riscv64
Joel Sing
2024-01-12
crypto/rsa,crypto/internal/bigmod: improve verify/encrypt performance
Filippo Valsorda
2024-01-12
crypto/rsa: use E = 65537 in benchmarks
Filippo Valsorda
2023-12-18
crypto/tls: align FIPS-only mode with BoringSSL policy
Filippo Valsorda
2023-12-18
crypto/internal/boring: upgrade module to fips-20220613
Filippo Valsorda
2023-12-13
crypto/x509: properly gate test on macos version
Roland Shoemaker
2023-12-11
crypto/x509: gate Policies marshaling with GODEBUG
Roland Shoemaker
2023-12-06
crypto/x509: revert Policies marshaling behavior
Roland Shoemaker
2023-11-22
cmd/asm: fix the KMCTR instruction encoding and argument passing
Srinivas Pokala
2023-11-21
crypto/tls: mark RSA KEX cipher suites insecure
Filippo Valsorda
2023-11-21
crypto/tls: check and record godebugs more granularly
Filippo Valsorda
2023-11-21
crypto/tls: check client's supported versions when using QUIC
Marten Seemann
2023-11-21
crypto/tls: disable ExportKeyingMaterial without EMS
Filippo Valsorda
2023-11-14
crypto/tls: remove RSA KEX ciphers from the default list
Roland Shoemaker
2023-11-14
crypto/tls: change default minimum version to 1.2
Roland Shoemaker
2023-11-09
crypto/x509: implement AddCertWithConstraint
Roland Shoemaker
2023-11-09
all: clean up addition of constants in riscv64 assembly
Joel Sing
2023-11-07
boring: update documentation to include arm64
Christian Kruse
2023-11-03
crypto/x509: fix certificate policy marshaling
Roland Shoemaker
2023-11-01
crypto/x509: optimize the performance of checkSignature
dchaofei
2023-10-31
crypto/x509: add new OID type and use it in Certificate
Mateusz Poliwczak
2023-10-26
crypto/subtle: use PCALIGN in xorBytes
Alexander Yastrebov
2023-10-25
Revert "crypto/internal/boring: use noescape and nocallback cgo directives"
Michael Stapelberg
2023-10-23
crypto/internal/boring: use noescape and nocallback cgo directives
qmuntal
2023-10-20
crypto/rand,runtime: switch RtlGenRandom for ProcessPrng
Roland Shoemaker
2023-10-19
all: drop old +build lines
Dmitri Shuralyov
2023-10-13
crypto: add available godoc link
cui fliter
2023-10-09
crypto/aes,crypto/cipher: improve gcm performance on ppc64x
Lynn Boger
2023-10-09
crypto/cipher: update GCM test
Lynn Boger
2023-10-06
crypto/subtle: improve xorBytes assembler on PPC64
Lynn Boger
2023-10-06
crypto/x509: avoid Android root store paths on other Linuxes
Filippo Valsorda
2023-10-04
crypto/x509: Add android user trusted CA folder
Jean-Baptiste PIN
2023-09-27
all: use the indefinite article an in comments
Jes Cok
2023-09-25
crypto/tls: pretty-print SignatureScheme in tests
Daiki Ueno
2023-09-25
all: use the indefinite article an in comments
Jes Cok
2023-09-20
all: simplify bool conditions
Oleksandr Redko
2023-09-05
cmd/asm: add KMA and KMCTR instructions on s390x.
root
2023-08-29
crypto/des: test using the public API
qmuntal
2023-08-28
crypto/internal/edwards25519: shorten quick.Check tests in short mode
Bryan C. Mills
2023-08-25
crypto/tls: QUIC: fix panics when processing post-handshake messages
Damien Neil
2023-08-22
all: remove redundant string conversions when formatting []byte with %s
cui fliter
2023-08-15
crypto/internal/bigmod: provide assembly addMulVVW* for riscv64
Joel Sing
2023-08-11
cmd/asm: add KDSA instruction support
Srinivas Pokala
2023-08-10
crypto/tls: add GODEBUG to control max RSA key size
Roland Shoemaker
2023-08-07
crypto/rand, internal/syscall/unix: use simpler random seed on NetBSD
Maya Rashish
2023-08-04
crypto/md5: optimize amd64 assembly
Klaus Post
2023-08-02
cmd/asm: add s390x crypto related instructions
Srinivas Pokala
2023-08-02
crypto/tls: change SendSessionTicket to take an options struct
Damien Neil
2023-08-02
crypto/tls: restrict RSA keys in certificates to <= 8192 bits
Roland Shoemaker
[next]