summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* updated auto-generated filesNikos Mavrogiannopoulos2016-09-072-0/+6
|
* latex: updated sources for new functionsNikos Mavrogiannopoulos2016-08-092-1/+5
|
* updated auto-generated filesgnutls_3_5_3Nikos Mavrogiannopoulos2016-08-092-0/+6
|
* doc: added section on SCTP protocol [ci skip]Nikos Mavrogiannopoulos2016-08-042-0/+23
|
* doc: added section on reducing round-tripsNikos Mavrogiannopoulos2016-07-266-2/+66
| | | | That discusses TCP fast open with gnutls_transport_set_fastopen(), and false start.
* Support TCP Fast OpenTim Ruehsen2016-07-262-0/+3
| | | | | | | This introduces a new function gnutls_transport_set_fastopen(). Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> Signed-off-by: Tim Ruehsen <tim.ruehsen@gmx.de>
* ex-client-x509: removed unused call to gnutls_session_set_ptr()Nikos Mavrogiannopoulos2016-07-121-2/+0
|
* asm: updated openssl and the asm sources for AES-GCM from openssl 1.0.2hNikos Mavrogiannopoulos2016-07-051-0/+1
| | | | | | This improves the performance of AES-GCM significantly by taking advantage of AVX and MOVBE instructions where available. This utilizes Andy Polyakov's code under BSD license.
* doc: mention the boolean functions in the gnutls APINikos Mavrogiannopoulos2016-06-241-6/+9
|
* updated auto-generated filesNikos Mavrogiannopoulos2016-06-142-0/+39
|
* doc: mention the fallback keyword support in manualNikos Mavrogiannopoulos2016-06-091-0/+3
|
* doc: remove all references to openpgp auth exampleNikos Mavrogiannopoulos2016-06-092-2/+1
|
* doc: remove references to GNUTLS_KEYLOGFILENikos Mavrogiannopoulos2016-06-081-1/+1
|
* doc: removed OpenPGP examplesNikos Mavrogiannopoulos2016-06-043-194/+0
| | | | Relates #102
* doc: improved OCSP description and mention RFC7633Nikos Mavrogiannopoulos2016-06-013-13/+43
|
* Implement setting the TLS features extension on certificates via certtool's ↵Tim Kosse2016-05-301-0/+5
| | | | template file.
* Append keys on keylogfileNikos Mavrogiannopoulos2016-05-271-2/+2
| | | | | Also consider the SSLKEYLOGFILE variable, since the format is identical and we are always appending keys.
* doc: advise against using the TPM-specific APINikos Mavrogiannopoulos2016-05-241-6/+6
| | | | | | | It is restricted to TPM 1.2, and there are fine PKCS#11 wrappers that will provide identifical functionality. Relates #101
* doc: updated text on priority stringsNikos Mavrogiannopoulos2016-05-243-3/+19
| | | | | Refer to RFC7685 for the TLS padding extension (%DUMBFW), and mention the default behavior for the TLS client hello record version.
* announce.txt: updated list email addressNikos Mavrogiannopoulos2016-05-201-1/+1
|
* doc: documented the GNUTLS_KEYLOGFILE environment variableNikos Mavrogiannopoulos2016-05-181-0/+4
|
* doc: document the systems supported via systemkeys APINikos Mavrogiannopoulos2016-05-181-0/+6
|
* doc: prefer the usage of VERS-ALL in documentationNikos Mavrogiannopoulos2016-05-141-2/+2
|
* Makefile.am: include renamed files into distributionNikos Mavrogiannopoulos2016-05-141-1/+1
|
* Leave only LICENSE in the root directory and move licenses to doc/Nikos Mavrogiannopoulos2016-05-142-0/+1178
|
* Moved coding style and contribution guide to CONTRIBUTION.mdNikos Mavrogiannopoulos2016-05-141-126/+0
| | | | This aligns with gitlab's web interface.
* doc: clarify that 'hmac' in the name of functions is only for legacy reasonsNikos Mavrogiannopoulos2016-05-121-1/+2
|
* updated auto-generated filesNikos Mavrogiannopoulos2016-05-092-2/+8
|
* doc: TODO list references to gitlabNikos Mavrogiannopoulos2016-05-061-45/+2
|
* doc: updated documentation on rehandshake and GNUTLS_ALLOW_ID_CHANGE [ci skip]Nikos Mavrogiannopoulos2016-05-051-6/+10
|
* doc: updated PKCS #11 documentationNikos Mavrogiannopoulos2016-05-011-12/+32
|
* examples: introduced basic error checking in more examplesNikos Mavrogiannopoulos2016-04-276-141/+103
|
* examples: simplified the basic client exampleNikos Mavrogiannopoulos2016-04-271-11/+10
|
* examples: introduced basic error checking in main client examplesNikos Mavrogiannopoulos2016-04-272-47/+36
|
* examples: corrected the required version of exampleNikos Mavrogiannopoulos2016-04-271-2/+2
|
* doc: added clarifications on documentation for dane_state_tNikos Mavrogiannopoulos2016-04-261-1/+3
|
* manpages: include the dane functions into the distributed pagesNikos Mavrogiannopoulos2016-04-261-2/+20
|