Skip to content

Conversation

@thaJeztah
Copy link
Member

I noticed some parts being deprecated, but looks like those are not used in this codebase. There are some other changes in the diff, so thought I'd open a PR anyway 😅

full diff: golang/crypto@75b2880...c1f2f97

relevant changes:

  • pkcs12: document that we use the wrong PEM type
  • pkcs12: drop PKCS#12 attributes with unknown OIDs
  • ocsp: Improve documentation for ParseResponse and ParseResponseForCert

other changes (not in vendor);

  • ssh: improve error message for KeyboardInteractiveChallenge
  • ssh: remove slow unnecessary diffie-hellman-group-exchange primality check
  • ssh/terminal: replace with a golang.org/x/term wrapper
    • Deprecates ssh/terminal in favor of golang.org/x/term
  • ssh/terminal: add support for zos
  • ssh/terminal: bump x/term dependency to fix js/nacl
  • nacl/auth: use Size instead of KeySize for Sum output
  • sha3: remove go:nocheckptr annotation

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

@thaJeztah thaJeztah added status/2-code-review kind/refactor PR's that refactor, or clean-up code labels Nov 18, 2020
Comment on lines +145 to +147
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this affects us; looks like there already was a similar error further down

full diff: golang/crypto@75b2880...c1f2f97

relevant changes:

- pkcs12: document that we use the wrong PEM type
- pkcs12: drop PKCS#12 attributes with unknown OIDs
- ocsp: Improve documentation for ParseResponse and ParseResponseForCert

other changes (not in vendor);

- ssh: improve error message for KeyboardInteractiveChallenge
- ssh: remove slow unnecessary diffie-hellman-group-exchange primality check
- ssh/terminal: replace with a golang.org/x/term wrapper
    - Deprecates ssh/terminal in favor of golang.org/x/term
- ssh/terminal: add support for zos
- ssh/terminal: bump x/term dependency to fix js/nacl
- nacl/auth: use Size instead of KeySize for Sum output
- sha3: remove go:nocheckptr annotation

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah
Copy link
Member Author

merging this one into #41688, because buildkit uses some new packages from this dependency, and otherwise we may get incorrect vendoring if the PR's are merged out of order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/refactor PR's that refactor, or clean-up code status/2-code-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant