summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: added unit test for gnutls_x509_crt_check_iptmp-added-check-ip-functionNikos Mavrogiannopoulos2017-03-163-9/+219
* Added gnutls_x509_crt_check_ip()Nikos Mavrogiannopoulos2017-03-163-3/+30
* 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
* fuzz: added OCSP structure parsersNikos Mavrogiannopoulos2017-03-093-2/+104
* fuzz: increased minimized set of X.509 certificatesNikos Mavrogiannopoulos2017-03-097-0/+0
* PKCS8/PKCS12: enforce a maximum number of iterationsNikos Mavrogiannopoulos2017-03-093-3/+7
* Do not attempt to parse a 32-bit integer if a packet is not 4 bytes.Alex Gaynor2017-03-093-2/+2
* Revert ".gitlab-ci.yml: include coverage statistics of FIPS140-2 code"Nikos Mavrogiannopoulos2017-03-091-2/+1
* sysrng-linux: define _rnd_get_system_entropy unconditionallyNikos Mavrogiannopoulos2017-03-091-1/+2
* tests: dtls-stress: use X.509 certificates instead of openpgptmp-openpgp-compatNikos Mavrogiannopoulos2017-03-082-59/+9
* .gitlab-ci.yml: added build without openpgp supportNikos Mavrogiannopoulos2017-03-081-2/+25
* doc updateNikos Mavrogiannopoulos2017-03-081-0/+4
* Added openpgp stub fileNikos Mavrogiannopoulos2017-03-082-1/+703
* doc updatetmp-improve-test-suiteNikos Mavrogiannopoulos2017-03-081-0/+3
* tests: split PKCS#12 encoding from decoding testsNikos Mavrogiannopoulos2017-03-083-35/+110
* tests: added PKCS#12 file decoding containing a CRLNikos Mavrogiannopoulos2017-03-083-2/+2
* certtool: enhance to allow writing CRLs in PKCS#12 filesNikos Mavrogiannopoulos2017-03-082-2/+43
* tests: added CRL decoding unit tests using certtoolNikos Mavrogiannopoulos2017-03-085-2/+753