summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnutls.pc: don't include zlib twice in private libstmp-fix-zlib-in-pcNikos Mavrogiannopoulos2017-03-232-2/+5
* tests: added unit test of gnutls_pubkey_verify_data2 override flagsNikos Mavrogiannopoulos2017-03-212-1/+149
* tests: keygen -> privkey-keygenNikos Mavrogiannopoulos2017-03-212-1/+1
* _gnutls_check_key_cert_match: allow broken sigsNikos Mavrogiannopoulos2017-03-211-1/+1
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2017-03-211-0/+5
* Use a common function to decide acceptable signaturesNikos Mavrogiannopoulos2017-03-213-7/+6
* check_ocsp_response: utilize the same flags as in certificate verificationNikos Mavrogiannopoulos2017-03-211-5/+8
* extensions: print the name/type of any unexpected extensionNikos Mavrogiannopoulos2017-03-211-0/+2
* tests: added script to check pkg-config operationNikos Mavrogiannopoulos2017-03-212-1/+63
* gnutls.pc: don't pass the libtool vars to Libs.privateNikos Mavrogiannopoulos2017-03-211-1/+1
* tests: improved tls-rehandshake testsNikos Mavrogiannopoulos2017-03-212-92/+8
* tests: check whether a rehandshake without a cert worksNikos Mavrogiannopoulos2017-03-212-1/+313
* handshake: reset cert request state on handshake initNikos Mavrogiannopoulos2017-03-215-16/+14
* Revert "nettle/rnd: use gettime() instead of gnutls_time()"Nikos Mavrogiannopoulos2017-03-211-4/+4
* README.md: corrected typo [ci skip]Nikos Mavrogiannopoulos2017-03-201-1/+1
* nettle/rnd: use gettime() instead of gnutls_time()Nikos Mavrogiannopoulos2017-03-201-4/+4
* doc: updated RNG documentation to reflect the previous changesNikos Mavrogiannopoulos2017-03-201-10/+11
* nettle/rnd: re-seed both key and nonce levels based on timeNikos Mavrogiannopoulos2017-03-201-12/+15
* nettle/pk: use nonce level for RSA paddingNikos Mavrogiannopoulos2017-03-201-2/+3
* README.md: corrected link for coverage in master [ci skip]Nikos Mavrogiannopoulos2017-03-181-1/+1
* Avoid deprecation warnings when including gnutls/abstract.hMartin Storsjo2017-03-181-1/+1
* gnutls.h: added definitions to obtain the maximum element in several enumerat...Nikos Mavrogiannopoulos2017-03-171-5/+10
* tests: added basic unit tests for several string functions of libsNikos Mavrogiannopoulos2017-03-173-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