Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Merging TLSv1.3 Branch #402

Draft
wants to merge 64 commits into
base: feature/TLSv1.3
Choose a base branch
from
Draft

Test Merging TLSv1.3 Branch #402

wants to merge 64 commits into from

Conversation

developStorm
Copy link
Member

No description provided.

Denis Issoupov and others added 30 commits July 1, 2021 16:10
* chore(schema): Add categories to ParsedCertificate

* Update zcrypto.py
deps: update weppos/publicsuffix-go for 2022-04-02T17:29:45 UTC
This commit introduces the changes that were committed with
the PR at google/certificate-transparency-go#609
to zcrypto. This makes `GOOS=js GOARCH=wasm go build ./...` work.
Added "Adobe Authentic Document Trust" EKU
* Being update to include revocation list

* fixing typo
alrs and others added 30 commits October 17, 2023 08:38
* Changed uint8 to CompressionMethod

* Added NextProtoNeg and Extensions fields to ServerHello Log
Certificates created using the zcrypto x509 library do not pass the e_incorrect_ku_encoding zlint check.

Here is how the Go stdlib does it: https://cs.opensource.google/go/go/+/refs/tags/go1.21.3:src/crypto/x509/x509.go;drc=82c713feb05da594567631972082af2fcba0ee4f;l=1331.
* add email addresses to ASN.1 marshalled Name RDN sequences

* Moving email up in rdn output

---------

Co-authored-by: Zakir Durumeric <[email protected]>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](golang/crypto@v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* go get -u ./...

* add dependabot to find dependency updates
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.7.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…retchr/testify-1.10.0

build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.10.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…etup-go-5

build(deps): bump actions/setup-go from 2 to 5
Bumps [Jerome1337/gofmt-action](https://github.com/jerome1337/gofmt-action) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/jerome1337/gofmt-action/releases)
- [Commits](Jerome1337/gofmt-action@v1.0.4...v1.0.5)

---
updated-dependencies:
- dependency-name: Jerome1337/gofmt-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…7/gofmt-action-1.0.5

build(deps): bump Jerome1337/gofmt-action from 1.0.4 to 1.0.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…heckout-4

build(deps): bump actions/checkout from 2 to 4
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v3...v7)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…ns/create-pull-request-7

build(deps): bump peter-evans/create-pull-request from 3 to 7
deps: update weppos/publicsuffix-go for 2024-12-18T20:23:10 UTC
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.32.0.
- [Commits](golang/crypto@v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zakir Durumeric <[email protected]>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.34.0.
- [Commits](golang/net@v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…net-0.34.0

build(deps): bump golang.org/x/net from 0.33.0 to 0.34.0
* Add hybrid mlkem as per draft-kwiatkowski-tls-ecdhe-mlkem

Signed-off-by: Jeremie Daniel <[email protected]>
Signed-off-by: Loganaden Velvindron <[email protected]>

* Fix name for x25519mlkem768

---------

Signed-off-by: Jeremie Daniel <[email protected]>
Signed-off-by: Loganaden Velvindron <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.