gnu-crypto-discuss
[Top][All Lists]
Advanced

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

Re: [GNU Crypto] GNU Crypto 2.1.0


From: Casey Marshall
Subject: Re: [GNU Crypto] GNU Crypto 2.1.0
Date: Sat, 29 Oct 2005 12:09:01 -0700

On Oct 29, 2005, at 3:15 AM, TAKIGUCHI Naruhito wrote:

Hi, Casey.

I had reported a bug in EMSA_PSS.java previously.
But, It seems this bug isn't fixed in GNU Crypto 2.1.0.

-----
    EMSA_PSS.java, line: 379,
        "for( int i = 0; i < limit; i++ )"
                         ^^^^^^^^^
    In correctly,
        "for ( int i = 0; i <= limit; i++ )"
                          ^^^^^^^^^^
-----


Oh, yeah, I had forgotten about that. I'll check this in immediately on the 2.1 branch.

Sorry about this.




reply via email to

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