summaryrefslogtreecommitdiff
path: root/lib/gnutls_privkey.c
Commit message (Expand)AuthorAgeFilesLines
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-1404/+0
* doc updateNikos Mavrogiannopoulos2015-06-021-2/+2
* doc updatesNikos Mavrogiannopoulos2015-04-041-0/+1
* gnutls_priv/pubkey_import_url replace: gnutls_privkey_import_pkcs11_url and g...Nikos Mavrogiannopoulos2015-04-011-2/+10
* gnutls_privkey_sign_raw_data: converted to macro over gnutls_privkey_sign_hashNikos Mavrogiannopoulos2015-04-011-7/+13
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-19/+19
* doc updateNikos Mavrogiannopoulos2015-02-281-2/+3
* gnutls_privkey_import_openpgp_raw: do not release the cached valueNikos Mavrogiannopoulos2015-01-101-1/+1
* dropped the sanitize URL approachNikos Mavrogiannopoulos2014-12-231-12/+6
* 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