aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-22[dev.boringcrypto] misc/boring: add go1.9rc2b4 releaseRuss Cox
2017-09-22[dev.boringcrypto] api: add crypto/x509.VerifyOptions.IsBoring to make releas...Russ Cox
2017-09-22[dev.boringcrypto] misc/boring: update VERSIONRuss Cox
2017-09-22[dev.boringcrypto] crypto/tls/fipsonly: new package to force FIPS-allowed TLS...Russ Cox
2017-09-20[dev.boringcrypto] crypto/internal/boring: fix finalizer-induced crashesRuss Cox
2017-09-18[dev.boringcrypto] cmd/go: exclude SysoFiles when using -msanRuss Cox
2017-09-18[dev.boringcrypto] crypto/internal/boring: fall back to standard crypto when ...Russ Cox
2017-09-18[dev.boringcrypto] crypto/aes: panic on invalid dst, src overlapRuss Cox
2017-09-18[dev.boringcrypto] crypto/rsa: fix boring GenerateKey to set non-nil Precompu...Russ Cox
2017-09-18[dev.boringcrypto] crypto/internal/boring: fix detection of tests to allow *....Russ Cox
2017-09-18[dev.boringcrypto] crypto/rsa: add test for, fix observable reads from custom...Russ Cox
2017-09-18[dev.boringcrypto] crypto/hmac: add test for Write/Sum after SumRuss Cox
2017-09-18[dev.boringcrypto] crypto/internal/boring: allow hmac operations after SumRuss Cox
2017-09-18[dev.boringcrypto] crypto/internal/boring: handle RSA verification of short s...Russ Cox
2017-09-14[dev.boringcrypto] cmd/compile: refine BoringCrypto kludgeRuss Cox
2017-08-30[dev.boringcrypto] cmd/compile: hide new boring fields from reflectionRuss Cox
2017-08-30[dev.boringcrypto] crypto/hmac: test empty keyRuss Cox
2017-08-30[dev.boringcrypto] crypto/internal/boring: fix NewHMAC with empty keyRuss Cox
2017-08-30[dev.boringcrypto] crypto/internal/cipherhw: fix AESGCMSupport for BoringCryptoRuss Cox
2017-08-26[dev.boringcrypto] misc/boring: release packagingRuss Cox
2017-08-25[dev.boringcrypto] crypto/internal/boring: disable for android & non-cgo buildsRuss Cox
2017-08-25[dev.boringcrypto] crypto/internal/boring: clear "executable stack" bit from ...Russ Cox
2017-08-24[release-branch.go1.9] go1.9go1.9Chris Broadfoot
2017-08-24[release-branch.go1.9] doc: add go1.9 to golang.org/projectChris Broadfoot
2017-08-24[release-branch.go1.9] doc: document go1.9Chris Broadfoot
2017-08-24[release-branch.go1.9] doc/go1.9: fix typo in Moved GOROOTRyuji IWATA
2017-08-24[dev.boringcrypto] cmd/link: allow internal linking for crypto/internal/boringRuss Cox
2017-08-24[dev.boringcrypto] cmd/link: work around DWARF symbol bugRuss Cox
2017-08-22[release-branch.go1.9] cmd/compile: remove gc.Sysfunc calls from 387 backendJosh Bleecher Snyder
2017-08-22[release-branch.go1.9] doc/go1.9: fix typo in crypto/x509 of "Minor changes t...Ian Lance Taylor
2017-08-19[dev.boringcrypto] crypto/rsa: use BoringCryptoRuss Cox
2017-08-19[dev.boringcrypto] crypto/ecdsa: use unsafe.Pointer instead of atomic.ValueRuss Cox
2017-08-18[release-branch.go1.9] runtime: fix false positive race in profile label readingAustin Clements
2017-08-18[release-branch.go1.9] testing: don't fail all tests after racy test failureIan Lance Taylor
2017-08-18[release-branch.go1.9] cmd/dist: update deps.go for current dependenciesIan Lance Taylor
2017-08-18[release-branch.go1.9] cmd/compile: add rules handling unsigned div/mod by co...Cherry Zhang
2017-08-18[release-branch.go1.9] runtime: fix usleep by correctly setting nanoseconds p...pvoicu
2017-08-17[dev.boringcrypto] crypto/ecdsa: use BoringCryptoRuss Cox
2017-08-17[dev.boringcrypto] crypto/tls: use TLS-specific AES-GCM mode if availableRuss Cox
2017-08-17[dev.boringcrypto] crypto/aes: implement TLS-specific AES-GCM mode from Borin...Russ Cox
2017-08-17[dev.boringcrypto] crypto/aes: use BoringCryptoRuss Cox
2017-08-17[dev.boringcrypto] crypto/hmac: use BoringCryptoRuss Cox
2017-08-17[dev.boringcrypto] crypto/sha1,sha256,sha512: use BoringCryptoRuss Cox
2017-08-17[dev.boringcrypto] runtime/race: move TestRaceIssue5567 from sha1 to crc32Russ Cox
2017-08-17[dev.boringcrypto] crypto/rand: use BoringCryptoRuss Cox
2017-08-17[dev.boringcrypto] crypto/internal/boring: add initial BoringCrypto accessRuss Cox
2017-08-16[dev.boringcrypto] add README.boringcrypto.md, update VERSIONRuss Cox
2017-08-16[dev.boringcrypto] cmd/link: implement R_X86_64_PC64 relocationsRuss Cox
2017-08-07[release-branch.go1.9] go1.9rc2go1.9rc2Chris Broadfoot
2017-08-07[release-branch.go1.9] all: merge master into release-branch.go1.9Chris Broadfoot