summaryrefslogtreecommitdiff
path: root/libnm-core/nm-crypto-gnutls.c
Commit message (Expand)AuthorAgeFilesLines
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-415/+0
* all: add "libnm-core/nm-default-libnm-core.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-9/+9
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-332/+344
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-3/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* libnm/crypto: clean crypto implementations for gnutls/nssThomas Haller2018-09-041-82/+68
* libnm/crypto: refactor to use enum for supported ciphersThomas Haller2018-09-041-41/+43
* libnm/crypto: remove unused argument key_type for decrypt functionsThomas Haller2018-09-041-1/+0
* libnm/crypto: adjust signature of crypto functionsThomas Haller2018-09-041-12/+12
* libnm/crypto: rename crypto functions used for testing onlyThomas Haller2018-09-041-19/+19
* libnm/crypto: use nm_explicit_bzero() instead of plain memset()Thomas Haller2018-09-041-5/+4
* libnm/crypto: rework _nm_crypto_verify_cert() to return booleanThomas Haller2018-09-041-7/+7
* libnm/crypto: rename libnm crypto API to have consistent NM prefixThomas Haller2018-09-041-39/+39
* libnm/crypto: add header "nm-crypto-impl.h" for crypto implementationThomas Haller2018-09-041-1/+1
* libnm/crypto: rename libnm's crypto filesThomas Haller2018-09-041-0/+434