Weijun Wang

Results 6 issues of Weijun Wang

Change `Krb5LoginModule` debugging to use `sun.security.util.Debug`. --------- ### Progress - [x] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must not contain...

ready
rfr
security

This code change adds an alternative implementation of user-based authorization `Subject` APIs that doesn't depend on Security Manager APIs. Depending on if the Security Manager is allowed, the methods store...

csr
rfr
serviceability
core-libs
security
jmx

The `src` change is identical to the one in JDK 17u MR1 at https://github.com/openjdk/jdk17u-ri/commit/e9d2641a14407380264b50fa2fe299980fe5f214. There `RSA_KEM.java` test is also identical. There is no `Proc.java` related change here since it was...

Add a new system property to control the name comparison in keytab and ccache entry lookup. --------- ### Progress - [ ] Change must be properly reviewed (1 review required,...

csr
rfr
security

Implement HPKE as defined in https://datatracker.ietf.org/doc/rfc9180/. --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must not...

security

I know IKM is the source of entropy and it's not safe to use an empty IKM. However, in my opinion it should still be legal. Including empty IKMs in...