summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: utils.h: forbid compilation with NDEBUGtmp-pkcs11-updateNikos Mavrogiannopoulos2017-12-031-0/+4
* tests: p11-kit-load.sh: verify that all modules are loaded after a private ke...Nikos Mavrogiannopoulos2017-12-032-3/+23
* tests: enhanced pkcs11/list-tokensNikos Mavrogiannopoulos2017-12-031-4/+12
* pkcs11 verification: always use the GNUTLS_PKCS11_OBJ_FLAG_PRESENT_IN_TRUSTED...Nikos Mavrogiannopoulos2017-12-032-6/+10
* pkcs11: simplify trusted module loading stateNikos Mavrogiannopoulos2017-12-032-13/+15
* _gnutls_pkcs11_check_init: improved transition between statesNikos Mavrogiannopoulos2017-12-033-20/+59
* tests: corrected destructive/p11-kit-load.sh error checkingNikos Mavrogiannopoulos2017-12-021-21/+47
* gnutls-serv: fix double-free on inactivity timeouttmp-dueno-serv-double-freeDaiki Ueno2017-12-011-0/+1
* .dir-locals.el: new fileDaiki Ueno2017-11-301-0/+1
* build: remove m4 files pulled in by autopointDaiki Ueno2017-11-303-905/+0
* gnutls_aead_cipher_init: corrected potential memory leakNikos Mavrogiannopoulos2017-11-291-4/+10
* doc: provided basic documentation of the FIPS140-2 mode [ci skip]Nikos Mavrogiannopoulos2017-11-283-4/+41
* tests: verify whether group remains the same after resumptiontmp-restore-group-infoNikos Mavrogiannopoulos2017-11-271-0/+19
* _gnutls_set_resumed_parameters: restore the group from resumed parametersNikos Mavrogiannopoulos2017-11-271-0/+1
* tests: removed unnecessary assertNikos Mavrogiannopoulos2017-11-241-1/+0
* tests: delete temporary filesNikos Mavrogiannopoulos2017-11-241-0/+1
* session state: use the right type for send_cert_req variableNikos Mavrogiannopoulos2017-11-241-1/+1
* tests: client-fastopen: introduce child signal handler and delay prior to sta...Nikos Mavrogiannopoulos2017-11-241-5/+8
* psktool: allow up to 512-byte keysNikos Mavrogiannopoulos2017-11-221-1/+1
* getfuncs-map.pl: added gnutls_srp_8192_group* symbols to ignore listtmp-srp-updatesNikos Mavrogiannopoulos2017-11-221-0/+2
* updated auto-generated filesNikos Mavrogiannopoulos2017-11-214-397/+400
* srptool: --create-conf no longer includes 1024-bit parametersNikos Mavrogiannopoulos2017-11-212-10/+15
* tests: updated SRP checksNikos Mavrogiannopoulos2017-11-211-37/+60
* .gitlab-ci.yml: move destructive tests after trust store testsNikos Mavrogiannopoulos2017-11-211-1/+2
* doc updateNikos Mavrogiannopoulos2017-11-212-0/+15
* tests: include the 8192-bit SRP prime into param checksNikos Mavrogiannopoulos2017-11-211-0/+1
* srp: added the 8192-bit primeNikos Mavrogiannopoulos2017-11-213-15/+180
* srp: reject any parameters not in the SRP draftNikos Mavrogiannopoulos2017-11-211-113/+2
* fuzz: srp-client: decreased acceptable prime bits to 1024 [ci skip]Nikos Mavrogiannopoulos2017-11-211-1/+1
* tests: combined key and cert teststmp-simplify-testsNikos Mavrogiannopoulos2017-11-2167-109/+29
* tests: windows subdir is only included on windows buildsNikos Mavrogiannopoulos2017-11-211-9/+18
* tests: dtls subdir was merged into main testsNikos Mavrogiannopoulos2017-11-213-54/+13
* fuzz: srp-client: restrict prime bits to 1537 [ci skip]Nikos Mavrogiannopoulos2017-11-201-0/+1
* doc: corrected typoNikos Mavrogiannopoulos2017-11-191-1/+1
* doc: better detect acronym keyword on latex outputtmp-doc-fixNikos Mavrogiannopoulos2017-11-161-0/+1
* doc: latex: resolve all citation issuesNikos Mavrogiannopoulos2017-11-161-9/+70
* doc: citations translate into references in texinfoNikos Mavrogiannopoulos2017-11-164-5/+14
* p11tool: renamed pkcs11_set_pin() to allow static linkingNikos Mavrogiannopoulos2017-11-153-4/+4
* cfg.mk: do not include reproducer files into syntax checkstmp-fix-memleakNikos Mavrogiannopoulos2017-11-151-1/+1
* gnutls_x509_ext_import_proxy: corrected memory leakNikos Mavrogiannopoulos2017-11-152-8/+8
* tools: do not access unused variablesNikos Mavrogiannopoulos2017-11-142-8/+2
* .gitlab-ci.yml: disabled gcc warnings on CI builds and use dashNikos Mavrogiannopoulos2017-11-142-21/+22
* .gitlab-ci.yml: use configure cache file and ccacheNikos Mavrogiannopoulos2017-11-141-42/+72
* doc: corrected typo [ci skip]Nikos Mavrogiannopoulos2017-11-041-1/+1
* tests: list-tokens: not only list but also verify whether module is operationalNikos Mavrogiannopoulos2017-11-031-0/+15
* pkcs11: refuse to load modules with duplicate informationNikos Mavrogiannopoulos2017-11-031-1/+2
* tests: enhanced PKCS#11 loading testNikos Mavrogiannopoulos2017-11-032-0/+14
* tests: added PKCS#11 module loading testNikos Mavrogiannopoulos2017-11-037-10/+320
* pkcs11: allow loading trusted modules when pkcs11 was initialized in manual modeNikos Mavrogiannopoulos2017-11-033-28/+26
* pkcs11: introduce multiple levels of loadingNikos Mavrogiannopoulos2017-11-034-15/+50