aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
AgeCommit message (Expand)Author
2021-08-26crypto/tls: fix typo in PreferServerCipherSuites commentvinckr
2021-08-20crypto/rand, internal/syscall/unix: don't use getentropy on iOSTobias Klauser
2021-08-17all: fix typosYasuhiro Matsumoto
2021-08-16crypto/sha{256,512}: unname result parameters for consistencyBrad Fitzpatrick
2021-07-31all: gofmtJosh Bleecher Snyder
2021-07-26crypto/x509: update iOS bundled roots to version 55188.120.1.0.1Dmitri Shuralyov
2021-07-12crypto/tls: test key type when castingRoland Shoemaker
2021-06-30crypto/x509: don't fail on optional auth key id fieldsRoland Shoemaker
2021-06-10crypto/tls: let HTTP/1.1 clients connect to servers with NextProtos "h2"go1.17beta1Filippo Valsorda
2021-06-07crypto/elliptic: update P-521 docs to say it's constant-timeFilippo Valsorda
2021-06-07crypto/tls: fix typo in Config.NextProtos docsFilippo Valsorda
2021-05-27crypto/elliptic: fix typo in p521Point type nameFilippo Valsorda
2021-05-20crypto/x509: add new FreeBSD 12.2+ trusted certificate folderLapo Luchini
2021-05-18crypto/x509: remove duplicate importRoland Shoemaker
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-05-10crypto/elliptic: upgrade from generic curve impl to specific if availableRoland Shoemaker
2021-05-09crypto/elliptic: make P-521 scalar multiplication constant timeFilippo Valsorda
2021-05-09crypto/elliptic: import fiat-crypto P-521 field implementationFilippo Valsorda
2021-05-09crypto/x509: check the private key passed to CreateCertificateFilippo Valsorda
2021-05-08crypto/tls: make cipher suite preference ordering automaticFilippo Valsorda
2021-05-08crypto/x509: remove GODEBUG=x509ignoreCN=0 flagFilippo Valsorda
2021-05-06crypto/tls: enforce ALPN overlap when negotiated on both sidesRoland Shoemaker
2021-05-06crypto/x509: rewrite certificate parserRoland Shoemaker
2021-05-06crypto/ecdsa,crypto/elliptic: improve tests and benchmarksFilippo Valsorda
2021-05-06crypto/ed25519: skip allocations test on -noopt builderFilippo Valsorda
2021-05-05crypto/ed25519: replace internal/edwards25519 with filippo.io/edwards25519Filippo Valsorda
2021-04-29crypto/elliptic: store P-256 precomputed basepoint table in sourceRoland Shoemaker
2021-04-28crypto/cipher: make AES-GCM benchmarks match ChaCha20Poly1305 onesFilippo Valsorda
2021-04-26syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappersCherry Zhang
2021-04-20all: remove redundant spaces before . and ,Yury Smolsky
2021-04-16crypto/tls: fix flaky handshake cancellation testsJohan Brandhorst
2021-04-10all: fix spellingsNaman Gera
2021-04-09crypto/x509: replace os.MkdirTemp with T.TempDirian woolf
2021-04-05crypto/ed25519: add comprehensive edge-case test vectorsFilippo Valsorda
2021-03-30crypto/elliptic: fix some typoschenjie
2021-03-29crypto/rsa: fix salt length calculation with PSSSaltLengthAutoHimanshu Kishna Srivastava
2021-03-25crypto/x509: fix spelling errorKevin Burke
2021-03-18crypto/rsa: correct EncryptOAEP doc commentRichard Pickering
2021-03-17crypto/rand, internal/syscall/unix: add support for getentropy syscall on darwinTobias Klauser
2021-03-17crypto/tls: remove flaky cancellation testJohan Brandhorst
2021-03-16crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2021-03-15crypto/md5: improve ppc64x performancePaul E. Murphy
2021-03-13all: remove duplicate wordsJohn Bampton
2021-03-13crypto/ecdsa: fix dead reference linkMostyn Bramley-Moore
2021-03-11docs: clarify when APIs use context.Background.Matt T. Proud
2021-03-11crypto/rand, internal/syscall/unix: add support for getrandom syscall on solarisTobias Klauser
2021-03-10crypto/rand: supports for getrandom syscall in DragonFlyBSDDavid Carlier
2021-03-05docs: fix case of GitHubJohn Bampton
2021-02-24docs: fix spellingJohn Bampton
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox