On Sat, 18 Mar 2023 07:53:15 GMT, Martin Balao wrote:
>> src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Mac.java line
>> 223:
>>
>>> 221: }
>>> 222: p11Key = P11SecretKeyFactory.convertKey(token, key,
>>> algorithm);
>>> 223: }
>>
>> Is this meant
On Sat, 18 Mar 2023 07:18:31 GMT, Martin Balao wrote:
>> src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Mac.java line
>> 204:
>>
>>> 202: if (svcPbeKi != null) {
>>> 203: if (key instanceof P11Key) {
>>> 204: params = PBEUtil.checkKeyParams(key,
On Fri, 17 Mar 2023 15:47:41 GMT, Martin Balao wrote:
>> src/java.base/share/classes/sun/security/util/PBEUtil.java line 59:
>>
>>> 57: }
>>> 58:
>>> 59: public AlgorithmParameters getAlgorithmParameters(int blkSize,
>>
>> I see most if not all of the methods in this class are
Hi All,
We propose to add support for HSS/LMS as a Signature algorithm to JCA/JCE.
All currently widely used digital signature schemes, including DSA, RSA, ECDSA,
and EdDSA, have the potential to be broken if large scale quantum computers are
ever built. However, the security of HSS/LMS depends
> Can I please get reviews for this PR?
>
> The most common and frequent use of NonEscaping Phis merging object
> allocations is for debugging information. The two graphs below show numbers
> for Renaissance and DaCapo benchmarks - similar results are obtained for all
> other applications that
On Wed, 15 Mar 2023 18:02:58 GMT, Valerie Peng wrote:
>> src/java.base/share/classes/sun/security/util/PBEUtil.java line 47:
>>
>>> 45:
>>> 46: // Used by SunJCE and SunPKCS11
>>> 47: public final static class PBES2Params {
>>
>> This class confuses me. An instance is constructed witho
On Sat, 18 Mar 2023 19:14:09 GMT, Mandy Chung wrote:
>> `ModuleInfoWriter` is not used by the runtime. Move it to the test library
>> as `jdk.test.lib.util.ModuleInfoWriter`. The tests are updated to use the
>> test library instead. `ModuleInfoWriter` depends on `jdk.internal.module`
>>
On Fri, 17 Mar 2023 22:01:46 GMT, Mandy Chung wrote:
> `ModuleInfoWriter` is not used by the runtime. Move it to the test library
> as `jdk.test.lib.util.ModuleInfoWriter`. The tests are updated to use the
> test library instead. `ModuleInfoWriter` depends on `jdk.internal.module`
> type
On Mon, 20 Mar 2023 06:57:32 GMT, Jaikiran Pai wrote:
>> test/jdk/java/lang/ModuleTests/AnnotationsTest.java line 61:
>>
>>> 59: * java.base/jdk.internal.module
>>> 60: * @library /test/lib
>>> 61: * @build jdk.test.lib.util.ModuleInfoWriter
>>
>> You don't need to build library cla
On Sat, 18 Mar 2023 06:08:07 GMT, Martin Balao wrote:
>> src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11SecretKeyFactory.java
>> line 118:
>>
>>> 116: return true;
>>> 117: }
>>> 118: return ki.keyType == si.keyType;
>>
>> So, for non-PBE k
On Wed, 15 Mar 2023 00:30:56 GMT, Valerie Peng wrote:
>> We would like to propose an implementation for the [JDK-8301553: Support
>> Password-Based Cryptography in
>> SunPKCS11](https://bugs.openjdk.org/browse/JDK-8301553) enhancement
>> requirement.
>>
>> In addition to pursuing the requirem
On Mon, 20 Mar 2023 01:34:11 GMT, Leonid Mesnik wrote:
>> Mandy Chung has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> move @library after @modules per the recommended ordering
>
> test/jdk/java/lang/ModuleTests/AnnotationsTest.java line
12 matches
Mail list logo