summaryrefslogtreecommitdiff
path: root/lib/abstract_int.h
Commit message (Expand)AuthorAgeFilesLines
* In import_tpm_key_cb() fix the wrong password loopNikos Mavrogiannopoulos2016-12-051-0/+2
* pubkey_to_bits: return type was changed to unsignedNikos Mavrogiannopoulos2016-05-311-1/+1
* added the notion of preferred sign algorithm in a private keyNikos Mavrogiannopoulos2014-11-131-1/+5
* dropped unused copy_funcNikos Mavrogiannopoulos2014-11-111-1/+0
* introduced gnutls_privkey_import_ext3()Nikos Mavrogiannopoulos2014-09-221-0/+2
* removed unused functionNikos Mavrogiannopoulos2014-02-121-1/+0
* compile missing fileNikos Mavrogiannopoulos2014-01-271-0/+3
* reindented codeNikos Mavrogiannopoulos2013-11-081-62/+60
* corrected bug with _gnutls_dsa_q_to_hash() usage introduced previouslyNikos Mavrogiannopoulos2013-05-251-1/+1
* optimized access to TLS protocol version properties.Nikos Mavrogiannopoulos2013-05-251-1/+1
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-4/+5
* Fixes in openpgp handshake with fingerprints. Reported by Joke de Buhr.Nikos Mavrogiannopoulos2013-03-211-1/+6
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Be tolerant is ECDSA-violating signatures.Nikos Mavrogiannopoulos2012-09-011-2/+2
* Added PIN callbacks in structures that may require PIN access to override the...Nikos Mavrogiannopoulos2012-07-161-0/+50
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-221-4/+6
* Cleanup copyright headers.Simon Josefsson2012-01-251-0/+22
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Split pubkey_verify_sig() to pubkey_verify_hashed_data() and pubkey_verify_da...Nikos Mavrogiannopoulos2011-06-041-0/+16
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-2/+3
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-0/+7
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-3/+3
* Added gnutls_pubkey_import_privkey(), that will copy the public key from a gn...Nikos Mavrogiannopoulos2010-12-161-0/+9