summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: added unit test for gnutls_session_set_idtmp-add-unit-testNikos Mavrogiannopoulos2018-10-062-1/+212
* doc: fix use of gnutls_ext_raw_parse callback [ci skip]Nikos Mavrogiannopoulos2018-10-041-0/+1
* Merge branch 'tmp-fix-priority-set-call' into 'master'Nikos Mavrogiannopoulos2018-10-045-14/+192
|\
| * gnutls_priority_set: do not override version on handshaketmp-fix-priority-set-callNikos Mavrogiannopoulos2018-10-035-14/+192
* | Merge branch 'tmp-check-iv-size' into 'master'Nikos Mavrogiannopoulos2018-10-031-0/+3
|\ \
| * | encrypt_packet_tls13: added explicit check on iv_size boundstmp-check-iv-sizeNikos Mavrogiannopoulos2018-10-021-0/+3
|/ /
* | privkey_pkcs8: added reference for validation parameters OID [ci skip]Nikos Mavrogiannopoulos2018-10-012-0/+2
* | NEWS: corrected typo [ci skip]Nikos Mavrogiannopoulos2018-10-011-1/+1
|/
* Merge branch 'tmp-lib-c-strcase' into 'master'Nikos Mavrogiannopoulos2018-09-2911-53/+63
|\
| * Use ASCII version of strcasecmp() in library codetmp-lib-c-strcaseTim Rühsen2018-09-2711-53/+63
* | Merge branch 'tlsfuzzer-ssl3' into 'master'Nikos Mavrogiannopoulos2018-09-2911-271/+273
|\ \
| * | .gitlab-ci.yml: reenable SSLv2 hello support for SSL-3.0.Fedora.x86_64Dmitry Eremin-Solenikov2018-09-271-1/+1
| * | tlsfuzzer: disable SSL3.0 in export-ciphers-rejected testDmitry Eremin-Solenikov2018-09-271-1/+21
| * | tlsfuzzer: support running from separate build dirDmitry Eremin-Solenikov2018-09-272-10/+9
| * | .gitlab-ci.yml: reenable full test suite in SSL-3.0/SHA-1 caseDmitry Eremin-Solenikov2018-09-271-1/+1
| * | tlsfuzzer: add missing scriptDmitry Eremin-Solenikov2018-09-271-0/+29
| * | tlsfuzzer: move common code to separate fileDmitry Eremin-Solenikov2018-09-277-185/+72
| * | tlsfuzzer: use random port for tls-fuzzer-nocert testDmitry Eremin-Solenikov2018-09-272-73/+136
| * | tlsfuzzer: use random port for tls-fuzzer-cert testDmitry Eremin-Solenikov2018-09-272-13/+17
* | | Merge branch 'tmp-fix-buffer-t' into 'master'Nikos Mavrogiannopoulos2018-09-282-4/+4
|\ \ \
| * | | Make tlsproxy/buffer.c compilable by gcc 4.4.7Tim Rühsen2018-09-262-4/+4
| |/ /
* | | Merge branch 'tmp-cleanup-in-docs' into 'master'Tim Rühsen2018-09-2812-327/+63
|\ \ \ | |_|/ |/| |
| * | manpages: do not generate any manpages for openpgp.htmp-cleanup-in-docsNikos Mavrogiannopoulos2018-09-261-14/+0
| * | manpage generation: cleanupNikos Mavrogiannopoulos2018-09-265-37/+49
| * | doc: fixed missing function and enumeration parametersNikos Mavrogiannopoulos2018-09-266-4/+15
| * | tests: removed unused fileNikos Mavrogiannopoulos2018-09-261-273/+0
| |/
* | Merge branch 'tmp-eliminate-dead-code' into 'master'Nikos Mavrogiannopoulos2018-09-261-2/+0
|\ \ | |/ |/|
| * _gnutls_check_key_purpose: eliminated dead codetmp-eliminate-dead-codeNikos Mavrogiannopoulos2018-09-261-2/+0
|/
* Merge branch 'tmp-fix-mech-list-generation' into 'master'Dmitry Eremin-Solenikov2018-09-261-1/+19
|\
| * mech-list.h: generate unique entriestmp-fix-mech-list-generationNikos Mavrogiannopoulos2018-09-261-1/+19
|/
* released 3.6.4gnutls_3_6_4Nikos Mavrogiannopoulos2018-09-241-1/+1
* tests: pkcs12-utf8 depend on bashtmp-enable-tls13Nikos Mavrogiannopoulos2018-09-241-2/+3
* bumped versions and updated NEWS fileNikos Mavrogiannopoulos2018-09-243-8/+16
* Enable the TLS1.3 protocol by defaultNikos Mavrogiannopoulos2018-09-248-62/+4
* Merge branch 'tmp-pkcs11-lax-search' into 'master'Nikos Mavrogiannopoulos2018-09-246-43/+246
|\
| * Provide a more flexible PKCS#11 search of trust store certificatestmp-pkcs11-lax-searchNikos Mavrogiannopoulos2018-09-216-43/+246
* | Merge branch 'tmp-be-strict-on-crls' into 'master'Nikos Mavrogiannopoulos2018-09-2110-12/+235
|\ \
| * | gnutls-cli: enable CRL validation on startupNikos Mavrogiannopoulos2018-09-215-5/+204
| * | trust list: added flag to force failure on CRL validation errorNikos Mavrogiannopoulos2018-09-215-7/+31
| |/
* | Merge branch 'tmp-session-ticket-key-rotation-ajuaristi' into 'master'Nikos Mavrogiannopoulos2018-09-2115-104/+1127
|\ \ | |/ |/|
| * session tickets: check timestamp for validitytmp-session-ticket-key-rotation-ajuaristiNikos Mavrogiannopoulos2018-09-204-28/+29
| * tests: use virt-time.h in resumption testsNikos Mavrogiannopoulos2018-09-193-13/+22
| * Added session ticket key rotation with TOTPAnder Juaristi2018-09-1911-71/+1084
* | Merge branch 'tmp-rm-mech-list' into 'master'Nikos Mavrogiannopoulos2018-09-201-232/+0
|\ \
| * | Remove auto-generated src/mech-list.h from repoTim Rühsen2018-09-201-232/+0
|/ /
* | Merge branch 'tmp-res-prio' into 'master'Nikos Mavrogiannopoulos2018-09-202-5/+4
|\ \
| * | Fix issue introduced in 20886264feTim Rühsen2018-09-202-5/+4
|/ /
* | ECC export/import: updated documentation on EdDSA curvesNikos Mavrogiannopoulos2018-09-205-13/+36
* | Merge branch 'gost-endianness' into 'master'Nikos Mavrogiannopoulos2018-09-2011-23/+89
|\ \ | |/ |/|
| * certtool: print GOST public key with MSB firstDmitry Eremin-Solenikov2018-09-181-0/+15