mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 20:10:10 +01:00
Our convention is that a function that fails MUST set the GError output. No need to check for that in nm_crypto_is_pkcs12_data(). Simplify the error paths. Also, in gnutls' _nm_crypto_verify_pkcs12(), don't call gnutls_pkcs12_deinit() before gnutls_strerror(). It's unclear whether that couldn't set a different error reason. |
||
|---|---|---|
| .. | ||
| meson.build | ||
| nm-crypto-gnutls.c | ||
| nm-crypto-impl.h | ||
| nm-crypto-nss.c | ||
| nm-crypto-null.c | ||
| nm-crypto.c | ||
| nm-crypto.h | ||
| README.md | ||
libnm-crypto
libnm-core has a dependency on crypto code (either backed by "gnutls", "nss" or the "null" dummy implementation).
libnm-core gets then statically linked into the daemon and into libnm.so.