gnutls-devel
[Top][All Lists]
Advanced

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

[sr #108155] GnuTLS doesn't accept passwords larger than 32; NSS and Ope


From: anonymous
Subject: [sr #108155] GnuTLS doesn't accept passwords larger than 32; NSS and OpenSSL do
Date: Tue, 09 Oct 2012 22:42:21 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.17 Safari/537.11

URL:
  <http://savannah.gnu.org/support/?108155>

                 Summary: GnuTLS doesn't accept passwords larger than 32; NSS
and OpenSSL do
                 Project: GnuTLS
            Submitted by: None
            Submitted on: Tue 09 Oct 2012 10:42:20 PM UTC
                Category: Core library
                Priority: 5 - Normal
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
        Operating System: None

    _______________________________________________________

Details:

> _gnutls_pkcs12_string_to_key():
>      pwlen = strlen (pw);
>    if (pwlen > 63 / 2)
>      {
>        gnutls_assert ();
>        return GNUTLS_E_INVALID_REQUEST;
>      }

Compatibility issue between NSS, OpenSSL and GnuTLS. Because of the above
snippet, passwords larger than 32 characters work fine in the former two; fail
in GnuTLS.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?108155>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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