summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnutls_x509_privkey_import_ecc_raw: encode parameters on importtmp-fix-pkcs8-exportNikos Mavrogiannopoulos2018-07-205-5/+321
* Merge branch 'certtool-gost-paramset' into 'master'Nikos Mavrogiannopoulos2018-07-201-21/+2
|\
| * certtool: use gnutls_gost_paramset_get_nameDmitry Eremin-Solenikov2018-07-191-21/+2
|/
* gnutls-cli: do not fail if CKA_ID is too longNikos Mavrogiannopoulos2018-07-191-5/+10
* .gitlab-ci.yml: combined abi-check and TLS1.3 check runstmp-fix-prio-init2Nikos Mavrogiannopoulos2018-07-191-25/+6
* tests: handshake-timeout: reverted virt-time.h usageNikos Mavrogiannopoulos2018-07-191-15/+9
* gnutls_priority_init: fix err_pos on invalid stringsNikos Mavrogiannopoulos2018-07-195-27/+95
* examples: tlsproxy: use snprintf instead of strncpyNikos Mavrogiannopoulos2018-07-171-4/+2
* doc: simplified documentation on threadsNikos Mavrogiannopoulos2018-07-171-14/+13
* examples: tlsproxy: eliminated warningsNikos Mavrogiannopoulos2018-07-171-9/+15
* .gitlab-ci.yml: updated win32 targetsgnutls_3_6_3Nikos Mavrogiannopoulos2018-07-161-2/+0
* doc updateNikos Mavrogiannopoulos2018-07-161-4/+3
* gnutls-cli: mark legacy options as deprecatedNikos Mavrogiannopoulos2018-07-152-145/+147
* .travis.yml: update brew and use nettle 3.4tmp-c99Nikos Mavrogiannopoulos2018-07-141-1/+3
* .gitlab-ci.yml: Werror build runs with -std=c99Nikos Mavrogiannopoulos2018-07-141-3/+3
* bumped versionsNikos Mavrogiannopoulos2018-07-142-4/+4
* _gnutls_resolve_priorities: avoid gnu extension for ?: constructNikos Mavrogiannopoulos2018-07-141-1/+3
* NEWS: doc updatetmp-disable-ssl3Nikos Mavrogiannopoulos2018-07-131-2/+19
* nettle/rnd-fips: updated documentationNikos Mavrogiannopoulos2018-07-131-4/+2
* gnutls-cli: improve error reporting with -l --priority optionNikos Mavrogiannopoulos2018-07-131-1/+4
* cipher-listings: use the sed found by configure script and make it portableNikos Mavrogiannopoulos2018-07-131-2/+4
* tests: tls-fuzzer: separated SSL3.0 from TLS1.x testsNikos Mavrogiannopoulos2018-07-133-10/+37
* gnutls-cli-debug: do not attempt SSL3.0 negotiation when not enabledNikos Mavrogiannopoulos2018-07-132-3/+9
* priorities: ensure that SSL3.0 enablement fails early when disabledNikos Mavrogiannopoulos2018-07-132-8/+15
* The SSL 3.0 protocol is disabled on compile time by defaultNikos Mavrogiannopoulos2018-07-136-8/+19
* tests: gnutls-cli-debug.sh: corrected run under FIPS modeNikos Mavrogiannopoulos2018-07-131-4/+18
* doc: minor text updatesNikos Mavrogiannopoulos2018-07-132-2/+3
* gnutls-cli-debug: fix EtM and extended master secret discoveryNikos Mavrogiannopoulos2018-07-132-3/+2
* tests: improved unit test of gnutls-cli-debugNikos Mavrogiannopoulos2018-07-131-9/+70
* gnutls-cli-debug: generalized cipher testsNikos Mavrogiannopoulos2018-07-122-9/+9
* gnutls-cli-debug: removed legacy tests no longer applicableNikos Mavrogiannopoulos2018-07-123-109/+59
* gnutls-cli-debug: detect TLS1.3 supportNikos Mavrogiannopoulos2018-07-123-8/+50
* gnutls-cli-debug: when testing servers enable all ciphersNikos Mavrogiannopoulos2018-07-121-8/+8
* doc: update for TLS 1.3Daiki Ueno2018-07-123-22/+53
* Merge branch 'tmp-fix-multi-async-msg' into 'master'Nikos Mavrogiannopoulos2018-07-1210-152/+265
|\
| * _gnutls13_recv_async_handshake: process multiple and split handshake messagestmp-fix-multi-async-msgNikos Mavrogiannopoulos2018-07-125-84/+145
| * tests: check whether multiple tickets can be sent/receivedNikos Mavrogiannopoulos2018-07-121-15/+38
| * gnutls_session_ticket_send: allow sending multiple tickets in one goNikos Mavrogiannopoulos2018-07-126-54/+83
|/
* Merge branch 'tmp-limit-ticket-age' into 'master'Nikos Mavrogiannopoulos2018-07-119-37/+389
|\
| * tests: handshake-timeout: use virt_sec_sleep() to avoid long delays in testNikos Mavrogiannopoulos2018-07-112-5/+7
| * generate_session_ticket: tickets cannot extend the original session timeNikos Mavrogiannopoulos2018-07-115-8/+363
| * pre_shared_key: do not send extension when no identities are presentNikos Mavrogiannopoulos2018-07-111-0/+7
| * tests: corrected priority strings in session-tickets-ok and other cleanupsNikos Mavrogiannopoulos2018-07-111-19/+5
| * doc: mention session ticket behavior under TLS1.3Nikos Mavrogiannopoulos2018-07-111-0/+3
| * generate_session_ticket: use a 4-byte nonce by defaultNikos Mavrogiannopoulos2018-07-111-2/+2
| * pre_shared_key: use time_t type for ticket_age variableNikos Mavrogiannopoulos2018-07-111-3/+2
| * generate_session_ticket: fixed commentNikos Mavrogiannopoulos2018-07-111-1/+1
|/
* lib: document digest and paramset in gost key import functionsDmitry Eremin-Solenikov2018-07-103-3/+12
* lib/x509: use new function to deduce default GOST paramsetDmitry Eremin-Solenikov2018-07-105-24/+13
* lib: remove undefined behaviour when handling GOST paramsetDmitry Eremin-Solenikov2018-07-105-15/+20