summaryrefslogtreecommitdiff
path: root/libnm-util/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-16/+15
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-1/+1
* libnm-util: allow AES cipher for private keysJiří Klimeš2014-05-121-8/+12
* libnm-util: do not call crypto_md5_hash() for empty passwordsJiří Klimeš2014-05-121-0/+3
* libnm-util: free temporary decoded base64 data when parsing OpenSSL key filesDan Williams2013-03-081-0/+3
* libnm-util: free temporary string when parsing OpenSSL key filesDan Williams2013-03-081-0/+3
* all: remove pointless NULL checksDan Winship2013-02-131-51/+8
* libnm-util: recognize PKCS#8 private keys and check passwords (bgo #649326)Dan Williams2011-05-131-4/+90
* libnm-util: fix loading/verifying certificates to allow DER format (rh #699591)Jiří Klimeš2011-04-281-7/+12
* build: do the right thing with config.h (bgo #644664)Kjartan Maraas2011-03-141-0/+2
* libnm-util: rework certificate and private key handlingDan Williams2011-03-021-182/+232
* trivial: add missing includescee12010-10-081-0/+1
* libnm-util: handle PEM files without an ending newline (rh #507315)Dan Williams2009-11-181-1/+1
* libnm-util: add nm_utils_rsa_key_encrypt() and fix crypto padding mixupsDan Williams2009-09-151-1/+1
* libnm-util: allow certificate/key pathsDan Williams2009-09-041-2/+2
* libnm-util: move crypto tests to libnm-util/tests/Dan Williams2009-02-021-11/+11
* 2008-11-13 Dan Williams <dcbw@redhat.com>Dan Williams2008-11-131-2/+2
* 2008-11-13 Dan Williams <dcbw@redhat.com>Dan Williams2008-11-131-55/+142
* Fix confusing error message (bgo #554373)Dan Williams2008-10-041-1/+1
* Rename private nm_* functions to _nm_*Michael Biebl2008-08-261-1/+1
* 2008-07-27 Dan Williams <dcbw@redhat.com>Dan Williams2008-07-271-13/+15
* 2008-06-26 Dan Williams <dcbw@redhat.com>Dan Williams2008-06-261-3/+3
* 2008-05-15 Tambet Ingo <tambet@gmail.com>Tambet Ingo2008-05-191-0/+547