summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-203-0/+19
* doc: document the non-portability of NONE priority stringNikos Mavrogiannopoulos2018-08-151-1/+8
* algorithms: add support for FFDHE6144Daiki Ueno2018-08-082-1/+5
* doc: improved text on certificationsNikos Mavrogiannopoulos2018-08-071-7/+4
* doc: few improvements over certificate validation textNikos Mavrogiannopoulos2018-08-072-5/+8
* resume: keep persistent session identifiersNikos Mavrogiannopoulos2018-08-071-0/+4
* TLS 1.3: ignore "early_data" extensionDaiki Ueno2018-08-062-0/+3
* tls1.3: server returns early on handshake when no cert is provided by clientNikos Mavrogiannopoulos2018-08-031-0/+9
* examples: tlsproxy: use snprintf instead of strncpyNikos Mavrogiannopoulos2018-07-171-4/+2
* doc: simplified documentation on threadsNikos Mavrogiannopoulos2018-07-171-14/+13
* examples: tlsproxy: eliminated warningsNikos Mavrogiannopoulos2018-07-171-9/+15
* The SSL 3.0 protocol is disabled on compile time by defaultNikos Mavrogiannopoulos2018-07-132-1/+6
* doc: update for TLS 1.3Daiki Ueno2018-07-123-22/+53
* doc: mention session ticket behavior under TLS1.3Nikos Mavrogiannopoulos2018-07-111-0/+3
* updated auto-generated filesNikos Mavrogiannopoulos2018-07-092-0/+6
* gnutls_priority_init2,gnutls_set_default_priority_append: introducedNikos Mavrogiannopoulos2018-07-095-16/+40
* tlsproxy: included but not as submoduleNikos Mavrogiannopoulos2018-07-029-3/+1432
* tlsproxy: removed submoduleNikos Mavrogiannopoulos2018-07-021-0/+0
* Update .gitignore files according to bootstrapDmitry Eremin-Solenikov2018-06-271-0/+1
* convert from milliseconds to timespec without loopRolf Eike Beer2018-06-261-7/+2
* Add generated GOST credentials for testsDmitry Eremin-Solenikov2018-06-2310-1/+258
* Add support for importing/exporting GOST private keysDmitry Eremin-Solenikov2018-06-232-0/+12
* Support importing/exporting X.509 GOST public keysDmitry Eremin-Solenikov2018-06-232-0/+9
* Add few functions to support basic operations with GOST public keysDmitry Eremin-Solenikov2018-06-232-0/+15
* Add declarations to support GOST public keysDmitry Eremin-Solenikov2018-06-231-0/+1
* document new behavior on safe padding removaltmp-safe-padding-removal-made-optionalNikos Mavrogiannopoulos2018-06-202-4/+12
* updated auto-generated filesNikos Mavrogiannopoulos2018-06-142-0/+3
* gnutls_aead_cipher_encryptv: introducedNikos Mavrogiannopoulos2018-06-141-4/+28
* Fix 'compare-makefile' make target for 'make distcheck'Tim Rühsen2018-06-141-1/+1
* Fix 'compare-exported' make target for 'make distcheck'Tim Rühsen2018-06-141-1/+1
* Fix distcheck issuesTim Rühsen2018-06-142-4/+4
* Add bootstrap + bootstrap.confTim Rühsen2018-06-142-98/+1
* priorities: introduced %FORCE_ETMtmp-measure-recordNikos Mavrogiannopoulos2018-06-121-0/+4
* Fix warnings seen on OpenCSW Solaris 10Tim Rühsen2018-06-101-1/+4
* updated auto-generated filesNikos Mavrogiannopoulos2018-05-262-0/+3
* doc: mention changes under TLS 1.3Nikos Mavrogiannopoulos2018-05-261-0/+9
* tests: check various parameters on resumptionNikos Mavrogiannopoulos2018-05-261-8/+10
* Fixed some spelling issues. [ci skip]Tom Vrancken2018-05-231-2/+2
* Added extra extension flag to docs.Tom Vrancken2018-05-231-1/+7
* Removed section about Heartbleed.Tom Vrancken2018-05-231-29/+2
* Fixed typo and incorrect function references.Tom Vrancken2018-05-231-26/+26
* Updated documentation on Hello extensions.Tom Vrancken2018-05-232-135/+153
* updated auto-generated filesNikos Mavrogiannopoulos2018-05-212-0/+6
* gnutls_pkcs11_token_get_ptr, gnutls_pkcs11_obj_get_ptr: introducedNikos Mavrogiannopoulos2018-05-211-0/+14
* gnutls_ext_raw_parse: introduced GNUTLS_EXT_RAW_FLAG_DTLS_CLIENT_HELLONikos Mavrogiannopoulos2018-05-171-1/+1
* updated auto-generated filesNikos Mavrogiannopoulos2018-05-122-0/+6
* tests: added interop tests with openssl under TLS1.3Nikos Mavrogiannopoulos2018-05-047-0/+240
* doc: clarified re-handshake details under TLS1.2 serverNikos Mavrogiannopoulos2018-05-041-1/+5
* pkcs11: mark private key objects as sensitive by defaulttmp-pkcs11-sensitive-fixNikos Mavrogiannopoulos2018-05-031-0/+3
* tests: sni-hostname was updated to support TLS1.3Nikos Mavrogiannopoulos2018-04-293-1/+51