• Kenny Root's avatar
    X509Certificate: SignatureException for verify · cea9ec15
    Kenny Root authored
    Any verification error can throw random things like BadPaddingException.
    Swallow it and catch Exception for all these cases and rethrow as a
    SignatureException to avoid acting as any kind of oracle.
    
    Change-Id: I6b515148f86529fbe0895c9fdb0954306724ae54
    cea9ec15
OpenSSLX509Certificate.java 17 KB