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.
_______________________________________________
gnu-crypto-discuss mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-crypto-discuss