summaryrefslogtreecommitdiff
path: root/lib/x509/privkey.c
Commit message (Expand)AuthorAgeFilesLines
* reindented codeNikos Mavrogiannopoulos2013-11-081-1242/+1187
* in gnutls_x509_privkey_generate() allow specifying an explicit curve.Nikos Mavrogiannopoulos2013-11-081-1/+10
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-4/+5
* doc updatesNikos Mavrogiannopoulos2013-04-081-1/+1
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-071-1/+0
* Removed elliptic curve code from gnutls. Use nettle's implementation.Nikos Mavrogiannopoulos2013-04-021-11/+0
* Private key parameters are overwritten with zeros on deinitialization.Nikos Mavrogiannopoulos2013-03-151-0/+10
* fixed issue in gnutls_x509_privkey_import2()Nikos Mavrogiannopoulos2013-02-071-4/+5
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Import PKCS #12 keysNikos Mavrogiannopoulos2012-12-061-3/+47
* rewritten ASN.1 handling string subsystems to use the new libtasn1 APIs.Nikos Mavrogiannopoulos2012-11-241-1/+1
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-181-1/+1
* doc updatesNikos Mavrogiannopoulos2012-11-171-1/+1
* call gnutls_x509_privkey_import_openssl() even with not a password.gnutls_3_1_3Nikos Mavrogiannopoulos2012-10-121-1/+1
* doc fixesNikos Mavrogiannopoulos2012-10-121-1/+1
* corrected versionsNikos Mavrogiannopoulos2012-10-071-1/+1
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-8/+51
* corrected bug in gnutls_x509_privkey_sign_dataNikos Mavrogiannopoulos2012-09-221-1/+1
* Added gnutls_x509_privkey_get_pk_algorithm2(). Certtool prints the number of ...Nikos Mavrogiannopoulos2012-09-151-0/+32
* Restored ability to decrypt PKCS #8 and #12 keys with a NULL password. Certto...Nikos Mavrogiannopoulos2012-08-041-6/+11
* simplified base64 encoding/decoding functions by using a datum.Nikos Mavrogiannopoulos2012-07-081-8/+3
* gnutls_x509_privkey_import_openssl() works only with PEM files.gnutls_3_0_21Nikos Mavrogiannopoulos2012-07-021-1/+1
* Handle EC DER keys.Nikos Mavrogiannopoulos2012-07-021-1/+6
* Added functions gnutls_x509_privkey_import2 and gnutls_x509_privkey_import_op...Nikos Mavrogiannopoulos2012-06-281-0/+64
* documented behavior.Nikos Mavrogiannopoulos2012-05-311-2/+3
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-221-4/+3
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-2/+2
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-101-4/+0
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+3
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-5/+5
* corrected bug in DSA private key parsing.Nikos Mavrogiannopoulos2011-12-291-1/+0
* Added gnutls_x509_privkey_verify_params() which verifies the parameters of a ...Nikos Mavrogiannopoulos2011-11-111-3/+25
* Corrected ECC key generation.Nikos Mavrogiannopoulos2011-11-101-9/+9
* Verify that received ECDH public key lies on the curve.Nikos Mavrogiannopoulos2011-11-051-9/+9
* key id is being calculated the same way in private keys as in public keys.Nikos Mavrogiannopoulos2011-10-131-31/+4
* Added support to read elliptic curve public keys from PKCS #11 tokens (untest...Nikos Mavrogiannopoulos2011-09-061-1/+1
* corrected sign type errors for integers.Nikos Mavrogiannopoulos2011-08-301-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* More GTK-DOC improvements.Simon Josefsson2011-08-031-0/+4
* Add GTK-DOC Since: tags for 3.0.0 additions.Simon Josefsson2011-08-021-1/+5
* The crippled status of an gnutls_x509_privkey_t was removed.Nikos Mavrogiannopoulos2011-07-231-43/+18
* documentation fixesNikos Mavrogiannopoulos2011-07-231-20/+20
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Moved null check before initialization.Nikos Mavrogiannopoulos2011-06-161-3/+1
* Split pubkey_verify_sig() to pubkey_verify_hashed_data() and pubkey_verify_da...Nikos Mavrogiannopoulos2011-06-041-39/+0
* Added gnutls_x509_privkey_import_ecc_raw() and gnutls_x509_privkey_export_ecc...Nikos Mavrogiannopoulos2011-05-221-0/+132
* Decode PEM ECC private keys.Nikos Mavrogiannopoulos2011-05-221-8/+17
* updates to allow the generation of an ECC private key.Nikos Mavrogiannopoulos2011-05-221-1/+7