summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnutls_certificate_set_retrieve_function3: updated documentationtmp-pkcs11-pcertNikos Mavrogiannopoulos2018-05-122-15/+11
* updated auto-generated filesNikos Mavrogiannopoulos2018-05-123-0/+8
* pcert: added functionality to retrieve listsNikos Mavrogiannopoulos2018-05-1212-32/+695
* tests: sanity-cpp: fixes for win32Nikos Mavrogiannopoulos2018-05-121-2/+4
* .gitlab-ci.yml: bumped version of cache due to addition of CXXFLAGSNikos Mavrogiannopoulos2018-05-121-1/+1
* tests: fix failures in cxx exampleNikos Mavrogiannopoulos2018-05-121-2/+10
* cxx: bring few modern functions, and allow to get the raw sessionNikos Mavrogiannopoulos2018-05-122-0/+18
* Merge branch 'master' into 'master'Nikos Mavrogiannopoulos2018-05-126-44/+306
|\
| * New constructors for classes client_session() and server_session() provide pa...Philippe Widmer2018-05-106-44/+306
|/
* tests: mini-record-timing: updated to work under newer gnutls [ci skip]Nikos Mavrogiannopoulos2018-05-101-13/+8
* tests: key_update: improved error checking and increased timeouttmp-move-ci-to-f28Nikos Mavrogiannopoulos2018-05-101-4/+10
* .gitlab-ci.yml: moved fedora CI builds to F28Nikos Mavrogiannopoulos2018-05-091-3/+2
* tests: testcompat-openssl: disable DSS ciphersuites under SSL3.0Nikos Mavrogiannopoulos2018-05-091-59/+64
* Makefile.am: optimized the abi-check configure stepNikos Mavrogiannopoulos2018-05-092-4/+7
* several updates to address issues found by clang static analyzerNikos Mavrogiannopoulos2018-05-096-10/+16
* nettle: fix casts which result to warnings in newer gccNikos Mavrogiannopoulos2018-05-091-4/+14
* tests: updated for GNUTLS_E_RECEIVED_ILLEGAL_PARAMETER from handshakeNikos Mavrogiannopoulos2018-05-071-1/+1
* handshake: use GNUTLS_E_RECEIVED_ILLEGAL_PARAMETER consistentlyNikos Mavrogiannopoulos2018-05-073-3/+4
* CONTRIBUTING.md: documented status of C++ library [ci skip]Nikos Mavrogiannopoulos2018-05-071-0/+3
* tests: cookie: fixed exit condition [ci skip]Nikos Mavrogiannopoulos2018-05-071-0/+1
* doc update [ci skip]Nikos Mavrogiannopoulos2018-05-071-0/+4
* .gitlab-ci.yml: fixes in win32 buildsNikos Mavrogiannopoulos2018-05-071-3/+3
* certtool: honor --ask-pass when loading a private keyNikos Mavrogiannopoulos2018-05-075-15/+50
* .gitlab-ci.yml: Disable full test suite for cross buildsMichael Weiser2018-05-071-1/+1
* .gitlab-ci.yml: Expire all build log artifactsMichael Weiser2018-05-071-0/+4
* Use configured CC for pkg-config testMichael Weiser2018-05-072-2/+4
* Add Debian-based qemu cross CI targetsMichael Weiser2018-05-071-2/+44
* updated-auto-generated filesNikos Mavrogiannopoulos2018-05-052-344/+376
* fuzzer: added fresh TLS1.3 server traceNikos Mavrogiannopoulos2018-05-051-0/+0
* gnutls-serv: all skipping DTLS cookie requestNikos Mavrogiannopoulos2018-05-052-33/+44
* gnutls-cli: corrected data written by server traceNikos Mavrogiannopoulos2018-05-051-1/+1
* tests: post handshake auth: test more combinationsNikos Mavrogiannopoulos2018-05-041-17/+42
* post_handshake_auth: send extension irrespective of certificates being presentNikos Mavrogiannopoulos2018-05-041-1/+1
* Merge branch 'tmp-openssl-suite' into 'master'Nikos Mavrogiannopoulos2018-05-0431-198/+1040
|\
| * updated auto-generated filesNikos Mavrogiannopoulos2018-05-042-72/+136
| * tests: added interop tests with openssl under TLS1.3Nikos Mavrogiannopoulos2018-05-0412-7/+677
| * doc: clarified re-handshake details under TLS1.2 serverNikos Mavrogiannopoulos2018-05-041-1/+5
| * tls13/certificate_request: corrected check of duplicate signature algorithmsNikos Mavrogiannopoulos2018-05-044-22/+45
| * gnutls_reauth: doc updateNikos Mavrogiannopoulos2018-05-041-1/+3
| * gnutls-cli: enhanced tool for TLS1.3 optionsNikos Mavrogiannopoulos2018-05-045-21/+91
| * tls13/certificate: send empty certificate instead of skippingNikos Mavrogiannopoulos2018-05-041-25/+24
| * _gnutls_figure_common_ciphersuite: ignore certificate check if PSK is negotiatedNikos Mavrogiannopoulos2018-05-041-6/+2
| * tls13/certificate_verify: corrected context in signatures in client sideNikos Mavrogiannopoulos2018-05-041-7/+24
| * _gnutls13_handshake_sign_data: avoid unnecessary copyNikos Mavrogiannopoulos2018-05-041-6/+9
| * handshake: cleanup in TLS1.3 initial secret calculationNikos Mavrogiannopoulos2018-05-041-15/+3
| * psk: compute binder which is compatible with draft-ietf-tls-tls13Nikos Mavrogiannopoulos2018-05-042-15/+21
|/
* CONTRIBUTING.md: added text on CI [ci skip]Nikos Mavrogiannopoulos2018-05-041-1/+9
* tests: fallback scsv: check proper fallback under TLS 1.3Nikos Mavrogiannopoulos2018-05-031-0/+3
* encrypt_packet_tls13: made size check saferNikos Mavrogiannopoulos2018-05-031-1/+1
* Merge branch 'tmp-pkcs11-sensitive-fix' into 'master'Nikos Mavrogiannopoulos2018-05-039-17/+206
|\