On Tue, 17 Aug 2021 15:58:49 GMT, Abdul Kolarkunnu
wrote:
> MultipleLogins.sh compiles all files under lib/jdk/test/lib/artifacts, Since
> JDK-8266182 added a new file OpensslArtifactFetcher.java in to same package
> and it has dependency with some other libr
MultipleLogins.sh compiles all files under lib/jdk/test/lib/artifacts, Since
JDK-8266182 added a new file OpensslArtifactFetcher.java in to same package
and it has dependency with some other library files
jdk.test.lib.process.ProcessTools & jdk.test.lib.Platform. These libraries are
not there
On Tue, 8 Jun 2021 16:00:11 GMT, Abdul Kolarkunnu
wrote:
> ParamsTest is an interop test between keytool <-> openssl. There are some
> manual steps listed in jdk/sun/security/pkcs12/params/README to perform after
> the execution of jtreg execution. So this test is to perf
> ParamsTest is an interop test between keytool <-> openssl. There are some
> manual steps listed in jdk/sun/security/pkcs12/params/README to perform after
> the execution of jtreg execution. So this test is to perform that manual
> steps.
Abdul Kolarkunnu has update
On Tue, 17 Aug 2021 11:58:30 GMT, Weijun Wang wrote:
>> Abdul Kolarkunnu has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8266182: Automate manual steps listed in the test
>> jdk/sun/security/pkcs12/ParamsT
On Fri, 13 Aug 2021 15:30:26 GMT, Weijun Wang wrote:
>> Abdul Kolarkunnu has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8266182: Automate manual steps listed in the test
>> jdk/sun/security/pkcs12/Pa
> ParamsTest is an interop test between keytool <-> openssl. There are some
> manual steps listed in jdk/sun/security/pkcs12/params/README to perform after
> the execution of jtreg execution. So this test is to perform that manual
> steps.
Abdul Kolarkunnu has update
On Mon, 9 Aug 2021 12:54:40 GMT, Weijun Wang wrote:
>> Abdul Kolarkunnu has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8266182: Automate manual steps listed in the test
>> jdk/sun/security/pkcs12/Pa
On Mon, 9 Aug 2021 13:04:03 GMT, Weijun Wang wrote:
>> Abdul Kolarkunnu has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8266182: Automate manual steps listed in the test
>> jdk/sun/security/pkcs12/Pa
On Mon, 9 Aug 2021 13:10:05 GMT, Weijun Wang wrote:
>> Abdul Kolarkunnu has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8266182: Automate manual steps listed in the test
>> jdk/sun/security/pkcs12/Pa
> ParamsTest is an interop test between keytool <-> openssl. There are some
> manual steps listed in jdk/sun/security/pkcs12/params/README to perform after
> the execution of jtreg execution. So this test is to perform that manual
> steps.
Abdul Kolarkunnu has update
> ParamsTest is an interop test between keytool <-> openssl. There are some
> manual steps listed in jdk/sun/security/pkcs12/params/README to perform after
> the execution of jtreg execution. So this test is to perform that manual
> steps.
Abdul Kolarkunnu has update
> ParamsTest is an interop test between keytool <-> openssl. There are some
> manual steps listed in jdk/sun/security/pkcs12/params/README to perform after
> the execution of jtreg execution. So this test is to perform that manual
> steps.
Abdul Kolarkunnu has update
On Fri, 18 Jun 2021 13:24:17 GMT, Abdul Kolarkunnu
wrote:
>> ParamsTest is an interop test between keytool <-> openssl. There are some
>> manual steps listed in jdk/sun/security/pkcs12/params/README to perform
>> after the execution of jtreg execution. So this
> ParamsTest is an interop test between keytool <-> openssl. There are some
> manual steps listed in jdk/sun/security/pkcs12/params/README to perform after
> the execution of jtreg execution. So this test is to perform that manual
> steps.
Abdul Kolarkunnu has update
On Fri, 18 Jun 2021 06:06:01 GMT, Sibabrata Sahoo wrote:
>> Abdul Kolarkunnu has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8266182: Create a manual test for jdk/sun/security/pkcs12/ParamsTest.java
>
>
> ParamsTest is an interop test between keytool <-> openssl. There are some
> manual steps listed in jdk/sun/security/pkcs12/params/README to perform after
> the execution of jtreg execution. So this test is to perform that manual
> steps.
Abdul Kolarkunnu has update
ParamsTest is an interop test between keytool <-> openssl. There are some
manual steps listed in jdk/sun/security/pkcs12/params/README to perform after
the execution of jtreg execution. So this test is to perform that manual steps.
-
Commit messages:
- 8266182: Create a manual test
On Fri, 26 Feb 2021 11:12:08 GMT, Abdul Kolarkunnu
wrote:
> There is a lack of tests in the area of java.net.Socket.shutdownInput() and
> java.net.Socket.shutdownOutput() , so added more tests in this area of with
> different TLS versions. Please review.
This pull request has
> There is a lack of tests in the area of java.net.Socket.shutdownInput() and
> java.net.Socket.shutdownOutput() , so added more tests in this area of with
> different TLS versions. Please review.
Abdul Kolarkunnu has updated the pull request incrementally with one additional
commit
On Fri, 26 Feb 2021 11:12:08 GMT, Abdul Kolarkunnu
wrote:
> There is a lack of tests in the area of java.net.Socket.shutdownInput() and
> java.net.Socket.shutdownOutput() , so added more tests in this area of with
> different TLS versions. Please review.
@coffeys
-
There is a lack of tests in the area of java.net.Socket.shutdownInput() and
java.net.Socket.shutdownOutput() , so added more tests in this area of with
different TLS versions. Please review.
-
Commit messages:
- 8260923: Add more tests for SSLSocket input/output shutdown
Changes:
Thanks Sean for the review.
Addressed your comments on new webrev -
http://cr.openjdk.java.net/~akolarkunnu/8248745/webrev.02/
-Muneer
On 06/08/20 8:00 pm, Sean Mullan wrote:
You should also add a test for MD2 and MD5 for the jarsigner
-digestalg option.
125 private static void testJ
Thanks Hai-May for review.
Updated the webrev with your comment
-http://cr.openjdk.java.net/~akolarkunnu/8248745/webrev.01/
-Muneer
On 04/08/20 11:58 pm, Hai-May Chao wrote:
Hi Muneer,
Looks good with one minor comment.
#58: suggest that the SECURITY_WARNING will also include “and is disab
Hi All,
This is a new test int the area of jarsigner and keytool for the
restricted/disabled algorithms.
Bug Id - https://bugs.openjdk.java.net/browse/JDK-8248745
Webrev - http://cr.openjdk.java.net/~akolarkunnu/8248745/webrev.00/
Description:
Adding a test for key generation, jar signing a
25 matches
Mail list logo