JDK8 Code review request for 7179715: OCSP revocation checking fails if the signer certificate is identified using the key ID (original) (raw)
Sean Mullan sean.mullan at oracle.com
Tue Jul 31 21:43:57 UTC 2012
- Previous message (by thread): Buffer overflow in C code.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Vinnie,
Can you please review my fix for 7179715?
webrev: http://cr.openjdk.java.net/~mullan/webrevs/7179715/webrev.00/
This was a regression caused by the integration of JEP 124. The responderKey was not being parsed correctly and was causing a DER parsing exception. I have also moved the parsing of the responderId inside debugging blocks because it is only currently used for debugging purposes.
The bug is not available at bugs.sun.com for some reason.
Thanks, Sean
- Previous message (by thread): Buffer overflow in C code.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]