summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: added basic unit tests for several string functions of libstmp-string-testsNikos Mavrogiannopoulos2017-03-163-2/+208
* doc updateNikos Mavrogiannopoulos2017-03-161-0/+10
* tests: certtool-crl-decoding: ignore lines warning about SHA1 deprecationNikos Mavrogiannopoulos2017-03-161-1/+1
* tests: check the flag GNUTLS_VERIFY_ALLOW_SIGN_WITH_SHA1Nikos Mavrogiannopoulos2017-03-161-1/+6
* Introduced flag GNUTLS_VERIFY_ALLOW_SIGN_WITH_SHA1Nikos Mavrogiannopoulos2017-03-166-3/+24
* Introduced the %VERIFY_ALLOW_BROKEN priority string optionNikos Mavrogiannopoulos2017-03-164-0/+11
* Allow reverting the SHA1 ban as a signature algorithmNikos Mavrogiannopoulos2017-03-163-1/+22
* p11tool: test-sign operation using SHA256 instead of SHA1Nikos Mavrogiannopoulos2017-03-161-3/+3
* tests: updated to account SHA1 move to broken setNikos Mavrogiannopoulos2017-03-1617-45/+47
* algorithms: tag SHA1 as insecure algorithmNikos Mavrogiannopoulos2017-03-161-1/+1
* README.md: updated coverage links [ci skip]Nikos Mavrogiannopoulos2017-03-161-2/+2
* tests: removed unneeded ifdef in tlsext-decoding.ctmp-further-rng-improvementsNikos Mavrogiannopoulos2017-03-161-1/+1
* doc: updated RNG designNikos Mavrogiannopoulos2017-03-161-25/+28
* nettle/rnd: introduced time limit for key generatorNikos Mavrogiannopoulos2017-03-161-9/+34
* _gnutls_pk_generate_keys: separate between ephemeral and long-term keysNikos Mavrogiannopoulos2017-03-166-17/+28
* nettle/pk: use the nonce level for digital signaturesNikos Mavrogiannopoulos2017-03-161-3/+3
* .gitlab-ci.yml: limit submodule update to avoid fetchtmp-limit-submodule-fetchNikos Mavrogiannopoulos2017-03-161-6/+6
* Fix a typo in a variable name in an m4 scriptMartin Storsjo2017-03-151-1/+1
* build: disable valgrind tests by defaultAlon Bar-Lev2017-03-154-25/+31
* .gitlab-ci.yml: ubsan build utilizes -Werror for the librarytmp-fix-werror-compilationNikos Mavrogiannopoulos2017-03-151-1/+4
* .gitlab-ci.yml: remove -Werror compilation from scan-buildNikos Mavrogiannopoulos2017-03-151-2/+2
* build: tests: resolve as-needed issue with seccompAlon Bar-Lev2017-03-141-4/+6
* fuzz: Corrected default options in fuzz scripts [ci skip]Nikos Mavrogiannopoulos2017-03-133-3/+4
* gnutls_pkcs11_privkey_init: document limitation on created object [ci skip]Nikos Mavrogiannopoulos2017-03-132-3/+18
* pkcs11: re-open privkey session handle on CKR_SESSION_HANDLE_INVALIDtmp-pkcs11-more-unit-testsNikos Mavrogiannopoulos2017-03-131-3/+11
* tests: pkcs11-mock lib: check object session sanity prior to using itNikos Mavrogiannopoulos2017-03-131-34/+33
* tests: added an OCSP response parsing coverage testNikos Mavrogiannopoulos2017-03-13328-2/+124
* tests: added a certificate parsing coverage testNikos Mavrogiannopoulos2017-03-13486-1/+124
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2017-03-131-58/+74
* tests: added unit tests for gnutls_pkcs11_token_get_mechanismNikos Mavrogiannopoulos2017-03-132-1/+113
* tests: included unit test for gnutls_pkcs11_obj_exportNikos Mavrogiannopoulos2017-03-131-1/+11
* tests: added unit test for gnutls_pkcs11_reinit()Nikos Mavrogiannopoulos2017-03-132-1/+173
* tests: added unit tests for gnutls_pkcs11_obj_get_infoNikos Mavrogiannopoulos2017-03-132-1/+243
* doc updateNikos Mavrogiannopoulos2017-03-131-12/+12
* gnutls_pkcs11_obj_get_info: don't include the terminator into output sizeNikos Mavrogiannopoulos2017-03-131-1/+4
* tests: cert-tests: openpgp-certs: align test redirectionAlon Bar-Lev2017-03-131-1/+1
* tests: suppressions.valgrind: supress fillin_rpathAlon Bar-Lev2017-03-136-0/+48
* tests: remove unused suppressions.valgrindAlon Bar-Lev2017-03-131-16/+0
* lib: unconditionally enable the self-check functionstmp-pkcs11-avoid-locksNikos Mavrogiannopoulos2017-03-138-46/+3
* tests: added unit test for gnutls_pkcs11_get_pin_functionNikos Mavrogiannopoulos2017-03-132-1/+60
* tests: moved ocsp-tests to main directoryNikos Mavrogiannopoulos2017-03-136-107/+71
* pkcs11: re-open private key session inside a locked sectionNikos Mavrogiannopoulos2017-03-133-34/+67
* pkcs11: introduced locks to PKCS#11 private key structureNikos Mavrogiannopoulos2017-03-131-0/+24
* tests: introduced check for parallel operation (signatures) in PKCS#11 modeNikos Mavrogiannopoulos2017-03-132-1/+199
* tests: scripts: suppress which errorsAlon Bar-Lev2017-03-121-2/+2
* pkcs11: during scan, leave the provider loop asapNikos Mavrogiannopoulos2017-03-121-15/+15
* Do not attempt to parse a 32-bit integer if a packet is not 4 bytes.Alex Gaynor2017-03-113-2/+2
* fuzz: document how to run AFL [ci skip]Nikos Mavrogiannopoulos2017-03-091-0/+17
* fuzz: added initial corpus for the OCSP request parserNikos Mavrogiannopoulos2017-03-091-0/+0
* fuzz: added initial corpus for OCSP response parserNikos Mavrogiannopoulos2017-03-094-0/+0