summaryrefslogtreecommitdiff
path: root/lib/x509/privkey_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* eliminated dead code as indicated by clang scan-buildNikos Mavrogiannopoulos2017-02-201-1/+0
* tolerate non-valid UTF8 passwords when decryptingNikos Mavrogiannopoulos2016-11-201-1/+1
* openssl_hash_password: normalize the password prior to useNikos Mavrogiannopoulos2016-11-201-14/+29
* Ported openssl format fix from openconnectNikos Mavrogiannopoulos2016-08-241-2/+2
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-6/+6
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-1/+1
* pbkdf2: removed internal implementation, use nettle'sNikos Mavrogiannopoulos2014-08-081-1/+0
* Use the internal API for MD5 hashing in openssl keys.Nikos Mavrogiannopoulos2013-11-271-7/+7
* beautified tableNikos Mavrogiannopoulos2013-11-271-11/+13
* more keys are zeroizedNikos Mavrogiannopoulos2013-11-271-7/+10
* reindented codeNikos Mavrogiannopoulos2013-11-081-284/+264
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-071-1/+0
* Added salsa20 cipher, and ciphersuites.Nikos Mavrogiannopoulos2013-03-171-1/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* doc updatesNikos Mavrogiannopoulos2012-10-121-1/+2
* Bug fixes in the openssl encrypted PEM key parsing.Nikos Mavrogiannopoulos2012-10-101-24/+44
* gnutls_x509_privkey_import_openssl() works only with PEM files.gnutls_3_0_21Nikos Mavrogiannopoulos2012-07-021-2/+1
* comment put in contextNikos Mavrogiannopoulos2012-07-021-3/+2
* Check for PEM headers before DEK-Info.Nikos Mavrogiannopoulos2012-07-021-2/+16
* Added Camellia-192-CBC algorithm identifier.Nikos Mavrogiannopoulos2012-06-291-0/+1
* Included more algorithms in openssl privkey decryption.Nikos Mavrogiannopoulos2012-06-291-17/+27
* Added functions gnutls_x509_privkey_import2 and gnutls_x509_privkey_import_op...Nikos Mavrogiannopoulos2012-06-281-0/+306