summaryrefslogtreecommitdiff
path: root/lib/includes
Commit message (Expand)AuthorAgeFilesLines
* psk: Add basic support for RFC 9258 external PSK importer interfaceDaiki Ueno2023-05-041-1/+21
* build: re-indent codeDaiki Ueno2023-04-2418-4242/+3861
* gnutls.h.in: stop indenting doc-comments for typedefsDaiki Ueno2023-04-241-81/+81
* build: use /* clang-format {on|off} */ annotationDaiki Ueno2023-04-2416-70/+8
* Updated desc for @GNUTLS_NO_DEFAULT_EXTENSIONSpeonix2023-03-281-1/+1
* Modifier GNUTLS_NO_EXTENSIONS renamed to GNUTLS_NO_DEFAULT_EXTENSIONSpeonix2023-03-281-3/+3
* Indent cpp headerZoltan Fridrich2023-01-301-907/+746
* gnutlsxx: become header-only libraryNikolaos Chatzikonstantinou2023-01-301-1/+916
* Indent codeZoltan Fridrich2023-01-2718-2326/+2225
* Fix indent errorsZoltan Fridrich2023-01-271-0/+2
* srtp: support AES-GCM profilesDaiki Ueno2022-12-241-1/+5
* includes: move KTLS function definition out of <gnutls/socket.h>Daiki Ueno2022-11-282-21/+21
* Add GNUTLS_NO_STATUS_REQUEST flag and NO_STATUS_REQUEST priority string modifierZoltan Fridrich2022-10-181-1/+4
* Update doc for GNUTLS_CB_TLS_EXPORTER towards RFC9266.Simon Josefsson2022-07-301-1/+1
* crypto-api: add block cipher API with automatic paddingDaiki Ueno2022-07-221-0/+22
* fips: provide function to manually run FIPS self-testsDaiki Ueno2022-06-091-0/+2
* gnutls_aead_cipher_set_key: new functionDaiki Ueno2022-05-051-0/+4
* tls: add flag to disable session ticket in TLS 1.2Daiki Ueno2022-05-041-1/+3
* Fix for #1132Brian Wickman2022-04-211-1/+3
* Merge branch 'config' into 'master'František Krenželok2022-04-131-0/+1
|\
| * system config disable KTLSFrantisek Krenzelok2022-03-291-0/+1
* | Add missing gtk-doc for GNUTLS_COMP_BROTLI/ZSTD.Andreas Metzler2022-04-121-0/+2
|/
* Add compress_certificate extension (RFC8879)Zoltan Fridrich2022-03-011-1/+12
* Merge branch 'ktls_sendfile' into 'master'Daiki Ueno2022-02-241-0/+2
|\
| * ktls: sendfileFrantisek Krenzelok2022-02-221-0/+2
* | Merge branch 'bump-max-algorithm' into 'master'Daiki Ueno2022-02-211-1/+1
|\ \
| * | bump GNUTLS_MAX_ALGORITHM_NUM / MAX_ALGOSAlexander Sosedkin2022-02-181-1/+1
* | | Fix typosDimitris Apostolou2022-02-171-1/+1
| |/ |/|
* | gnutls_ciphersuite_get: new function to get unique ciphersuite nameDaiki Ueno2022-02-101-0/+3
|/
* global: add API to retrieve library configuration at run timeDaiki Ueno2022-01-161-0/+7
* fips: add functions to inspect thread-local FIPS operation stateDaiki Ueno2022-01-071-0/+39
* ktls: flagsFrantisek Krenzelok2021-12-161-2/+20
* KTLS: APIFrantisek Krenzelok2021-12-151-0/+2
* x509 CT: implement new public APIAnder Juaristi2021-12-042-0/+17
* priority: support allowlisting in configuration fileDaiki Ueno2021-11-291-0/+11
* pk: add flags to force RSA-PSS salt length to match digest lengthDaiki Ueno2021-08-072-2/+10
* gnutls_early_{cipher,prf_hash}_get: new functionsDaiki Ueno2021-05-131-1/+4
* gnutls_init: add flag to omit EndOfEarlyData messagesDaiki Ueno2021-05-131-1/+3
* gnutls_init: redefine GNUTLS_ENABLE_EARLY_DATA flag for clientDaiki Ueno2021-05-131-3/+3
* Introduce new tls channel binding types into gnutls_channel_binding_tRuslan N. Marchenko2021-05-011-2/+6
* Changed certificate retrieval callback prototype parameter name to be in line...Tom Vrancken2021-02-281-1/+1
* gnutlsxx: add const and explicit specifiers where possibleDaiki Ueno2021-02-171-7/+7
* Merge branch 'wip/dueno/aia-api' into 'master'Daiki Ueno2020-11-211-2/+4
|\
| * x509: rework issuer callbackDaiki Ueno2020-11-191-2/+4
* | alert: add callback to intercept alert messagesDaiki Ueno2020-11-191-0/+22
* | handshake: add callback to get notified with traffic secret changeDaiki Ueno2020-11-191-0/+24
* | handshake: add functions to read/write handshake messages directlyDaiki Ueno2020-11-191-0/+49
* | pkcs11: increase the maximum PIN length from 31 to 255Daiki Ueno2020-11-131-1/+1
|/
* Adds a new API gnutls_session_set_verify_output_function() that allows TLS ap...Sahana Prasad2020-11-101-2/+6
* fips: add self-tests for TLS-PRFDaiki Ueno2020-10-081-0/+1