aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
AgeCommit message (Expand)Author
2021-12-21all: update vendored golang.org/x/crypto for cryptobyte fixFilippo Valsorda
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-09crypto/x509: skip known TestSystemVerify flakes on windows-*-2008 buildersBryan C. Mills
2021-12-02crypto/x509: fix comments on certDirectoriesShang Jian Ding
2021-11-19crypto/x509/internal/macos: use APIs available on iosRoland Shoemaker
2021-11-08crypto/x509: remove ios build tag restrictionRoland Shoemaker
2021-11-06crypto/x509: verification with system and custom rootsRoland Shoemaker
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-11-06crypto/x509: use the platform verifier on iOSRoland Shoemaker
2021-11-05crypto/x509: use platform verifier on darwinRoland Shoemaker
2021-11-05crypto/tls: set default minimum client version to TLS 1.2Filippo Valsorda
2021-11-05crypto/x509: disable SHA-1 signature verificationFilippo Valsorda
2021-11-05crypt/aes: update formatting of ppc64le asm commentsLynn Boger
2021-11-05crypto/elliptic: port P-224 and P-384 to fiat-cryptoFilippo Valsorda
2021-11-05crypto/ecdsa: draw a fixed amount of entropy while signingFilippo Valsorda
2021-11-04crypto/elliptic: tolerate large inputs to IsOnCurve methodsFilippo Valsorda
2021-11-02net/netip: add new IP address packageBrad Fitzpatrick
2021-10-30crypto/elliptic: move P-521 group logic to internal/nistecFilippo Valsorda
2021-10-30crypto/elliptic: use a 4-bit sliding window for P-521 ScalarMultFilippo Valsorda
2021-10-30crypto/elliptic: use complete addition formulas for P-521Filippo Valsorda
2021-10-29crypto/elliptic: refactor P-224 field implementationFilippo Valsorda
2021-10-28all: manual fixups for //go:build vs // +buildRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-26crypto/elliptic: use a const string for precomputed P256 tableJosh Bleecher Snyder
2021-10-26crypto/x509: generate new-style build tags for iOSJosh Bleecher Snyder
2021-10-25crypto/tls: add Conn.NetConn methodAgniva De Sarker
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-10-05crypto/rand: document additional getrandom/getentropy support in ReaderTobias Klauser
2021-10-04crypto/tls: use cryptobyte.NewFixedBuilderFilippo Valsorda
2021-09-30crypto: document the extended key interfacesFilippo Valsorda
2021-09-23crypto: avoid escaping Hash.Sum on generic architecturesJoe Tsai
2021-08-27crypto/x509: drop compatibility hack for expired COMODO intermediatesFilippo Valsorda
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