[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Google
  Web www.spinics.net

Re: [GNU Crypto] GNU Crypto 2.1.0



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++ )"
                          ^^^^^^^^^^
-----

---
NARUHITO                      mailto:naruhito@xxxxxxxxxxxx




_______________________________________________
gnu-crypto-discuss mailing list
gnu-crypto-discuss@xxxxxxx
http://lists.gnu.org/mailman/listinfo/gnu-crypto-discuss

[Home]     [Gnu Classpath]     [Linux Kernel]     [Linux Cryptography]     [Fedora]     [Fedora Directory]     [Red Hat Development]     [Red Hat 9 Bible]     [Fedora Bible]     [Red Hat 9]     [Network Security Reading]

  Powered by Linux