summaryrefslogtreecommitdiff
path: root/doc/cha-internals.texi
Commit message (Collapse)AuthorAgeFilesLines
* Use https:// for arbitrary files #1Tim Rühsen2019-03-131-2/+2
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Use https:// for www.iana.orgTim Rühsen2019-03-131-1/+1
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Fix typos in doc/tmp-fix-typos-in-docTim Rühsen2019-01-031-1/+1
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* fips140: aligned code with documentationtmp-fix-fips-modeNikos Mavrogiannopoulos2018-10-231-7/+9
| | | | | | | That is, we introduce the documented but unimplemented macros GNUTLS_FIPS140_SET_LAX_MODE() and GNUTLS_FIPS140_SET_STRICT_MODE(). Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Fixed some spelling issues. [ci skip]Tom Vrancken2018-05-231-2/+2
| | | | Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
* Added extra extension flag to docs.Tom Vrancken2018-05-231-1/+7
| | | | | | Added description of default pack and unpack functions. Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
* Removed section about Heartbleed.Tom Vrancken2018-05-231-29/+2
| | | | | | Referenced new functions _gnutls_hello_ext_set_datum / _gnutls_hello_ext_get_datum for manipulation extension data. Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
* Fixed typo and incorrect function references.Tom Vrancken2018-05-231-26/+26
| | | | Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
* Updated documentation on Hello extensions.Tom Vrancken2018-05-231-110/+128
| | | | Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
* doc: documented gnutls_fips140_set_mode and gnutls_fips_mode_tNikos Mavrogiannopoulos2018-02-191-10/+52
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc: provided basic documentation of the FIPS140-2 mode [ci skip]Nikos Mavrogiannopoulos2017-11-281-0/+38
| | | | | | Resolves #332 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc: mention the AES-DRBG random generator [ci skip]Nikos Mavrogiannopoulos2017-08-141-1/+18
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* extensions: simplified requirements from send callbackNikos Mavrogiannopoulos2017-08-111-1/+7
| | | | | | | The callback no longer needs to return the number of sent data; they are now calculated by the caller. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc: updated RNG documentation to reflect the previous changesNikos Mavrogiannopoulos2017-03-201-10/+11
|
* doc: updated RNG designNikos Mavrogiannopoulos2017-03-161-25/+28
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc: updated the PRNG documentation to utilize two PRNG instancesNikos Mavrogiannopoulos2017-03-061-0/+118
| | | | | | Also move the random generator discussion to internals section. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc: mention gnutls_session_ext_register and its supplemental data equivalentNikos Mavrogiannopoulos2016-10-091-4/+4
|
* Mention key protection through isolation in crypto backend sectionNikos Mavrogiannopoulos2015-10-211-0/+7
|
* doc: added error check in exampleNikos Mavrogiannopoulos2015-04-151-1/+2
|
* doc updateNikos Mavrogiannopoulos2015-04-151-3/+2
|
* doc: removed stray @endNikos Mavrogiannopoulos2015-04-151-1/+0
|
* document the new crypto register functionsNikos Mavrogiannopoulos2015-04-081-27/+10
|
* document the export supplemental data APINikos Mavrogiannopoulos2015-04-041-48/+22
|
* mention the new functionality briefly in documentationNikos Mavrogiannopoulos2015-03-191-1/+5
|
* rearranged internal documentationNikos Mavrogiannopoulos2015-03-091-26/+27
|
* replaced ':' in anchor names (texinfo doesn't like it).Nikos Mavrogiannopoulos2013-10-301-8/+8
|
* doc updatesNikos Mavrogiannopoulos2013-06-011-2/+4
|
* typo fixes by Andreas MetzlerNikos Mavrogiannopoulos2013-05-101-1/+1
|
* updated textNikos Mavrogiannopoulos2013-04-031-1/+1
|
* corrected file locationNikos Mavrogiannopoulos2013-03-221-1/+1
|
* Added Heartbeat extension support.Olga2012-08-301-0/+25
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Some updates on supplemental data handling.Nikos Mavrogiannopoulos2012-03-051-9/+14
|
* break line on long string.Nikos Mavrogiannopoulos2012-03-021-2/+2
|
* supp data doc addedCarolin Latze2012-03-021-0/+95
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* doc updatesNikos Mavrogiannopoulos2012-02-151-7/+7
|
* Fix up some typos and obsolete commentsPatrick Pelletier2012-01-241-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* added more information to internals''Nikos Mavrogiannopoulos2012-01-181-3/+10
|
* Small improvements in documentation.Nikos Mavrogiannopoulos2011-12-291-8/+3
|
* minor doc and comment fixesPatrick Pelletier2011-12-281-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* updates in texi and tex documentation.Nikos Mavrogiannopoulos2011-11-241-8/+13
|
* libgnutls-extra is no more.Nikos Mavrogiannopoulos2011-10-201-2/+1
|
* doc updatesNikos Mavrogiannopoulos2011-09-131-11/+12
|
* removed gnutls-objects.Nikos Mavrogiannopoulos2011-09-131-11/+0
|
* minimized exampleNikos Mavrogiannopoulos2011-09-071-4/+0
|
* Use texinfo's word break.Nikos Mavrogiannopoulos2011-08-201-15/+17
|
* doc updatesNikos Mavrogiannopoulos2011-08-131-14/+13
|
* do not use capitals in index names.Nikos Mavrogiannopoulos2011-08-131-1/+1
|
* Internals section updated.Nikos Mavrogiannopoulos2011-08-121-79/+77
|
* Added discussion of the provided cryptographic functions. Internals is now ↵Nikos Mavrogiannopoulos2011-08-041-40/+29
| | | | included in the latex document (needs rewrite though)
* figures were made floating.Nikos Mavrogiannopoulos2011-06-201-22/+48
|