summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Modernize gtk-doc supportAndreas Metzler2018-07-161-27/+10
| | | | | | | | | Update gtk-doc.make, m4/gtk-doc.m4 and doc/reference/Makefile.am from gtk-doc git head (that is 1.26 + c08cc78562c59082fc83b55b58747177510b7a70). Disable gtkdoc-check. Signed-off-by: Andreas Metzler <ametzler@bebt.de>
* doc: updated copyright year for manualNikos Mavrogiannopoulos2018-01-071-2/+2
| | | | | | That eliminates the 'make syntax-check' error. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc: updated documentation on client authentication [ci skip]Nikos Mavrogiannopoulos2017-07-111-1/+14
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc: added/modernized text on AEAD ciphers [ci skip]Nikos Mavrogiannopoulos2017-06-151-18/+31
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* updated auto-generated filesgnutls_3_5_x_sni_hostnameNikos Mavrogiannopoulos2017-05-101-0/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc: clarifications on custom thread override [ci skip]Nikos Mavrogiannopoulos2017-04-201-3/+4
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc: fixed documentation for various function parameters [ci skip]Nikos Mavrogiannopoulos2017-04-071-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* doc: fixed tpmtool and psktool documentationNikos Mavrogiannopoulos2017-04-071-2/+5
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc update [ci skip]Nikos Mavrogiannopoulos2017-03-301-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* doc: corrected typo [ci skip]Nikos Mavrogiannopoulos2017-03-051-2/+2
| | | | | | It was pointed out by morozov@eags.ru. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* build: doc: install images also into htmldirAlon Bar-Lev2017-02-181-8/+11
| | | | | | images are required also by the html documentation. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* doc: removed references to OpenPGP functions and enumerationsNikos Mavrogiannopoulos2017-02-123-230/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc: removed documentation related to OpenPGP and guileNikos Mavrogiannopoulos2017-02-121-118/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* doc: document the intention of the priority string usage [ci skip]Nikos Mavrogiannopoulos2017-02-121-2/+17
| | | | | | | | This documents the gnutls_set_default_priority() function, and how it is intended to be combined with an application that utilizes priority strings. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Updated auto-generated filesNikos Mavrogiannopoulos2017-01-262-0/+6
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc: improved documentation on DH parameters [ci skip]Nikos Mavrogiannopoulos2017-01-221-9/+17
|
* doc: removed documentation related to OpenPGPNikos Mavrogiannopoulos2017-01-1710-687/+32
| | | | | | Also added section explaining why OpenPGP is being deprecated. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc: fixed copyright date in gnutls.texiNikos Mavrogiannopoulos2017-01-021-2/+2
|
* doc update [ci skip]Nikos Mavrogiannopoulos2016-12-102-8/+27
|
* doc: updated documentation on multithreading [ci skip]Nikos Mavrogiannopoulos2016-12-081-18/+7
| | | | Resolves #154
* doc: list gnutls_init_flags_t [ci skip]Nikos Mavrogiannopoulos2016-12-081-0/+2
| | | | Suggested by Tyler Burns.
* gl: removed iconv moduleNikos Mavrogiannopoulos2016-12-041-1/+1
| | | | It is no longer used by the library.
* doc: added certificate for ECC with any purposeNikos Mavrogiannopoulos2016-11-252-1/+18
|
* doc: document the RFC7613 normalization of passwords [ci skip]Nikos Mavrogiannopoulos2016-11-223-1/+17
|
* updated auto-generated files for gnutls_utf8_password_normalize()Nikos Mavrogiannopoulos2016-11-212-0/+3
|
* updated auto-generated files for new functionstmp-rfc4514-updatesNikos Mavrogiannopoulos2016-11-142-0/+21
|
* doc updateNikos Mavrogiannopoulos2016-11-022-22/+25
|
* modified the gnutls_certificate_set_key* changeNikos Mavrogiannopoulos2016-10-242-6/+25
| | | | | | | | | While the change was fully backwards compatible for applications that were adding a single certificate, and applications that were checking for negative errors codes, many applications do not. As this may cause incompatibility issues with software properly utilizing the previously documented API, the change is reverted, and applications need to explicitly enable a flag (GNUTLS_CERTIFICATE_API_V2) in the credentials structure for the set_key functions to return an index.
* updated auto-generated filespkcs7-time-checkNikos Mavrogiannopoulos2016-10-182-0/+3
|
* gnutls-serv: use the included known DH parameters by defaulttmp-dh-params-ffdheNikos Mavrogiannopoulos2016-10-171-1/+1
|
* getfuncs-map.pl: ignore the ffdhe exported parametersNikos Mavrogiannopoulos2016-10-141-0/+12
| | | | | That is ignore the new variables exported which are not functions, and thus cannot be detected by getfuncs-map.pl.
* updated auto-generated filesNikos Mavrogiannopoulos2016-10-142-0/+9
|
* doc: discuss the set_known_dh_params and use it in the examplesNikos Mavrogiannopoulos2016-10-147-114/+50
|
* doc: set a default handshake timeout on example serverNikos Mavrogiannopoulos2016-10-131-0/+2
|
* updated auto-generated filesNikos Mavrogiannopoulos2016-10-112-0/+3
|
* doc: mention gnutls_session_ext_register and its supplemental data equivalentNikos Mavrogiannopoulos2016-10-091-4/+4
|
* doc: added gnutls_datum_t and giovec_t to indexesNikos Mavrogiannopoulos2016-10-081-0/+2
| | | | Resolves #137
* updated auto-generated filesNikos Mavrogiannopoulos2016-10-062-0/+6
|
* gdoc: improved the detection and display of escaped characters (@%)Nikos Mavrogiannopoulos2016-09-221-5/+13
| | | | | This allows to properly display strings like %COMPAT and @SYSTEM in the manual and the manpages.
* doc: remove the conditional self_test functionsnprocNikos Mavrogiannopoulos2016-09-141-5/+1
| | | | | | Also prevent them by re-entering the documented functions list by restricting the header files that contribute functions to the known list defined by $(HEADER_FILES).
* Makefile.am: introduced 'make files-update' ruleNikos Mavrogiannopoulos2016-09-142-3/+3
| | | | | | This rule updates the makefiles in doc/ and the kept symbol list. This allows for easier automation of the symbol change 'make dist' breakages.
* manpages: delete comparison temp fileNikos Mavrogiannopoulos2016-09-141-0/+1
|
* updated doc and symbol files for ↵Nikos Mavrogiannopoulos2016-09-142-0/+3
| | | | gnutls_certificate_set_ocsp_status_request_function2
* doc: allow creation of gnutls.epub without running epub-fixNikos Mavrogiannopoulos2016-09-141-1/+1
|
* doc: fixed the epub documentation generationNikos Mavrogiannopoulos2016-09-131-4/+6
|
* Add ECDHE-* to the priority string docs for key exchange algorithmsAlex Monk2016-09-131-1/+1
| | | | | | | GNUTLS_KX_ECDHE_PSK was added in 2.99.3 (released 2011-06-18) The other two were added in 2.99.2 (released 2011-05-26) Signed-off-by: Alex Monk <krenair@gmail.com>
* Add SIGN-ECDSA-SHA* to the priority strings docsAlex Monk2016-09-121-4/+5
| | | | | | There were added in version 2.99.2, 2011-05-26 Signed-off-by: Alex Monk <krenair@gmail.com>
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-113-14/+14
|
* doc updateNikos Mavrogiannopoulos2016-09-111-1/+1
|
* latex manual: added backwards compatibility optionsNikos Mavrogiannopoulos2016-09-111-0/+10
|