You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.
Nimbus fails to handle certificates signed with a SHA256 algorithm. This is caused by our use of Bouncy Castle 1.25, which lacks support for generating certificates with this algorithm.
Nimbus can be upgraded to use Bouncy Castle 1.31 which support them, but unfortunately ws-core also uses BC 1.25.
Bug initially reported by Dave Schulz from University of Calgary.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Nimbus fails to handle certificates signed with a SHA256 algorithm. This is caused by our use of Bouncy Castle 1.25, which lacks support for generating certificates with this algorithm.
Nimbus can be upgraded to use Bouncy Castle 1.31 which support them, but unfortunately ws-core also uses BC 1.25.
Bug initially reported by Dave Schulz from University of Calgary.
The text was updated successfully, but these errors were encountered: