summaryrefslogtreecommitdiff
path: root/libnm-util/crypto_nss.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-04libnm/crypto: rework endianness detection for crypto_verify_pkcs12()Thomas Haller1-7/+8
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-1/+1
2017-03-14all: use "unsigned" instead of "unsigned int"Thomas Haller1-2/+2
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-2/+0
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-1/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2014-12-04libnm-util: Note that nm_utils_deinit() is a no-opDan Winship1-5/+0
2014-11-13libnm*: fix library gettext usageDan Winship1-1/+1
2014-07-15libnm-util, libnm-glib: whitespace fixesDan Winship1-1/+0
2014-07-15libnm-util, libnm-glib: standardize copyright/license headersDan Winship1-1/+1
2014-05-12libnm-util: add nm_utils_rsa_key_encrypt_aes() encrypting RSA key with AESJiří Klimeš1-0/+2
2014-05-12libnm-util: allow AES cipher for private keysJiří Klimeš1-0/+3
2014-05-02all: fix various warnings detected with coverityThomas Haller1-5/+2
2013-02-13all: remove pointless NULL checksDan Winship1-12/+0
2011-05-13libnm-util: recognize PKCS#8 private keys and check passwords (bgo #649326)Dan Williams1-0/+15
2011-03-31libnm-util: don't ever deinit crypto methods (bgo #646300)Dan Williams1-4/+0
2010-01-21crypto: de-init NSS after calling PR_GetError()Dan Williams1-1/+1
2009-10-02libnm-util: fix NSS padding checking and add testcaseDan Williams1-3/+4
2009-09-15libnm-util: add nm_utils_rsa_key_encrypt() and fix crypto padding mixupsDan Williams1-17/+194
2008-11-14Fix undefined variable error on BE archesDan Williams1-1/+3
2008-11-132008-11-13 Dan Williams <dcbw@redhat.com>Dan Williams1-12/+115
2008-09-082008-09-08 Dan Williams <dcbw@redhat.com>Dan Williams1-16/+18
2008-09-052008-09-05 Dan Williams <dcbw@redhat.com>Dan Williams1-1/+11
2008-08-262008-08-25 Dan Williams <dcbw@redhat.com>Dan Williams1-7/+16
2008-07-272008-07-27 Dan Williams <dcbw@redhat.com>Dan Williams1-13/+15
2008-06-262008-06-26 Dan Williams <dcbw@redhat.com>Dan Williams1-3/+3
2008-05-192008-05-15 Tambet Ingo <tambet@gmail.com>Tambet Ingo1-0/+256