summaryrefslogtreecommitdiff
path: root/lib/includes
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tmp-ext-mandatory' into 'master'Nikos Mavrogiannopoulos2019-10-101-2/+2
|\
| * session tickets: parse extension during session resumption on client sideNikos Mavrogiannopoulos2019-10-081-2/+2
* | lib: define more GOST curvesDmitry Eremin-Solenikov2019-10-061-1/+11
|/
* nettle: provide GOST 28147-89 IMIT MAC supportDmitry Eremin-Solenikov2019-09-281-0/+2
* nettle: provide GOST 28147-89 CNT mode supportDmitry Eremin-Solenikov2019-09-281-0/+2
* crypto-api: add gnutls_aead_cipher_{en,de}cryptv2tmp-encryptv2Daiki Ueno2019-08-091-0/+14
* pk: implement deterministic ECDSA/DSADaiki Ueno2019-08-081-1/+4
* gnutls.h: mark AEAD ciphers as such in gnutls_cipher_algorithm_t descriptionNikos Mavrogiannopoulos2019-07-221-8/+8
* Support for Generalname registeredID from RFC 5280 in subject alt nameKarsten Ohme2019-07-221-1/+3
* lib: document gnutls_hmac_fast vs nonce relationshipDmitry Eremin-Solenikov2019-06-281-5/+5
* lib: add support for AES-GMACDmitry Eremin-Solenikov2019-06-281-0/+6
* lib: add support for gnutls_hash_copy()Dmitry Eremin-Solenikov2019-06-261-0/+2
* api: add gnutls_hmac_copy() functionDmitry Eremin-Solenikov2019-06-261-0/+1
* Add MAC api to support copying of instancesDmitry Eremin-Solenikov2019-06-241-0/+1
* config: added ability to override and mark algorithms as disabledNikos Mavrogiannopoulos2019-06-201-0/+2
* Marked the crypto backend registration APIs as deprecatedtmp-deprecate-registration-apisNikos Mavrogiannopoulos2019-06-201-4/+8
* Add plumbing to handle Q parameter in DH exchangesSimo Sorce2019-05-231-0/+9
* Merge branch 'mark_const' into 'master'Tim Rühsen2019-05-211-1/+1
|\
| * Mark second argument of function gnutls_x509_crt_equals2 as constAleksei Nikiforov2019-05-211-1/+1
* | x509.h: corrected typo in newly introduced definitionNikos Mavrogiannopoulos2019-05-211-1/+1
* | x509.h: removed stray '%'Nikos Mavrogiannopoulos2019-05-201-1/+1
* | Added profile to correspond to the future security parameterNikos Mavrogiannopoulos2019-05-201-1/+6
|/
* ext/record_size_limit: distinguish sending and receiving limitstmp-record-sizesDaiki Ueno2019-05-141-0/+1
* crypto: add private API to retrieve internal IVDaiki Ueno2019-05-031-0/+1
* prf: add function to retrieve early keying materialDaiki Ueno2019-04-191-0/+4
* gnutls.h: re-define GNUTLS_CRT_RAWPKNikos Mavrogiannopoulos2019-04-161-0/+2
* gnutlsxx.h: removed fixme comments [ci skip]Nikos Mavrogiannopoulos2019-04-131-2/+2
* Vendor in XTS functionality from NettleSimo Sorce2019-03-291-0/+8
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-1319-19/+19
* tls13/certificate: utilize "certificate_required" alerttmp-cert-reqDaiki Ueno2019-03-051-0/+1
* alert: recognize "certificate_required"Daiki Ueno2019-03-041-0/+2
* pkcs11: clarify GNUTLS_PKCS11_TOKEN_MODNAME presence [ci skip]tmp-token-modname-clarificationsNikos Mavrogiannopoulos2019-02-261-1/+2
* Automatically NULLify after gnutls_free()Tim Rühsen2019-02-221-0/+4
* Remove typedef'ing ssize_t in gnutls.htmp-ssize-tTim Rühsen2019-02-121-7/+4
* Add GNUTLS_E_RECEIVED_DISALLOWED_NAME for illegal SNI namesTim Rühsen2019-01-311-0/+1
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-042-2/+2
* GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION: deprecatedtmp-no-well-definedNikos Mavrogiannopoulos2018-12-211-0/+1
* doc: minor fixes [ci skip]Nikos Mavrogiannopoulos2018-12-151-1/+0
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-152-11/+47
* GNUTLS_PCERT_NO_CERT: marked as unused/ignoredtmp-fix-GNUTLS_PCERT_NO_CERTNikos Mavrogiannopoulos2018-12-121-2/+1
* Constant time/cache PKCS#1 RSA decryptiontmp-fix-CVE-2018-16868Simo Sorce2018-11-301-1/+12
* update documentation on GNUTLS_AUTO_REAUTH and gnutls_record_get_direction [c...Nikos Mavrogiannopoulos2018-11-171-3/+5
* anti_replay: moved new add function into anti_replay structureNikos Mavrogiannopoulos2018-11-151-4/+9
* TLS 1.3: implement anti-replay measure using ClientHello recordingDaiki Ueno2018-11-121-0/+12
* db: introduce gnutls_db_set_add_functionDaiki Ueno2018-11-121-0/+5
* db: introduce gnutls_db_check_entry_expire_timeDaiki Ueno2018-11-121-0/+1
* record: introduce new API functions for early dataDaiki Ueno2018-11-111-0/+7
* handshake: handle early dataDaiki Ueno2018-11-111-2/+6
* Add CMAC SupportSimo Sorce2018-10-281-0/+4
* Add AES-CFB8 SupportSimo Sorce2018-10-241-0/+6