mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
Add comment about broken gnutls empty password handling.
This commit is contained in:
parent
5dd973f683
commit
8ffbca582f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user