summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix session description info printingtmp-fix-cs-descriptionNikos Mavrogiannopoulos2018-11-274-41/+95
* Merge branch 'pem-notext' into 'master'Dmitry Eremin-Solenikov2018-11-2713-82/+201
|\
| * cert-tests: verify --no-text switch for pkcs7/pkcs12 infoDmitry Eremin-Solenikov2018-11-262-0/+28
| * certtool: don't output textual information if --no-text was givenDmitry Eremin-Solenikov2018-11-262-16/+21
| * certtool: don't output pkcs12 information to stderrDmitry Eremin-Solenikov2018-11-262-10/+12
| * cert-tests: verify --no-text switch for cert/crq/pub/privkeysDmitry Eremin-Solenikov2018-11-264-0/+86
| * certtool: don't output textual information if --no-text was givenDmitry Eremin-Solenikov2018-11-266-61/+59
|/
* Merge branch 'tmp-minor-fixes' into 'master'Daiki Ueno2018-11-266-103/+106
|\
| * doc: suggest to check max_early_data_size before sending early dataDaiki Ueno2018-11-261-5/+11
| * tests: resume: suppress compiler warningsDaiki Ueno2018-11-261-4/+1
| * .gitignore: ignore more files and sort them alphabeticallyDaiki Ueno2018-11-241-77/+90
| * bootstrap.conf: add "autogen" to buildreqTim Rühsen2018-11-241-0/+1
| * build: fix srcdir detection when VPATH buildDaiki Ueno2018-11-241-7/+3
| * tests: remove unnecessary session creation in tls13/anti_replayDaiki Ueno2018-11-241-10/+0
|/
* doc: corrected typos [ci skip]Nikos Mavrogiannopoulos2018-11-211-4/+4
* tests: added test for RSA decryption under gnutls_privkey_import_ext4Nikos Mavrogiannopoulos2018-11-201-17/+40
* crypto-self-tests-pk: added RSA-PSS sign/verify testsNikos Mavrogiannopoulos2018-11-201-16/+28
* Merge branch 'tmp-eddsa-pkcs11' into 'master'Nikos Mavrogiannopoulos2018-11-1910-25/+490
|\
| * tests: added TLS1.3 tests for PKCS#11 and external key typesNikos Mavrogiannopoulos2018-11-192-19/+95
| * Add support for EDDSA/Ed25519 object support via PKCS#11Simo Sorce2018-11-198-4/+394
| * Fix RSA-PSS tests to properly return skip valueSimo Sorce2018-11-191-2/+1
* | Merge branch 'tmp-fix-certificate-type' into 'master'Nikos Mavrogiannopoulos2018-11-196-32/+50
|\ \ | |/ |/|
| * gnutls_certificate_type_get*: updated documentation to list limitationstmp-fix-certificate-typeNikos Mavrogiannopoulos2018-11-191-16/+23
| * tests: resume: use spaces around '?' and ':' according to coding styleNikos Mavrogiannopoulos2018-11-192-6/+7
| * gnutls_certificate_type_get*: ensure that the default type is returnedNikos Mavrogiannopoulos2018-11-184-10/+20
* | Merge branch 'tmp-fix-max-early-data-size' into 'master'Nikos Mavrogiannopoulos2018-11-197-13/+77
|\ \ | |/ |/|
| * tests/tls13-early-data: check if max_early_data_size is advertisedtmp-fix-max-early-data-sizeDaiki Ueno2018-11-181-7/+27
| * serv: add --maxearlydata optionDaiki Ueno2018-11-183-1/+35
| * record: gnutls_record_send_early_data: check the upper limitDaiki Ueno2018-11-181-1/+10
| * tls13/session_ticket: fix "max_early_data_size" extension handlingDaiki Ueno2018-11-182-4/+5
|/
* update documentation on GNUTLS_AUTO_REAUTH and gnutls_record_get_direction [c...Nikos Mavrogiannopoulos2018-11-172-9/+14
* .gitlab-ci.yml: run coverage build over fedoraNikos Mavrogiannopoulos2018-11-161-2/+2
* Merge branch 'tpm12_testing' into 'master'Nikos Mavrogiannopoulos2018-11-167-0/+477
|\
| * tests: tpm: Extend test case to not use --registerStefan Berger2018-11-161-40/+73
| * tests: tpm: Add a test case for tpmtoolStefan Berger2018-11-164-0/+432
| * .gitlab-ci.yml: copy the log files of minimal.Fedora to the gitlab serverStefan Berger2018-11-161-0/+9
| * lib: tpm: Fix a memory leakStefan Berger2018-11-151-0/+1
| * tpmtool: Fix a memory leak related to TPM key listStefan Berger2018-11-151-0/+2
* | Merge branch 'gost-raw-privkeys' into 'master'Nikos Mavrogiannopoulos2018-11-1624-7/+440
|\ \
| * | doc: mention GOST private key unmasking and additional format supportDmitry Eremin-Solenikov2018-11-161-0/+3
| * | cert-tests: test parsing and decoding of GOST private keysDmitry Eremin-Solenikov2018-11-1615-2/+321
| * | certtool: support --pkcs-cipher noneDmitry Eremin-Solenikov2018-11-161-0/+2
| * | nettle/gost: gostdsa: use size_t instead of mp_limb_tDmitry Eremin-Solenikov2018-11-162-2/+2
| * | pkcs8: support GOST keys without encapsulationDmitry Eremin-Solenikov2018-11-161-2/+22
| * | nettle: unmaks GOST private keys if necessaryDmitry Eremin-Solenikov2018-11-161-0/+3
| * | nettle/gost: support GOST key unmaskingDmitry Eremin-Solenikov2018-11-163-1/+87
* | | Merge branch 'tmp-anti-replay-updates' into 'master'Nikos Mavrogiannopoulos2018-11-1617-83/+596
|\ \ \ | |/ / |/| |
| * | updated auto-generated-filestmp-anti-replay-updatesNikos Mavrogiannopoulos2018-11-153-4/+8
| * | anti_replay: moved new add function into anti_replay structureNikos Mavrogiannopoulos2018-11-1513-87/+117
| * | tests: added a test for detecting duplicate early dataNikos Mavrogiannopoulos2018-11-152-1/+480