summaryrefslogtreecommitdiff
path: root/lib/gnutls_privkey.c
Commit message (Expand)AuthorAgeFilesLines
* sanitize URLs at the proper placeNikos Mavrogiannopoulos2014-11-231-11/+29
* Added the ability to register application specific URLs for keys and certsNikos Mavrogiannopoulos2014-11-231-3/+13
* Added API to read/write/delete key-cert pairs (limited to windows for now)Nikos Mavrogiannopoulos2014-11-191-5/+7
* added the notion of preferred sign algorithm in a private keyNikos Mavrogiannopoulos2014-11-131-7/+32
* Enable PIN support to gnutls_x509_privkey_tNikos Mavrogiannopoulos2014-11-121-0/+6
* dropped unused copy_funcNikos Mavrogiannopoulos2014-11-111-3/+0
* fixed compilation warningsNikos Mavrogiannopoulos2014-09-251-28/+28
* enabled gnutls_privkey_export_pkcs11Nikos Mavrogiannopoulos2014-09-241-6/+1
* Add functions to export X.509 and OpenPGP private keys from the abstract typeArmin Burgmeier2014-09-241-0/+126
* introduced gnutls_privkey_import_ext3()Nikos Mavrogiannopoulos2014-09-221-2/+73
* build: condition pkcs11 blockAlon Bar-Lev2014-08-251-0/+2
* _gnutls_privkey_get_mpis: extended to work for PKCS #11 keysNikos Mavrogiannopoulos2014-08-061-0/+12
* stricter type usageNikos Mavrogiannopoulos2014-03-081-2/+2
* set value to null after releasingNikos Mavrogiannopoulos2014-02-131-0/+1
* Added Since flag.Nikos Mavrogiannopoulos2014-01-281-0/+2
* Added gnutls_pubkey_verify_params() and gnutls_privkey_verify_params().Nikos Mavrogiannopoulos2014-01-281-2/+34
* compile missing fileNikos Mavrogiannopoulos2014-01-271-1/+1
* indentedNikos Mavrogiannopoulos2014-01-271-90/+55
* eliminated memory leak when generating a privvate key using gnutls_privkey_ge...Nikos Mavrogiannopoulos2014-01-271-1/+1
* Added functions to directly import parameters into a gnutls_privkey_tNikos Mavrogiannopoulos2014-01-271-139/+0
* ensure that _gnutls_pk_params_copy makes a full duplicate.Nikos Mavrogiannopoulos2014-01-231-1/+2
* Added new functions to obtain raw private keyNikos Mavrogiannopoulos2014-01-231-13/+168
* The library state is used even when not in FIPS mode.Nikos Mavrogiannopoulos2013-11-301-1/+1
* Added support for fips states.Nikos Mavrogiannopoulos2013-11-271-0/+3
* in gnutls_x509_privkey_generate() allow specifying an explicit curve.Nikos Mavrogiannopoulos2013-11-271-0/+4
* Added gnutls_privkey_generate().Nikos Mavrogiannopoulos2013-11-271-0/+42
* reindented codeNikos Mavrogiannopoulos2013-11-081-566/+575
* fix typoNikos Mavrogiannopoulos2013-06-081-1/+1
* doc updateNikos Mavrogiannopoulos2013-05-271-1/+4
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-3/+5
* doc updatesNikos Mavrogiannopoulos2013-04-081-1/+1
* Removed elliptic curve code from gnutls. Use nettle's implementation.Nikos Mavrogiannopoulos2013-04-021-12/+3
* Added sign and verification flags to operate in RSA raw mode (as used in TLS).Nikos Mavrogiannopoulos2013-03-281-2/+11
* doc updateNikos Mavrogiannopoulos2013-03-221-3/+4
* Added gnutls_privkey_status()Nikos Mavrogiannopoulos2013-03-161-0/+29
* doc updateNikos Mavrogiannopoulos2013-03-151-2/+3
* Added gnutls_privkey_sign_raw_data()Nikos Mavrogiannopoulos2013-03-141-13/+25
* return unimplemented feature on encounter of a known but unsupported urlNikos Mavrogiannopoulos2013-03-081-2/+8
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* corrected copyright noticesNikos Mavrogiannopoulos2012-12-061-0/+1
* Import PKCS #12 keysNikos Mavrogiannopoulos2012-12-061-2/+2
* Added helper functions gnutls_pubkey_import_openpgp_raw() and gnutls_pubkey_i...Nikos Mavrogiannopoulos2012-10-071-2/+0
* All openpgp code moved within ENABLE_OPENPGPNikos Mavrogiannopoulos2012-09-211-60/+61
* doc updateNikos Mavrogiannopoulos2012-08-251-0/+3
* Restored ability to decrypt PKCS #8 and #12 keys with a NULL password. Certto...Nikos Mavrogiannopoulos2012-08-041-2/+3
* PKCS #11 PIN handling fixes.Nikos Mavrogiannopoulos2012-07-201-0/+3
* Added PIN callbacks in structures that may require PIN access to override the...Nikos Mavrogiannopoulos2012-07-161-26/+27
* Added gnutls_url_is_supported()Nikos Mavrogiannopoulos2012-07-141-1/+2
* minor fixes in TPM codeNikos Mavrogiannopoulos2012-07-141-1/+2
* Added functions that import any kind of URL into abstract public and private ...Nikos Mavrogiannopoulos2012-07-131-35/+62