Add comment about broken gnutls empty password handling.

This commit is contained in:
antona 2005-08-09 11:07:26 +00:00
parent 5dd973f683
commit 8ffbca582f

View File

@ -485,6 +485,8 @@ check_again:
goto bag_out;
}
/* Decrypt the private key into GNU TLS format. */
// FIXME: Due to bugs (?) in gnutls this fails when an
// empty password is used.
err = gnutls_x509_privkey_import_pkcs8(pkey, &dkey,
GNUTLS_X509_FMT_DER, password, flags);
if (err) {