-
Notifications
You must be signed in to change notification settings - Fork 682
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
[#2089 ] upgrade bouncycastle #1159
[#2089 ] upgrade bouncycastle #1159
Conversation
@flybyray Which "other" PR do you mean? |
211998c
to
e2ae4fe
Compare
ok looks good! and we have better code coverage for at least PEM cert usage. maybe keystore tests could be added in similar way. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be honest, I am not able to understand if this is good change or not.
framework/dependencies.yml
Outdated
@@ -42,7 +42,8 @@ require: &allDependencies | |||
- oauth.signpost -> signpost-core 1.2.1.2 | |||
- org.apache.geronimo.specs -> geronimo-servlet_2.5_spec 1.2 | |||
- org.apache.ivy -> ivy 2.4.0 | |||
- org.bouncycastle -> bcprov-jdk15 1.46 | |||
- org.bouncycastle -> bcprov-jdk15on 157 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually the right version "1.57", not "157".
See http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.bouncycastle%22%20AND%20a%3A%22bcprov-jdk15on%22
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True. But on the original homepage you will find bcprov-jdk15on-157.jar
without a period dot between numbers. see https://www.bouncycastle.org/latest_releases.html
I am not sure if all Play! dependencies are really from maven. That would be nice because of checksums and sometimes additional signatures.
@xael-fry To be honest, I am not able to understand if this is good change or not. |
e2ae4fe
to
ff4c91d
Compare
changed the upgraded bouncycastle dependencies to its maven versions (adding the point into version number) somehow it seems to be necessary to adjust the travis.yml with installing |
5774635
to
5765a63
Compare
fixes waitFor 'I am a debug message'
set explicit test language for just-test-cases
change version number to maven repository version and diagnostics for ant
5765a63
to
5405468
Compare
@flybyray Thank you! Merged. |
this is a proposed pull request needs at least some other pr merged first. not all are required but i added them to test more easily from a windows system.
it adds a new tests for ssl certificate usage