summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* doc: added example client application utilizing the 3.1.x APIsNikos Mavrogiannopoulos2016-04-243-5/+214
|
* examples: added explicit 3.5.0 dependency in ex-client-x509Nikos Mavrogiannopoulos2016-04-241-2/+2
|
* examples: added error checks and updated verify_certificate_chain()Nikos Mavrogiannopoulos2016-04-241-24/+26
|
* doc: document curve X25519Nikos Mavrogiannopoulos2016-04-241-1/+2
|
* doc: clarify what catch all means in all scenariosNikos Mavrogiannopoulos2016-04-241-3/+6
|
* doc: document the TPM 1.2 limitationNikos Mavrogiannopoulos2016-04-221-0/+1
|
* doc: tpm: include short instructions on initializing the TPM chipNikos Mavrogiannopoulos2016-04-211-1/+3
|
* doc: updated documentation on false startNikos Mavrogiannopoulos2016-04-191-7/+15
|
* doc: further updated documentation on false start [ci skip]Nikos Mavrogiannopoulos2016-04-151-0/+5
|
* doc: updated documentation on false startNikos Mavrogiannopoulos2016-04-151-11/+12
|
* updated auto-generated files for new APIsNikos Mavrogiannopoulos2016-04-142-0/+108
|
* doc: added tlsproxy example reference into documentationNikos Mavrogiannopoulos2016-04-143-0/+7
|
* doc: Replace references to select with poll and other fixesNikos Mavrogiannopoulos2016-04-081-6/+6
|
* doc: replace inaccurate sentence with reference to ↵Nikos Mavrogiannopoulos2016-04-081-3/+3
| | | | gnutls_record_discard_queued [ci skip]
* README.CODING_STYLE: set C99 as the C dialect of choiceNikos Mavrogiannopoulos2016-04-021-0/+7
|
* guile: doc: Mention bytevectors.Ludovic Courtès2016-03-151-8/+10
| | | | | * doc/gnutls-guile.texi (Representation of Binary Data): Mention bytevectors. (Input and Output): Likewise.
* guile: doc: Explain "Application Data" packets and 'session-record-port'.Ludovic Courtès2016-03-151-3/+13
| | | | | * doc/gnutls-guile.texi (Input and Output): Mention "Application Data" packets and buffering.
* doc: clarified expectations on gnutls_datum_tNikos Mavrogiannopoulos2016-03-141-0/+6
| | | | Relates #77
* doc: generate manpages for all functionsNikos Mavrogiannopoulos2016-03-071-3/+2
| | | | | That addresses issue where certain manpages were created empty. See https://bugzilla.redhat.com/show_bug.cgi?id=1306800
* doc: mention gnutls_certificate_set_x509_trust_dir()Nikos Mavrogiannopoulos2016-03-071-1/+1
| | | | | | | It was not mentioned in the "Client or server certificate verification" section. Resolves #76
* doc: documented false start functionalityNikos Mavrogiannopoulos2016-02-271-0/+21
|
* added getpid() to the list of system calls usedNikos Mavrogiannopoulos2016-02-271-0/+1
|
* guile: doc: Change prompt in examples.Ludovic Courtès2016-02-151-13/+13
| | | | | * doc/gnutls-guile.texi (Guile Preparations): Use the prompt found in 2.0. Change "libguile-gnutls-v-0" to "guile-gnutls-v-2".
* guile: tests: Add Guile 2.2 compatibility layer.Ludovic Courtès2016-02-151-3/+3
| | | | | | | | | This allows tests to run with Guile 2.1/2.2. * guile/modules/gnutls/build/tests.scm (define-replacement) [guile-2]: New macro. (uniform-vector-read!, uniform-vector-write) [guile-2]: New procedures. * doc/gnutls-guile.texi (Guile Preparations): Mention 2.2.
* improve doc on special keywords in priority stringAndreas Metzler2016-02-101-2/+3
| | | | | Special keywords in priority strings like %COMPAT may not be prefixed with +, - or !, "NORMAL:+%COMPAT is invalid.
* doc: Fix some typosAttila Molnar2016-02-063-9/+9
|
* Remove remaining RSA-EXPORT support leftovers from doc and messagesAttila Molnar2016-02-061-2/+1
|
* Replaced select() system call with poll() on POSIX systemsNikos Mavrogiannopoulos2016-01-281-1/+1
| | | | | This allows to use the default gnutls functions with file descriptors over the maximum supported by select.
* doc: corrected typo [ci skip]Nikos Mavrogiannopoulos2016-01-181-1/+1
|
* updated documentation on supported algorithms [ci skip]Nikos Mavrogiannopoulos2015-12-221-6/+14
|