Closed
Conversation
Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Zakir Durumeric <zakird@gmail.com>
* chore(schema): Add categories to ParsedCertificate * Update zcrypto.py
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
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
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
* Being update to include revocation list * fixing typo
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
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.
…gurable in Config (#372) Co-authored-by: Zakir Durumeric <zakird@gmail.com>
* add email addresses to ASN.1 marshalled Name RDN sequences * Moving email up in rdn output --------- Co-authored-by: Zakir Durumeric <zakird@gmail.com>
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub <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] <support@github.com>
…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] <support@github.com>
…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] <support@github.com>
…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] <support@github.com>
…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] <support@github.com>
…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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zakir Durumeric <zakird@gmail.com>
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] <support@github.com>
…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 <jeremie.daniel@cyberstorm.mu> Signed-off-by: Loganaden Velvindron <logan@cyberstorm.mu> * Fix name for x25519mlkem768 --------- Signed-off-by: Jeremie Daniel <jeremie.daniel@cyberstorm.mu> Signed-off-by: Loganaden Velvindron <logan@cyberstorm.mu>
Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Zakir Durumeric <zakird@gmail.com>
5fee069 to
d3e579a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.