summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* global: add API to retrieve library configuration at run timeDaiki Ueno2022-01-162-0/+3
* doc: generate man-pages from JSONDaiki Ueno2022-01-153-47/+441
* doc: generate texinfo files from JSONDaiki Ueno2022-01-1527-174/+1418
* fips: add functions to inspect thread-local FIPS operation stateDaiki Ueno2022-01-073-0/+40
* Fix gtk-doc build, use http URI in sgml master.Andreas Metzler2022-01-061-1/+1
* doc: updated copyrights for 2022Alon Bar-Lev2022-01-021-2/+2
* KTLS: APIFrantisek Krenzelok2021-12-152-0/+3
* Update symbolsaja-certificate-transparencyAnder Juaristi2021-12-042-0/+18
* priority: support allowlisting in configuration fileDaiki Ueno2021-11-293-2/+95
* gnutls_early_{cipher,prf_hash}_get: new functionsDaiki Ueno2021-05-132-0/+6
* global: rename GNUTLS_NO_EXPLICIT_INIT to GNUTLS_NO_IMPLICIT_INITDaiki Ueno2021-05-031-1/+1
* priority: add option to disable TLS 1.3 middlebox compatibility modeDaiki Ueno2021-04-171-0/+4
* build: doc: install missing image file gnutls-crypto-layers.pngAndreas Metzler2021-03-201-0/+1
* examples: avoid memory leak in ex-verifyDaiki Ueno2021-03-151-1/+6
* examples: avoid memory leak in tlsproxyDaiki Ueno2021-03-151-0/+8
* build: don't remove distributed stamp files on "make clean"Daiki Ueno2021-02-171-4/+1
* doc: Add some missing algorithm keywords to priority string tableDosenpfand2021-02-071-85/+87
* Update year of copyright notices in doc/gnutls.texiFiona Klute2021-01-071-2/+2
* alert: add callback to intercept alert messagesDaiki Ueno2020-11-192-0/+3
* handshake: add callback to get notified with traffic secret changeDaiki Ueno2020-11-192-0/+3
* handshake: add functions to read/write handshake messages directlyDaiki Ueno2020-11-192-0/+7
* Adds a new API gnutls_session_set_verify_output_function() that allows TLS ap...Sahana Prasad2020-11-102-0/+3
* doc/examples/ex-ocsp-client.c: check malloc return valueDaiki Ueno2020-10-181-0/+4
* src/cli: adds new option '--ca-auto-retrieve' that can be used with gnutls-cl...Sahana Prasad2020-09-022-0/+6
* doc: assorted typo fixestmp-typo-fixesDaiki Ueno2020-08-125-6/+6
* dhe: check if DH params in SKE match the FIPS approved algorithmstmp-sp800-56ar3Daiki Ueno2020-06-2724-0/+313
* devel/libgnutls-latest-x86_64.abi, doc, NEWS, and manpage updatesSahana Prasad2020-06-032-0/+3
* Merge branch 'tmp-fileio' into 'master'Daiki Ueno2020-05-302-6/+6
|\
| * build: write "FILE *fp" instead of "FILE *fd"tmp-fileioDaiki Ueno2020-05-301-5/+5
| * gnulib: update git submoduleDaiki Ueno2020-05-291-1/+1
* | fips: make FIPS140-2 mode enablement logic simplerDaiki Ueno2020-05-201-4/+18
|/
* pkcs7: add function to display signature informationDmitry Baryshkov2020-05-142-0/+3
* gnutls_ext_get_name2: new functionDaiki Ueno2020-04-212-0/+3
* Merge branch 'tmp-get-keylog-func' into 'master'Daiki Ueno2020-03-252-0/+3
|\
| * gnutls_session_get_keylog_function: new functiontmp-get-keylog-funcDaiki Ueno2020-03-222-0/+3
* | psk: Allow non-NULL PSK usernamesAnder Juaristi2020-03-232-0/+12
|/
* state: add function to get the current hash algorithmtmp-prf-getDaiki Ueno2020-03-192-0/+3
* keylogfile: simplify the callback mechanismtmp-keylog-funcDaiki Ueno2020-02-222-4/+3
* keylogfile: generalize with a callbacktmp-keylog-hookDaiki Ueno2020-02-072-0/+4
* crypto-api: add generic crypto functions for KDFDaiki Ueno2020-02-042-0/+9
* algorithms: implement X448 key exchange and Ed448 signature schemeDaiki Ueno2020-01-236-3/+91
* Merge branch 'override-default-priority' into 'master'Nikos Mavrogiannopoulos2020-01-131-0/+16
|\
| * libgnutls: Add system-wide default-priority-string override.Dimitri John Ledkov2020-01-131-0/+16
* | Merge branch 'gost-priorities' into 'master'Dmitry Eremin-Solenikov2020-01-122-7/+28
|\ \ | |/ |/|
| * priority: add new GOST-ALL shortcutDmitry Eremin-Solenikov2020-01-101-0/+5
| * priority: add more GOST shortcutsDmitry Eremin-Solenikov2020-01-091-3/+6
| * lib/priority: add SIGN-GOST-ALL keywordDmitry Eremin-Solenikov2020-01-091-0/+1
| * doc: document GOST priority optionsDmitry Eremin-Solenikov2020-01-081-4/+5
| * doc: document GOST cipher and MAC algorithmsDmitry Eremin-Solenikov2020-01-081-0/+11
* | doc: clarify thread safeness in gnutls_global_init()Nikos Mavrogiannopoulos2020-01-091-1/+3
|/