summaryrefslogtreecommitdiff
path: root/libnm-util/crypto.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-1/+0
2016-09-23crypto: don't try to decrypt PKCS#8 key if no password is suppliedBeniamino Galvani1-1/+1
2016-04-20libnm-core: empty key is not a pkcs12 fileLubomir Rintel1-0/+3
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-1/+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-11-13libnm*: fix library gettext usageDan Winship1-1/+1
2014-07-15libnm-util, libnm-glib: whitespace fixesDan Winship1-16/+15
2014-07-15libnm-util, libnm-glib: standardize copyright/license headersDan Winship1-1/+1
2014-05-12libnm-util: allow AES cipher for private keysJiří Klimeš1-8/+12
2014-05-12libnm-util: do not call crypto_md5_hash() for empty passwordsJiří Klimeš1-0/+3
2013-03-08libnm-util: free temporary decoded base64 data when parsing OpenSSL key filesDan Williams1-0/+3
2013-03-08libnm-util: free temporary string when parsing OpenSSL key filesDan Williams1-0/+3
2013-02-13all: remove pointless NULL checksDan Winship1-51/+8
2011-05-13libnm-util: recognize PKCS#8 private keys and check passwords (bgo #649326)Dan Williams1-4/+90
2011-04-28libnm-util: fix loading/verifying certificates to allow DER format (rh #699591)Jiří Klimeš1-7/+12
2011-03-14build: do the right thing with config.h (bgo #644664)Kjartan Maraas1-0/+2
2011-03-02libnm-util: rework certificate and private key handlingDan Williams1-182/+232
2010-10-08trivial: add missing includescee11-0/+1
2009-11-18libnm-util: handle PEM files without an ending newline (rh #507315)Dan Williams1-1/+1
2009-09-15libnm-util: add nm_utils_rsa_key_encrypt() and fix crypto padding mixupsDan Williams1-1/+1
2009-09-04libnm-util: allow certificate/key pathsDan Williams1-2/+2
2009-02-02libnm-util: move crypto tests to libnm-util/tests/Dan Williams1-11/+11
2008-11-132008-11-13 Dan Williams <dcbw@redhat.com>Dan Williams1-2/+2
2008-11-132008-11-13 Dan Williams <dcbw@redhat.com>Dan Williams1-55/+142
2008-10-04Fix confusing error message (bgo #554373)Dan Williams1-1/+1
2008-08-26Rename private nm_* functions to _nm_*Michael Biebl1-1/+1
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/+547