summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnutls-cli-debug: mention RFC8446 for TLS1.3 and RFC8422 for X25519tmp-gnutls-cli-debug-fixNikos Mavrogiannopoulos2018-08-213-4/+3
* 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
| * privkey_sign_raw_data: use assert to mark code which always succeedsNikos Mavrogiannopoulos2018-08-131-0/+1
| * _gnutls_send_change_cipher_spec: removed unnecessary testNikos Mavrogiannopoulos2018-08-131-1/+1
|/
* .travis.yml: do not run brew upgradeNikos Mavrogiannopoulos2018-08-131-2/+6
* Merge branch 'tmp-use-explicit-bzero' into 'master'Nikos Mavrogiannopoulos2018-08-084-12/+20
|\
| * gnutls_memset: use explicit_bzeroNikos Mavrogiannopoulos2018-08-084-12/+20
|/
* Merge branch 'tmp-consistent-falltrough' into 'master'Nikos Mavrogiannopoulos2018-08-0814-99/+144
|\
| * use a consistent method to mark fall-through in switch casesNikos Mavrogiannopoulos2018-08-0814-99/+144
|/
* Merge branch 'tmp-tlsfuzzer-update-tls13' into 'master'Daiki Ueno2018-08-0818-25/+225
|\
| * ext/pre_shared_key: prevent crash if no server credentials are setDaiki Ueno2018-08-082-12/+28
| * tlsfuzzer: update to the latest versionDaiki Ueno2018-08-083-3/+7
| * alert: map GNUTLS_E_NO_COMMON_KEY_SHARE to handshake_failureDaiki Ueno2018-08-081-1/+1
| * algorithms: add support for FFDHE6144Daiki Ueno2018-08-0812-9/+189
|/
* Merge branch 'tmp-fix-ecdsa-pubkey-import' into 'master'Nikos Mavrogiannopoulos2018-08-075-11/+183
|\
| * Corrected the importing of ECDSA public keysNikos Mavrogiannopoulos2018-08-075-11/+183
|/
* Ensure we are sending the right protocol version on second client helloNikos Mavrogiannopoulos2018-08-073-4/+242
* doc: improved text on certificationsNikos Mavrogiannopoulos2018-08-071-7/+4
* doc: few improvements over certificate validation textNikos Mavrogiannopoulos2018-08-073-10/+29
* Merge branch 'tmp-persistent-id' into 'master'Nikos Mavrogiannopoulos2018-08-079-71/+111
|\
| * gnutls-serv: re-introduce the session identifier messageNikos Mavrogiannopoulos2018-08-071-11/+9
| * resume: keep persistent session identifiersNikos Mavrogiannopoulos2018-08-078-60/+102
|/
* Merge branch 'tmp-handshake-interleave' into 'master'Nikos Mavrogiannopoulos2018-08-069-47/+93
|\
| * .gitlab-ci.yml: include fuzz/*.log in artifactsDaiki Ueno2018-08-061-0/+1
| * tests: tls-fuzzer: enable tests relying on header fragmentationDaiki Ueno2018-08-062-19/+10