Re: [cp-patches] Patch: Implementing non-abstract members on abstract X509Certificate and correcting GeneralName OtherName parsing

2005-12-02 Thread Mark Wielaard
Hi, On Thu, 2005-12-01 at 21:18 -0800, Casey Marshall wrote: > This patch looks good to me. Do you have a copyright assignment on > file for Classpath? No, I'll sent Rafael the request forms. Most of this is small/obvious and can be applied when we change it to our coding style though. But for

Re: [cp-patches] Patch: Implementing non-abstract members on abstract X509Certificate and correcting GeneralName OtherName parsing

2005-12-01 Thread Casey Marshall
On Dec 1, 2005, at 8:05 AM, Rafael Teixeira wrote: 2005-12-01 Rafael Teixeira <[EMAIL PROTECTED]> * gnu/java/security/der/DERValue.java Clearer information returned by toString() to help debugging * gnu/java/security/x509/ext/GeneralNames.java Fix the parsing of the OtherName choic

[cp-patches] Patch: Implementing non-abstract members on abstract X509Certificate and correcting GeneralName OtherName parsing

2005-12-01 Thread Rafael Teixeira
2005-12-01 Rafael Teixeira <[EMAIL PROTECTED]> * gnu/java/security/der/DERValue.java Clearer information returned by toString() to help debugging * gnu/java/security/x509/ext/GeneralNames.java Fix the parsing of the OtherName choice and the tagClass checking * gnu/java/security/x509