summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.boringcrypto.go1.8] api: add x509.VerifyOptions.IsBoringdev.boringcrypto.go1.8Russ Cox2017-09-221-0/+1
* [dev.boringcrypto.go1.8] misc/boring: update VERSIONRuss Cox2017-09-221-1/+1
* [dev.boringcrypto.go1.8] crypto/tls/fipsonly: new package to force FIPS-allow...Russ Cox2017-09-2220-14/+960
* [dev.boringcrypto.go1.8] crypto/internal/boring: fix finalizer-induced crashesRuss Cox2017-09-225-8/+87
* [dev.boringcrypto.go1.8] cmd/go: exclude SysoFiles when using -msanRuss Cox2017-09-222-2/+12
* [dev.boringcrypto.go1.8] crypto/internal/boring: fall back to standard crypto...Russ Cox2017-09-228-1/+8
* [dev.boringcrypto.go1.8] crypto/aes: panic on invalid dst, src overlapRuss Cox2017-09-221-0/+35
* [dev.boringcrypto.go1.8] crypto/rsa: fix boring GenerateKey to set non-nil Pr...Russ Cox2017-09-222-3/+9
* [dev.boringcrypto.go1.8] crypto/internal/boring: fix detection of tests to al...Russ Cox2017-09-221-3/+8
* [dev.boringcrypto.go1.8] crypto/rsa: add test for, fix observable reads from ...Russ Cox2017-09-225-18/+295
* [dev.boringcrypto.go1.8] crypto/hmac: add test for Write/Sum after SumRuss Cox2017-09-221-0/+37
* [dev.boringcrypto.go1.8] crypto/internal/boring: allow hmac operations after SumRuss Cox2017-09-223-24/+13
* [dev.boringcrypto.go1.8] crypto/internal/boring: handle RSA verification of s...Russ Cox2017-09-222-1/+35
* [dev.boringcrypto.go1.8] cmd/compile: refine BoringCrypto kludgeRuss Cox2017-09-223-2/+64
* [dev.boringcrypto.go1.8] cmd/compile: hide new boring fields from reflectionRuss Cox2017-09-223-0/+84
* [dev.boringcrypto.go1.8] crypto/internal/boring: fix NewHMAC with empty keyRuss Cox2017-09-221-1/+1
* [dev.boringcrypto.go1.8] crypto/internal/cipherhw: fix AESGCMSupport for Bori...Russ Cox2017-09-222-3/+9
* [dev.boringcrypto.go1.8] misc/boring: increment VERSION to 3Russ Cox2017-08-261-0/+1
* [dev.boringcrypto.go1.8] crypto/internal/boring: clear "executable stack" bit...Russ Cox2017-08-263-1/+3
* [dev.boringcrypto.go1.8] cmd/link: allow internal linking for crypto/internal...Russ Cox2017-08-262-0/+21
* [dev.boringcrypto.go1.8] cmd/link: work around DWARF symbol bugRuss Cox2017-08-261-0/+5
* [dev.boringcrypto.go1.8] crypto/internal/boring: disable for android & non-cg...Russ Cox2017-08-268-1/+8
* [dev.boringcrypto.go1.8] crypto/rsa: use BoringCryptoRuss Cox2017-08-2612-31/+755
* [dev.boringcrypto.go1.8] crypto/ecdsa: use unsafe.Pointer instead of atomic.V...Russ Cox2017-08-262-32/+23
* [dev.boringcrypto.go1.8] crypto/ecdsa: use BoringCryptoRuss Cox2017-08-265-0/+374
* [dev.boringcrypto.go1.8] crypto/tls: use TLS-specific AES-GCM mode if availableRuss Cox2017-08-261-1/+11
* [dev.boringcrypto.go1.8] crypto/aes: implement TLS-specific AES-GCM mode from...Russ Cox2017-08-261-3/+22
* [dev.boringcrypto.go1.8] crypto/aes: use BoringCryptoRuss Cox2017-08-265-2/+313
* [dev.boringcrypto.go1.8] crypto/hmac: use BoringCryptoRuss Cox2017-08-263-0/+147
* [dev.boringcrypto.go1.8] crypto/sha1,sha256,sha512: use BoringCryptoRuss Cox2017-08-2611-3/+306
* [dev.boringcrypto.go1.8] runtime/race: move TestRaceIssue5567 from sha1 to crc32Russ Cox2017-08-261-2/+2
* [dev.boringcrypto.go1.8] crypto/rand: use BoringCryptoRuss Cox2017-08-264-0/+44
* [dev.boringcrypto.go1.8] crypto/internal/boring: add initial BoringCrypto accessRuss Cox2017-08-2616-1/+836
* [dev.boringcrypto.go1.8] add README.boringcrypto.md, update VERSIONRuss Cox2017-08-262-1/+18
* [dev.boringcrypto.go1.8] cmd/link: implement R_X86_64_PC64 relocationsRuss Cox2017-08-262-0/+12
* [release-branch.go1.8] doc: update bootstrap archive URLChris Broadfoot2017-05-311-1/+1
* [release-branch.go1.8] go1.8.3go1.8.3Chris Broadfoot2017-05-241-1/+1
* [release-branch.go1.8] doc: document go1.8.3Chris Broadfoot2017-05-241-0/+7
* [release-branch.go1.8] cmd/compile: don't move spills to loop exits where the...Keith Randall2017-05-243-2/+97
* [release-branch.go1.8] cmd/compile: zero ambiguously live variables at VARKILLsKeith Randall2017-05-2420-0/+218
* [release-branch.go1.8] runtime: use pselect6 for usleep on linux/386Austin Clements2017-05-231-2/+5
* [release-branch.go1.8] runtime: use pselect6 for usleep on linux/amd64 and li...Austin Clements2017-05-232-5/+11
* [release-branch.go1.8] cmd/compile: ignore types when considering tuple selec...Todd Neal2017-05-232-3/+25
* [release-branch.go1.8] net/http: update bundled http2 for gracefulShutdownCh ...Brad Fitzpatrick2017-05-231-4/+15
* [release-branch.go1.8] cmd/compile: fix s390x unsigned comparison constant me...Michael Munday2017-05-235-6/+2474
* [release-branch.go1.8] cmd/go: if we get a C compiler dwarf2 warning, try wit...Brad Fitzpatrick2017-05-231-0/+20
* [release-branch.go1.8] runtime: don't corrupt arena bounds on low mmapAustin Clements2017-05-231-1/+13
* [release-branch.go1.8] cmd/compile: fix store chain in schedule passKeith Randall2017-05-233-15/+68
* [release-branch.go1.8] runtime: doubly fix "double wakeup" panicAustin Clements2017-05-231-1/+1
* [release-branch.go1.8] database/sql: ensure releaseConn is defined before a p...Daniel Theophanes2017-05-232-3/+4