classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] PATCH: logging, small fix to X509 parsing


From: Casey Marshall
Subject: [cp-patches] PATCH: logging, small fix to X509 parsing
Date: Sun, 10 Jul 2005 12:08:24 -0700

Hi,

I'm committing this patch that adds component-level logging support, as I proposed earlier, and implements its usage in the X509Certificate class, along with a little fix with the parsing scheme. The modified class passes the Jessie test case that was failing, and still passes all of the PKITS test suite that I have implemented.

2005-07-10  Casey Marshall  <address@hidden>

    * gnu/classpath/debug/Component.java: new file.
    * gnu/classpath/debug/PreciseFilter.java: new file.
    * gnu/classpath/debug/SystemLogger.java: new file.
    * gnu/java/security/x509/X509Certificate.java
    (DEBUG, debug, debug): removed.
    (logger): new constant; use 'logger' with 'Component.X509'
    for debug messages throughout.
    (parse): always read the next DER value after reading the
    version-specific values.

Attachment: x509.patch
Description: Binary data

Attachment: logging.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]