summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnutls_session_resumption_requested: fixed behavior under TLS1.3tmp-fix-resumption-requestedNikos Mavrogiannopoulos2018-08-192-0/+8
* 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
| * record: send unexpected_message upon empty unencrypted recordsDaiki Ueno2018-08-061-1/+8
| * buffers: handle very short fragmentation of handshake messagesDaiki Ueno2018-08-063-3/+36
| * mbuffers: introduce _mbuffer_head_push_firstDaiki Ueno2018-08-062-0/+21
| * _gnutls_parse_record_buffered_msgs: eliminate local variable usageDaiki Ueno2018-08-061-11/+5
| * buffers: avoid confusion in fragment length calculationDaiki Ueno2018-08-061-14/+13
|/
* Merge branch 'tmp-skip-zero-rtt' into 'master'Nikos Mavrogiannopoulos2018-08-0617-4/+219
|\
| * tlsfuzzer: update to the latest versionDaiki Ueno2018-08-063-1/+3
| * TLS 1.3: ignore "early_data" extensionDaiki Ueno2018-08-0614-3/+216
|/
* p11tool: print expiration time on certificatesNikos Mavrogiannopoulos2018-08-032-66/+109
* Merge branch 'tmp-handshake-return-early' into 'master'Nikos Mavrogiannopoulos2018-08-0323-123/+743
|\
| * tls1.3: server returns early on handshake when no cert is provided by clientNikos Mavrogiannopoulos2018-08-0322-117/+734
| * gnutls-serv: don't close connection properly when handshake is not yet completeNikos Mavrogiannopoulos2018-08-031-6/+9
|/
* gnutls-cli: corrected input buffer null-terminationtmp-cli-buffer-termNikos Mavrogiannopoulos2018-08-021-1/+0
* certtool: added example of converting to DER in manpageNikos Mavrogiannopoulos2018-07-311-1/+7
* Merge branch 'tmp-fix-wabi' into 'master'Tim Rühsen2018-07-281-0/+1
|\