summaryrefslogtreecommitdiff
path: root/lib/x509/privkey_pkcs8.c
Commit message (Expand)AuthorAgeFilesLines
* Added support for generating and reading EdDSA/Ed25519 keyseddsa2Nikos Mavrogiannopoulos2016-04-271-1/+2
* gnutls_x509_privkey_import: add missing algorithm setting for DSA keysJan Vcelak2016-02-261-0/+1
* pkcs12: correctly set salt size in gnutls_pkcs12_mac_infoNikos Mavrogiannopoulos2015-11-091-1/+2
* Use separate PEM headers for provable private keysNikos Mavrogiannopoulos2015-09-131-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-6/+6
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-181-2/+2
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-1/+1
* x509: use libtasn1's strict DER decoding rules in network obtained structuresNikos Mavrogiannopoulos2015-03-091-7/+7
* Re-initialize the ASN.1 structures on every importNikos Mavrogiannopoulos2014-08-171-0/+5
* pkcs12: Allow verification with structures that support other than HMAC-SHA1 ...Nikos Mavrogiannopoulos2014-08-101-4/+8
* pbkdf2: removed internal implementation, use nettle'sNikos Mavrogiannopoulos2014-08-081-20/+9
* pkcs12: fixes in decryption with null passwordNikos Mavrogiannopoulos2014-08-051-1/+1
* added new function to obtain information on a PKCS #12 encrypted bagNikos Mavrogiannopoulos2014-08-051-8/+20
* doc updateNikos Mavrogiannopoulos2014-08-051-4/+5
* gnutls_pkcs8_info: will return OID value even on unsupported structuresNikos Mavrogiannopoulos2014-08-051-5/+20
* simplified decrypt_data() and initialize parameters on decryptionNikos Mavrogiannopoulos2014-08-041-23/+11
* further increase iteration countNikos Mavrogiannopoulos2014-08-041-2/+2
* small fixes and optimizations in PKCS #8 informationNikos Mavrogiannopoulos2014-08-041-42/+40
* added new functions to obtain information on PKCS #8 structures.Nikos Mavrogiannopoulos2014-08-041-37/+320
* PKCS #8 encryption support was made more compact and manageableNikos Mavrogiannopoulos2014-08-041-226/+151
* Allow decoding PKCS #8 files with ECC parameters from openssl.Nikos Mavrogiannopoulos2014-04-111-2/+19
* updated prototype of _gnutls_mpi_powmNikos Mavrogiannopoulos2014-01-261-1/+5
* Updated _gnutls_mpi_init prototype and added _gnutls_mpi_init_multiNikos Mavrogiannopoulos2014-01-261-3/+2
* _gnutls_privkey_decode_ecc_key() returns integers as error code to distinguis...Nikos Mavrogiannopoulos2013-11-271-3/+2
* corrected typoNikos Mavrogiannopoulos2013-11-271-1/+1
* zeroize also ASN.1 structures that hold keys.Nikos Mavrogiannopoulos2013-11-271-41/+21
* better naming for free_datum functions.Nikos Mavrogiannopoulos2013-11-271-13/+13
* overwrite temp buffers of private keys.Nikos Mavrogiannopoulos2013-11-271-13/+16
* reindented codeNikos Mavrogiannopoulos2013-11-081-2216/+2099
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-2/+2
* 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
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-181-4/+4
* corrected versionsNikos Mavrogiannopoulos2012-10-071-1/+1
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-0/+89
* Prevent the usage of strlen() on null values.Nikos Mavrogiannopoulos2012-08-251-2/+10
* Restored ability to decrypt PKCS #8 and #12 keys with a NULL password. Certto...Nikos Mavrogiannopoulos2012-08-041-3/+7
* simplified base64 encoding/decoding functions by using a datum.Nikos Mavrogiannopoulos2012-07-081-10/+3
* Fixed leaks in PKCS #8 decodingNikos Mavrogiannopoulos2012-06-091-3/+3
* Re-use GNUTLS_E_DECRYPTION_FAILED for encrypted structures.Nikos Mavrogiannopoulos2012-06-051-2/+2
* Introduced GNUTLS_E_ENCRYPTED_STRUCTURE error code.Nikos Mavrogiannopoulos2012-06-031-30/+53
* Do not crash if password is null and GNUTLS_PKCS_PLAIN is not specified.Nikos Mavrogiannopoulos2012-05-311-1/+1
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-101-4/+0
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-14/+14
* Modulo operations are only occuring on unsigned integers.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-2/+2
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-3/+3