aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
AgeCommit message (Expand)Author
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
2021-02-03[dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternalCherry Zhang
2021-02-02[dev.regabi] all: merge master (fca94ab) into dev.regabiRobert Griesemer
2021-01-27crypto/x509: remove leftover CertificateRequest fieldRoland Shoemaker
2021-01-22[dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky
2021-01-21crypto/elliptic: fix P-224 field reductionFilippo Valsorda
2021-01-15syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld
2021-01-15crypto/x509: update iOS bundled roots to version 55188.40.9Filippo Valsorda
2021-01-06crypto/x509: rollback new CertificateRequest fieldsFilippo Valsorda
2020-12-21[dev.regabi] all: merge master into dev.regabiMatthew Dempsky
2020-12-17crypto/tls: revert "add HandshakeContext method to Conn"Johan Brandhorst
2020-12-14Merge branch 'master' into dev.regabiAlexander Rakoczy
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-03[dev.regabi] all: merge master (d0c0dc682c1f) into dev.regabiRuss Cox