summaryrefslogtreecommitdiff
path: root/lib/abstract_int.h
Commit message (Expand)AuthorAgeFilesLines
* Add or clean header guards in lib/Tim Rühsen2019-05-071-3/+3
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Constant time/cache PKCS#1 RSA decryptiontmp-fix-CVE-2018-16868Simo Sorce2018-11-301-0/+1
* gnutls_privkey_import_ext4: enhanced with GNUTLS_PRIVKEY_INFO_PK_ALGO_BITS flagNikos Mavrogiannopoulos2018-03-021-0/+1
* gnutls_privkey_import_ext4: introduced to allow signing with RSA-PSS or Ed255...Nikos Mavrogiannopoulos2017-08-151-4/+3
* prior to negotiating a signature check compatibility with private keyNikos Mavrogiannopoulos2017-08-041-0/+2
* RSA-PSS parameter checking was moved to lower level functionsNikos Mavrogiannopoulos2017-08-041-1/+2
* signature security level check were moved to lower level functionsNikos Mavrogiannopoulos2017-08-041-1/+2
* pubkey_verify_hashed_data: simplified and made staticNikos Mavrogiannopoulos2017-08-031-8/+0
* pubkey_verify_data: accept signature entry instead of PK and hashNikos Mavrogiannopoulos2017-08-031-2/+1
* cleanup: removed duplicate parameter in gnutls_pubkey_stNikos Mavrogiannopoulos2017-08-031-1/+0
* gnutls_x509_privkey_int: eliminated duplicate pk_algorithm fieldNikos Mavrogiannopoulos2017-08-031-1/+1
* cleanup: removed unnecessary/duplicate parameters in _dsa_q_to_hashNikos Mavrogiannopoulos2017-08-031-2/+1
* Clarified the purpose of the spki params related functionsNikos Mavrogiannopoulos2017-08-031-2/+2
* Pass the signature algorithm lower in the verification stackNikos Mavrogiannopoulos2017-08-031-3/+5
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-171-4/+9
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-161-11/+0
* gnutls_privkey_st: removed unused elementtmp-multi-updatesNikos Mavrogiannopoulos2017-06-071-1/+0
* _gnutls_privkey_find_sign_params: renamed and simplifiedNikos Mavrogiannopoulos2017-05-311-1/+1
* gnutls_privkey_sign_hash: use the GNUTLS_PRIVKEY_SIGN_FLAG_RSA_PSS flagNikos Mavrogiannopoulos2017-05-291-4/+0
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-2/+21
* 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