summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update git submodules via ./bootstraptmp-bootstrap-submodulesTim Rühsen2018-09-173-7/+10
* .gitlab-ci.yml: enable run with SHA-1 enabledNikos Mavrogiannopoulos2018-09-173-3/+14
* gnutls_x509_trust_list_add_trust_mem: fix behavior with unaccounted certsNikos Mavrogiannopoulos2018-09-171-1/+7
* gnutls_x509_trust_list_add_cas: corrected return valueNikos Mavrogiannopoulos2018-09-171-1/+1
* fixed documentation in trust list functionsNikos Mavrogiannopoulos2018-09-171-14/+26
* Merge branch 'tmp-crl' into 'master'Nikos Mavrogiannopoulos2018-09-179-10/+105
|\
| * tests: added CRL verification testsNikos Mavrogiannopoulos2018-09-176-1/+92
| * certtool: updates in documentation in messages for CRL generationNikos Mavrogiannopoulos2018-09-173-9/+13
|/
* Fix variable used in reallocationNikos Mavrogiannopoulos2018-09-141-1/+1
* .gitignore: updatedNikos Mavrogiannopoulos2018-09-141-1/+16
* dtls: recover when a NewSessionTicket message is lostNikos Mavrogiannopoulos2018-09-143-7/+264
* tlsfuzzer: remove duplicate tests and sort them alphabeticallyDaiki Ueno2018-09-141-28/+20
* doc: fix reference to invocation nodesAndreas Schwab2018-09-141-6/+6
* priority: be backwards compatible with priority strings starting with NONENikos Mavrogiannopoulos2018-09-126-15/+39
* Merge branch 'tmp-strdup' into 'master'Tim Rühsen2018-08-303-9/+3
|\
| * Use gnutls_strdup() instead of strdup() in library codetmp-strdupTim Rühsen2018-08-242-3/+3
| * Remove gnulib work-around '#undef strdup'Tim Rühsen2018-08-241-6/+0
|/
* Merge branch 'tmp-psk-ext-refactor' into 'master'Daiki Ueno2018-08-239-139/+150
|\
| * ext/pre_shared_key: use consistent name for regitration entryDaiki Ueno2018-08-235-6/+6
| * ext/pre_shared_key: make ticket age calculation consistentDaiki Ueno2018-08-231-10/+10
| * tls13/psk_ext_parser: simplify the iterator interfaceDaiki Ueno2018-08-235-123/+134
|/
* gnutls-cli-debug: mention RFC8446 for TLS1.3 and RFC8422 for X25519Nikos Mavrogiannopoulos2018-08-223-4/+3
* Merge branch 'tmp-gnulib-use-git' into 'master'Nikos Mavrogiannopoulos2018-08-221-17/+17
|\
| * Remove --no-git from ./bootstrap [ci skip]tmp-gnulib-use-gitTim Rühsen2018-08-211-17/+17
|/
* Merge branch 'tmp-update-version-numbers' into 'master'Nikos Mavrogiannopoulos2018-08-2117-80/+65
|\
| * handshake: do not negotiate TLS1.3 using the legacy version fieldtmp-update-version-numbersNikos Mavrogiannopoulos2018-08-204-8/+25
| * handshake: simplified protocol version checking functionsNikos Mavrogiannopoulos2018-08-206-49/+39
| * tlsfuzzer: modify to use the final code pointsNikos Mavrogiannopoulos2018-08-201-0/+2
| * fuzz: updated traces for final TLS1.3 versionNikos Mavrogiannopoulos2018-08-206-0/+0
| * protocols: bumped TLS1.3 version number to RFC8446 valueNikos Mavrogiannopoulos2018-08-205-30/+6
|/
* Merge branch 'rfc7250_cert-types' into 'master'Nikos Mavrogiannopoulos2018-08-2034-110/+1895
|\
| * Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-2034-110/+1895
|/
* Merge branch 'tmp-record-size-limit' into 'master'Daiki Ueno2018-08-2011-91/+623
|\
| * ext/record_size_limit: new extensionDaiki Ueno2018-08-2011-31/+619
| * ext/max_record: remove use of extension private dataDaiki Ueno2018-08-201-67/+11
|/
* Merge branch 'tmp-fix-resumption-requested' into 'master'Nikos Mavrogiannopoulos2018-08-203-1/+12
|\
| * gnutls_session_resumption_requested: fixed behavior under TLS1.3Nikos Mavrogiannopoulos2018-08-203-1/+12
|/
* Merge branch 'tmp-no-git-in-bootstrap' into 'master'Tim Rühsen2018-08-201-18/+21
|\
| * .gitlab-ci.yml: use --no-git to bootstraptmp-no-git-in-bootstrapNikos Mavrogiannopoulos2018-08-191-18/+21
|/
* hello_ext: removed bogus commentNikos Mavrogiannopoulos2018-08-191-2/+0
* .gitmodules: gnulib submodule is now synced from libidn's mirrorNikos Mavrogiannopoulos2018-08-191-1/+1
* Merge branch 'tmp-ametzler-typo-guarranteed_overriden' into 'master'Tim Rühsen2018-08-1813-33/+33
|\
| * Fix two typos (overriden/guarranteed)Andreas Metzler2018-08-1613-33/+33
|/
* Merge branch 'tmp-document-none' into 'master'Nikos Mavrogiannopoulos2018-08-151-1/+8
|\
| * doc: document the non-portability of NONE priority stringNikos Mavrogiannopoulos2018-08-151-1/+8
|/
* Merge branch 'tmp-fixes-cov' into 'master'Nikos Mavrogiannopoulos2018-08-1411-28/+69
|\
| * tools: check output of called functionsNikos Mavrogiannopoulos2018-08-136-14/+58
| * write_oid_and_params: moved nullity check of params earlierNikos Mavrogiannopoulos2018-08-131-6/+5
| * gnutls_session_set_premaster: corrected error checksNikos Mavrogiannopoulos2018-08-131-5/+4
| * pubkey_verify_hashed_data: apply algorithm checksNikos Mavrogiannopoulos2018-08-131-2/+0