Hi Security developers,
I have a security test bug
https://bugs.openjdk.java.net/browse/JDK-8075286, which adds more cases
for NSA Suite B algorithms in jdk repo.
Please review this patch at
http://cr.openjdk.java.net/~fyuan/jjiang/8075286/webrev.00/
Every comment is appreciated.
Best Regards
Please review this spec clarification at
http://cr.openjdk.java.net/~weijun/8129789/webrev.00
Thanks
Max
Hi Sean, et al.,
I've updated the review to incorporate Sean's comments. Sean, I was
able to remove encodeInternal() and make it into a one-liner inside each
of the ctors, so that shrunk things down a bit more which is nice. Let
me know what you think.
Webrev: http://cr.openjdk.java.net/~j
Hello,
Please review this fix for 9.
Certpath validation fails to load certs and CRLs if AIA and CRLDP
extensions point to LDAP resources. This happens because LDAPCertStore
accepts only instances of LDAPCertStoreParameters and
URICertStoreParameters classes, but
sun.security.provider.certpa
Hi Sean, thanks for the comments, they all sound very reasonable to me.
I'll get on fixing those now. WRT the cloning, I figured that since the
class had public visibility and the methods in question were public
methods that it was better to err on the side of safety, even with the
class bein
Very nice rewrite. Looks good.
Thanks,
Vladimir
On 9/1/15 7:45 AM, Andrew Haley wrote:
I've been looking at the intrinsic we have for GHASH. While it is
decent as it goes, its performance is considerably worse than some
other implementations of GHASH on the same processor.
Thanks are due to A
On 08/28/2015 09:25 PM, Jamil Nimeh wrote:
Hello all,
I've removed the CertAttrSet interface from OCSPNonceExtension and
trimmed away a few unneeded methods. As a result the class is immutable
now.
Looks a lot cleaner. Strictly speaking, the cloning is not necessary
since this is an internal
On 09/01/2015 04:42 PM, Anthony Scarpino wrote:
> Does your alignment changes affect x86 only or should this help all
> architectures?
It does the best thing it can on every architecture. On those which
support unaligned accesses, it uses them; if not, it doesn't.
But there is a very cool optim
Hi Andrew,
Does your alignment changes affect x86 only or should this help all
architectures?
In general I don't see a disadvantage and that it could be expanded to other
places in crypto too. But I have think about the effects on sparc, so that
would need to be tested. Right now the sparc in
Looks good to me.
--Sean
On 08/31/2015 07:49 PM, Valerie Peng wrote:
Hi,
Can someone please help reviewing this regression test update?
http://cr.openjdk.java.net/~valeriep/8133801/webrev.00/
Both tests are updated to not using private SunPKCS11 constructors.
The test Absolute.java has been
I've been looking at the intrinsic we have for GHASH. While it is
decent as it goes, its performance is considerably worse than some
other implementations of GHASH on the same processor.
Thanks are due to Alexander Alexeev who did a fine job implementing
the x86 algorithm on AArch64, but the resu
11 matches
Mail list logo