summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/abstract.h
Commit message (Expand)AuthorAgeFilesLines
* pk: add flags to force RSA-PSS salt length to match digest lengthDaiki Ueno2021-08-071-1/+5
* Changed certificate retrieval callback prototype parameter name to be in line...Tom Vrancken2021-02-281-1/+1
* Merge branch 'tmp-public-header-guards' into 'master'Daiki Ueno2020-08-141-3/+4
|\
| * Add or clean header guards in lib/includes/gnutls/tmp-public-header-guardsTim Rühsen2019-05-081-3/+4
* | doc: expand GNUTLS_PRIVKEY_FLAG_REPRODUCIBLE description on RSA-PSS [ci skip]tmp-reproducible-sig-docDaiki Ueno2020-04-301-3/+6
* | pk: implement deterministic ECDSA/DSADaiki Ueno2019-08-081-1/+4
|/
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-041-1/+1
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-151-0/+8
* GNUTLS_PCERT_NO_CERT: marked as unused/ignoredtmp-fix-GNUTLS_PCERT_NO_CERTNikos Mavrogiannopoulos2018-12-121-2/+1
* Constant time/cache PKCS#1 RSA decryptiontmp-fix-CVE-2018-16868Simo Sorce2018-11-301-1/+12
* Add support for importing/exporting GOST private keysDmitry Eremin-Solenikov2018-06-231-0/+19
* Support importing/exporting X.509 GOST public keysDmitry Eremin-Solenikov2018-06-231-0/+15
* pcert: added functionality to retrieve listsNikos Mavrogiannopoulos2018-05-121-0/+8
* gnutls_privkey_import_ext4: enhanced with GNUTLS_PRIVKEY_INFO_PK_ALGO_BITS flagNikos Mavrogiannopoulos2018-03-021-0/+3
* ocsp: enhanced the OCSP response loading APIsNikos Mavrogiannopoulos2018-02-191-1/+1
* introduced gnutls_certificate_retrieve_function3Nikos Mavrogiannopoulos2018-02-191-1/+32
* sign APIs: introduce RSA-RAW signing algorithmNikos Mavrogiannopoulos2017-08-171-4/+1
* gnutls_privkey_import_ext4: introduced to allow signing with RSA-PSS or Ed255...Nikos Mavrogiannopoulos2017-08-151-5/+51
* Added convention for missing SubjectPublicKeyInfo params fieldNikos Mavrogiannopoulos2017-08-031-1/+3
* abstract.h: added functions to read and write SPKI informationNikos Mavrogiannopoulos2017-08-031-0/+20
* Introduced functions to export integers with no leading zeroNikos Mavrogiannopoulos2017-06-121-0/+46
* abstract API: introduced new signing functionsNikos Mavrogiannopoulos2017-06-071-0/+13
* Separated use of GNUTLS_PRIVKEY_FLAG_PROVABLE and GNUTLS_PRIVKEY_SIGN_FLAG_RE...Nikos Mavrogiannopoulos2017-05-311-2/+2
* gnutls_pubkey_verify_data2: do not utilize GNUTLS_VERIFY_USE_RSA_PSSNikos Mavrogiannopoulos2017-05-311-1/+0
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-1/+6
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-2/+2
* Use separate PEM headers for provable private keysNikos Mavrogiannopoulos2015-09-131-1/+8
* Made the new key generation API flexible to allow extensions in the futureNikos Mavrogiannopoulos2015-09-131-1/+1
* Added API to verify private keys generated with seedNikos Mavrogiannopoulos2015-09-131-1/+2
* Added API to generate private keys from a given seedNikos Mavrogiannopoulos2015-09-121-1/+8
* use the same flags in all verification functionsNikos Mavrogiannopoulos2015-06-021-3/+2
* doc updatesNikos Mavrogiannopoulos2015-04-041-0/+5
* doc update: account for new functionsNikos Mavrogiannopoulos2015-04-011-0/+3
* gnutls_priv/pubkey_import_url replace: gnutls_privkey_import_pkcs11_url and g...Nikos Mavrogiannopoulos2015-04-011-6/+3
* removed gnutls_pubkey_get_verify_algorithm from abstract.hNikos Mavrogiannopoulos2015-02-271-6/+0
* removed gnutls_pubkey_verify_hash() and gnutls_pubkey_verify_data()Nikos Mavrogiannopoulos2015-02-211-14/+0
* Added flag GNUTLS_X509_CRT_LIST_SORT for gnutls_x509_crt_list_import*Nikos Mavrogiannopoulos2014-11-271-0/+4
* Added API to read/write/delete key-cert pairs (limited to windows for now)Nikos Mavrogiannopoulos2014-11-191-1/+0
* added the notion of preferred sign algorithm in a private keyNikos Mavrogiannopoulos2014-11-131-3/+8
* indentation fixNikos Mavrogiannopoulos2014-11-111-13/+7
* dropped unused copy_funcNikos Mavrogiannopoulos2014-11-111-4/+0
* enabled gnutls_privkey_export_pkcs11Nikos Mavrogiannopoulos2014-09-241-0/+3
* Add functions to export X.509 and OpenPGP private keys from the abstract typeArmin Burgmeier2014-09-241-0/+5
* removed gnutls_pcert_get_type()Nikos Mavrogiannopoulos2014-09-221-3/+0
* introduced gnutls_privkey_import_ext3()Nikos Mavrogiannopoulos2014-09-221-0/+17
* Added missing prototypeNikos Mavrogiannopoulos2014-09-211-0/+3
* Add API to retrieve a X.509 or OpenPGP certificate from a gnutls_pcert_tArmin Burgmeier2014-09-211-0/+6
* removed comma at the end of enumerationsNikos Mavrogiannopoulos2014-07-271-2/+2
* Added gnutls_pubkey_verify_params() and gnutls_privkey_verify_params().Nikos Mavrogiannopoulos2014-01-281-0/+4