summaryrefslogtreecommitdiff
path: root/src/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto/md5: improve ppc64x performancePaul E. Murphy2021-03-152-147/+182
* all: remove duplicate wordsJohn Bampton2021-03-131-1/+1
* crypto/ecdsa: fix dead reference linkMostyn Bramley-Moore2021-03-131-1/+1
* docs: clarify when APIs use context.Background.Matt T. Proud2021-03-111-0/+6
* crypto/rand, internal/syscall/unix: add support for getrandom syscall on solarisTobias Klauser2021-03-113-4/+14
* crypto/rand: supports for getrandom syscall in DragonFlyBSDDavid Carlier2021-03-103-4/+13
* docs: fix case of GitHubJohn Bampton2021-03-054-4/+4
* docs: fix spellingJohn Bampton2021-02-241-3/+3
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-2050-2/+51
* [dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternalCherry Zhang2021-02-032-13/+19
* [dev.regabi] all: merge master (fca94ab) into dev.regabiRobert Griesemer2021-02-022-28/+0
|\
| * crypto/x509: remove leftover CertificateRequest fieldRoland Shoemaker2021-01-272-28/+0
* | [dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky2021-01-227-417/+331
|\ \ | |/
| * crypto/elliptic: fix P-224 field reductionFilippo Valsorda2021-01-212-20/+298
| * syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld2021-01-151-2/+2
| * crypto/x509: update iOS bundled roots to version 55188.40.9Filippo Valsorda2021-01-152-280/+6
| * crypto/x509: rollback new CertificateRequest fieldsFilippo Valsorda2021-01-062-115/+25
* | [dev.regabi] all: merge master into dev.regabiMatthew Dempsky2020-12-219-197/+62
|\ \ | |/
| * crypto/tls: revert "add HandshakeContext method to Conn"Johan Brandhorst2020-12-179-197/+62
* | Merge branch 'master' into dev.regabiAlexander Rakoczy2020-12-149-31/+25
|\ \ | |/
| * all: update to use os.ReadDir where appropriateRuss Cox2020-12-091-11/+10
| * all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-099-20/+15
* | [dev.regabi] all: merge master (d0c0dc682c1f) into dev.regabiRuss Cox2020-12-031-1/+1
|\ \ | |/
| * crypto/ed25519/internal/edwards25519: fix typo in commentsFilippo Valsorda2020-12-021-1/+1
* | [dev.regabi] cmd/compile: process //go:linknames after declarationsMatthew Dempsky2020-12-012-13/+0
|/
* crypto/tls: de-prioritize AES-GCM ciphers when lacking hardware supportRoland Shoemaker2020-11-1037-2549/+2879
* crypto/x509: drop the cgo implementation of root_darwin_amd64.goFilippo Valsorda2020-11-098-372/+8
* crypto/tls: ensure the server picked an advertised ALPN protocolFilippo Valsorda2020-11-096-30/+30
* crypto/tls: drop macFunction abstractionFilippo Valsorda2020-11-094-66/+45
* crypto/tls: add HandshakeContext method to ConnJohan Brandhorst2020-11-099-62/+197
* crypto/x509: return additional chains from Verify on WindowsKoen2020-11-092-71/+104
* crypto/x509: add additional convenience fields to CertificateRequestRoland Shoemaker2020-11-092-128/+349
* crypto/x509: update iOS bundled roots to version 55161.140.3Filippo Valsorda2020-11-093-180/+41
* crypto/tls: don't use CN in BuildNameToCertificate if SANs are presentFilippo Valsorda2020-11-091-1/+3
* crypto/x509: use fingerprint map for (*CertPool).containsFilippo Valsorda2020-11-091-12/+1
* crypto/tls: pool Conn's outBuf to reduce memory cost of idle connectionscch1232020-11-091-9/+27
* crypto/x509: keep smaller root cert representation in memory until neededBrad Fitzpatrick2020-11-071-4/+16
* crypto/x509: add support for CertPool to load certs lazilyBrad Fitzpatrick2020-11-079-56/+192
* crypto/cipher: use Neon for xor on arm64Meng Zhuo2020-11-073-1/+97
* crypto/tls: set Deadline before sending close notify alertKatie Hockman2020-11-071-4/+18
* crypto/x509: add Unwrap to SystemRootsErrorPantelis Sampaziotis2020-11-062-0/+10
* crypto/x509: add comment to blank imports done for init side effectsBrad Fitzpatrick2020-10-291-0/+2
* Revert "crypto/x509: fix duplicate import"Katie Hockman2020-10-291-2/+4
* crypto/tls: document the ClientAuthType constsRoland Shoemaker2020-10-271-0/+16
* crypto/rand: generate random numbers using RtlGenRandom on WindowsJason A. Donenfeld2020-10-273-37/+13
* crypto/x509: deprecate legacy PEM encryptionFilippo Valsorda2020-10-241-11/+24
* crypto/tls: add no-shared to openssl build instructionsThom Wiggers2020-10-241-1/+1
* crypto/x509: bypass signature verification in CreateCertificate when using MD...Roland Shoemaker2020-10-212-2/+22
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-203-6/+5
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-202-5/+6