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

Delete algorithms and cipher checking #302

Merged
merged 6 commits into from
Jul 23, 2021

Conversation

wsargent
Copy link
Contributor

JDK 1.8 and JDK 11 have much better security now and these can be removed.

@mkurz
Copy link
Contributor

mkurz commented May 20, 2021

@wsargent the build fails.

@wsargent
Copy link
Contributor Author

@mkurz Running into the same race condition...

@wsargent
Copy link
Contributor Author

@mkurz fixed. I added the workaround as a different PR #306

@@ -37,7 +37,7 @@ final class KeyStoreConfig private[sslconfig] (
val storeType: String = KeyStore.getDefaultType) {
assert(filePath.isDefined ^ data.isDefined, "Either key store path or data must be defined, but not both.")

/** Disables `filePath` – only one of those can be used at any given time. */
/** Disables `filePath` – only one of those can be used at any given time.com.typesafe.sslconfig.ssl.ConfigSSLContextBuilderSpec */
Copy link
Contributor

Choose a reason for hiding this comment

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

@wsargent Seems like an unintended copy/paste?

@SethTisue
Copy link
Member

@wsargent ping

@wsargent
Copy link
Contributor Author

ack

@SethTisue SethTisue merged commit c61fe31 into lightbend:main Jul 23, 2021
@SethTisue
Copy link
Member

thanks Will!

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.

3 participants