NetworkManager/src/libnm-crypto
Corentin Noël 5d28a0dd89
doc: replace all (allow-none) annotations by (optional) and/or (nullable)
The (allow-none) annotation is deprecated since a long time now, it is better to
use (nullable) and/or (optional) which clarifies what it means with the (out)
annotation.

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1551
2023-03-27 11:49:43 +02:00
..
meson.build build: move nm-crypto to separate directory "src/libnm-crypto" 2022-03-29 11:56:04 +02:00
nm-crypto-gnutls.c crypto: cleanup error handling in nm_crypto_is_pkcs12_data() 2022-03-29 11:56:05 +02:00
nm-crypto-impl.h build: move nm-crypto to separate directory "src/libnm-crypto" 2022-03-29 11:56:04 +02:00
nm-crypto-nss.c all: fix various "-Wcast-align=strict" warnings 2022-12-09 09:15:56 +01:00
nm-crypto-null.c build: move nm-crypto to separate directory "src/libnm-crypto" 2022-03-29 11:56:04 +02:00
nm-crypto.c doc: replace all (allow-none) annotations by (optional) and/or (nullable) 2023-03-27 11:49:43 +02:00
nm-crypto.h crypto: support EC private keys 2022-08-04 09:46:06 +02:00
README.md build: move nm-crypto to separate directory "src/libnm-crypto" 2022-03-29 11:56:04 +02:00

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.