summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: remove references to GNUTLS_KEYLOGFILE [ci skip]Nikos Mavrogiannopoulos2016-06-081-1/+1
|
* Rely on gnulib's secure_getenv()Nikos Mavrogiannopoulos2016-05-281-1/+1
|
* Append keys on keylogfileNikos Mavrogiannopoulos2016-05-271-0/+4
| | | | | Also consider the SSLKEYLOGFILE variable, since the format is identical and we are always appending keys.
* updated auto-generated filesNikos Mavrogiannopoulos2016-05-201-0/+18
|
* examples: backported main client example [ci skip]Nikos Mavrogiannopoulos2016-04-271-29/+25
|
* manpages: include the dane functions into the distributed pagesNikos Mavrogiannopoulos2016-04-261-1/+1
|
* 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]
* 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
* added getpid() to the list of system calls usedNikos Mavrogiannopoulos2016-02-271-0/+1
|
* 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
|
* doc: corrected typo [ci skip]Nikos Mavrogiannopoulos2016-01-181-1/+1
|
* updated auto-generated filesNikos Mavrogiannopoulos2016-01-072-0/+3
|
* updated documentation on supported algorithms [ci skip]Nikos Mavrogiannopoulos2015-12-221-6/+14
|
* Added SHA384 to the list of TLS support MAC algorithmsNikos Mavrogiannopoulos2015-12-221-3/+6
|
* doc: manpages: remove generated tpmtool.1 pageNikos Mavrogiannopoulos2015-12-181-229/+0
|
* updated auto-generated filesNikos Mavrogiannopoulos2015-11-212-0/+11
|
* getfuncs.pl: don't consider functions with _gnutls prefixNikos Mavrogiannopoulos2015-11-211-1/+1
|
* documented GNUTLS_SKIP_GLOBAL_INIT macroNikos Mavrogiannopoulos2015-11-161-1/+4
|
* doc: document how to use gnutls with seccompNikos Mavrogiannopoulos2015-11-151-0/+39
|
* Added documentation on PKCS #7 signingNikos Mavrogiannopoulos2015-11-131-0/+29
|
* documented the GNUTLS_NO_EXPLICIT_INIT environment variableNikos Mavrogiannopoulos2015-11-111-1/+1
|
* doc: updated supplemental data documentationNikos Mavrogiannopoulos2015-10-213-3/+31
|
* updated auto-generated filesgnutls_3_4_6Nikos Mavrogiannopoulos2015-10-202-0/+15
|
* doc: documented future levelNikos Mavrogiannopoulos2015-10-201-1/+7
|
* doc: set a path which includes new binaries when running autogenNikos Mavrogiannopoulos2015-10-171-10/+10
| | | | | That makes sure that autogen will discover the binaries to obtain the --help output.
* Backported new verification functions for clients from 3.5.x branchNikos Mavrogiannopoulos2015-10-073-97/+54
| | | | | | | | | | | | The major use-case for the TLS protocol is verification of PKIX certificates. However, certificate verification support while is similar for almost all projects it requires around 100 lines of code (a callback) to be duplicated to all applications. That patch set gets rid of the callback and simplifies certificate verification support, by introducing a very simple API; one that would accept the session and the hostname only. Resolves #27
* tpmtool.1: updatedNikos Mavrogiannopoulos2015-09-121-38/+66
|
* corrected typo in ex-server-anonNikos Mavrogiannopoulos2015-08-261-1/+1
|
* updated auto-generated files for new functionsNikos Mavrogiannopoulos2015-08-092-0/+9
|
* handshake: add FALLBACK_SCSV priority optionAlessandro Ghedini2015-08-011-0/+6
| | | | | This allows clients to enable the TLS_FALLBACK_SCSV mechanism during the handshake, as defined in RFC7507.
* doc update: explain more about PKCS #11 and forkNikos Mavrogiannopoulos2015-07-171-8/+15
|
* updated auto-generated filesgnutls_3_4_3Nikos Mavrogiannopoulos2015-07-122-0/+30
|
* use the same shebang for perlNikos Mavrogiannopoulos2015-06-208-24/+8
|
* updated makefiles for the new functionsNikos Mavrogiannopoulos2015-06-163-7/+68
|
* doc: Separated the PKCS #7 in manualNikos Mavrogiannopoulos2015-06-023-2/+24
|
* doc: added section about subject alternative namesNikos Mavrogiannopoulos2015-05-063-1/+35
|
* doc: updated text to account for pkcs11-url standardizationNikos Mavrogiannopoulos2015-05-051-3/+3
|
* doc: Fixed typo in heartbeat documentation.Jaak Ristioja2015-05-041-1/+1
|
* doc: fixed example with DTLS timeoutsNikos Mavrogiannopoulos2015-04-301-2/+1
|
* doc: updated async operation textNikos Mavrogiannopoulos2015-04-301-15/+30
|
* doc updateNikos Mavrogiannopoulos2015-04-281-1/+1
|
* updated pkcs11 loading documentationNikos Mavrogiannopoulos2015-04-271-7/+6
|
* updated PKCS #11 URL references to rfc7512Nikos Mavrogiannopoulos2015-04-242-6/+10
|
* doc: corrected typoNikos Mavrogiannopoulos2015-04-221-1/+1
|
* List all certificate type priority strings.Andreas Metzler2015-04-211-0/+3
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* updated auto-generated filesNikos Mavrogiannopoulos2015-04-192-0/+4
|