summaryrefslogtreecommitdiff
path: root/lib/verify-tofu.c
Commit message (Expand)AuthorAgeFilesLines
* verify-tofu: switch to using static mutex for lockingDaiki Ueno2021-11-171-4/+4
* verify-tofu: return errors from store functions if callback failsDaiki Ueno2020-11-241-3/+10
* build: write "FILE *fp" instead of "FILE *fd"tmp-fileioDaiki Ueno2020-05-301-17/+17
* lib: avoid file descriptor leak when application forksDaiki Ueno2020-05-301-3/+3
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-151-42/+74
* nettle base64_encode_raw: use cast to avoid warningsNikos Mavrogiannopoulos2018-02-061-1/+1
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-161-83/+4
* gnutls_store_commitment: introduced flag GNUTLS_SCOMMIT_FLAG_ALLOW_BROKENNikos Mavrogiannopoulos2017-02-241-2/+5
* gnutls_store_pubkey: document the default hosts formatNikos Mavrogiannopoulos2016-11-111-0/+7
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-6/+6
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-7/+7
* verify-tofu: use nettle's base64 functionsNikos Mavrogiannopoulos2015-07-211-7/+8
* cleanup unused variableNikos Mavrogiannopoulos2015-05-211-4/+0
* corrected allocation checkNikos Mavrogiannopoulos2015-05-211-6/+5
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-1/+1
* removed unused variableNikos Mavrogiannopoulos2014-09-171-3/+0
* added gnutls_pkcs11_copy_attached_extension()Nikos Mavrogiannopoulos2014-09-121-68/+2
* export x509_crt_to_raw_pubkey() in x509/common.h and prefixed s/get_extension...Nikos Mavrogiannopoulos2014-09-101-4/+3
* doc updateNikos Mavrogiannopoulos2014-08-171-0/+9
* doc updateNikos Mavrogiannopoulos2014-08-171-3/+3
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-1/+1
* doc updateNikos Mavrogiannopoulos2014-03-311-5/+5
* stricter type usageNikos Mavrogiannopoulos2014-03-081-5/+6
* clang warning fixesNikos Mavrogiannopoulos2014-03-081-4/+4
* reindented codeNikos Mavrogiannopoulos2013-11-081-594/+614
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-6/+7
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* updated sbuf interface.Nikos Mavrogiannopoulos2013-01-261-1/+0
* Define _gnutls_file_mutex in gnutls_global.c instead of in verify-tofu.cMartin Storsjo2013-01-211-1/+1
* Allow easier marking of insecure algorithms.Nikos Mavrogiannopoulos2012-11-081-1/+1
* Use hash-pjw-bare instead of asn1_bhash().Nikos Mavrogiannopoulos2012-10-021-1/+0
* Use openpgp if enabled.Nikos Mavrogiannopoulos2012-04-171-0/+4
* Doc fixes for GTK-DOC.Simon Josefsson2012-03-021-4/+4
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-3/+3
* return the documented error codeNikos Mavrogiannopoulos2012-02-181-1/+1
* corrected memory leakNikos Mavrogiannopoulos2012-02-181-1/+1
* The public key storage backend was made extendable.Nikos Mavrogiannopoulos2012-02-181-21/+120
* Modified the trust_db API to avoid dependendance on a structure.Nikos Mavrogiannopoulos2012-02-161-33/+26
* make the default storage backend thread safe.Nikos Mavrogiannopoulos2012-02-151-4/+14
* The hash in gnutls_store_commitment() is specified in raw format.Nikos Mavrogiannopoulos2012-02-151-0/+736