summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/gnutls.h.in
Commit message (Expand)AuthorAgeFilesLines
* extensions: introduced functions to obtain currently parsed messageNikos Mavrogiannopoulos2017-10-101-0/+2
* handshake: introduced TLS 1.3 handshake client state machine outlineNikos Mavrogiannopoulos2017-10-101-0/+5
* extensions: separate the hello extensions from othersNikos Mavrogiannopoulos2017-10-101-7/+1
* extensions: mark the message validity of each supported extensionNikos Mavrogiannopoulos2017-09-251-5/+22
* Added support for key share extensionNikos Mavrogiannopoulos2017-09-251-0/+2
* ext/signature: added TLS 1.3 signature algorithm negotiationNikos Mavrogiannopoulos2017-09-251-1/+8
* Added TLS 1.3 Hello message random generationNikos Mavrogiannopoulos2017-09-251-0/+2
* gnutls.h: Remove redundant function declarationsTim Rühsen2017-09-181-14/+0
* Corrected argument names of functions to correspond to declarationNikos Mavrogiannopoulos2017-08-181-3/+3
* gnutls_session_get_flags: introduced GNUTLS_SFLAGS_RFC7919Nikos Mavrogiannopoulos2017-08-181-1/+3
* sign APIs: introduce RSA-RAW signing algorithmNikos Mavrogiannopoulos2017-08-171-1/+3
* extensions: simplified requirements from send callbackNikos Mavrogiannopoulos2017-08-111-1/+4
* gnutls_x509_privkey_verify_seed: improved error on missing validation parametersNikos Mavrogiannopoulos2017-08-071-0/+1
* base64: introduced new functions for base64 encodingNikos Mavrogiannopoulos2017-08-041-0/+5
* introduced error code GNUTLS_E_PK_INVALID_PUBKEY_PARAMSNikos Mavrogiannopoulos2017-08-041-0/+1
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-0/+45
* gnutls_priority_set: use reference countingNikos Mavrogiannopoulos2017-07-251-4/+0
* gnutls_sign_is_secure2: introducedNikos Mavrogiannopoulos2017-07-211-1/+8
* doc updateNikos Mavrogiannopoulos2017-07-171-1/+1
* Renamed GNUTLS_PK_ECDHX to GNUTLS_PK_ECDH_X25519Nikos Mavrogiannopoulos2017-07-171-2/+3
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-171-3/+9
* doc: updated documentation on client authentication [ci skip]Nikos Mavrogiannopoulos2017-07-111-1/+1
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-101-0/+5
* moved compression-related APIs to compat.htmp-remove-support-for-compressionNikos Mavrogiannopoulos2017-06-221-11/+0
* gnutls_pubkey_verify_hash2: corrected operation with RSA-PSS keysNikos Mavrogiannopoulos2017-05-291-0/+1
* Introduced gnutls_sign_supports_pk_algorithm()Nikos Mavrogiannopoulos2017-05-291-0/+3
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-2/+11
* gnutls.h: introduced GNUTLS_E_ASN1_TIME_ERRORNikos Mavrogiannopoulos2017-05-011-0/+1
* gnutls.h: introduced flag GNUTLS_EXT_FLAG_OVERRIDE_INTERNAL [ci skip]Nikos Mavrogiannopoulos2017-04-231-5/+15
* doc updateNikos Mavrogiannopoulos2017-03-231-4/+7
* Introduced GNUTLS_DT_IP_ADDRESSNikos Mavrogiannopoulos2017-03-231-2/+6
* gnutls.h: added definitions to obtain the maximum element in several enumerat...Nikos Mavrogiannopoulos2017-03-171-5/+10
* gnutls.h: introduced GNUTLS_E_TLS_PACKET_DECODING_ERROR [ci skip]Nikos Mavrogiannopoulos2017-03-081-0/+1
* alerts: separated record overflow from decode error alertsNikos Mavrogiannopoulos2017-03-071-1/+2
* x509/verify: refuse to verify certificates with unknown critical extensionsNikos Mavrogiannopoulos2017-03-021-1/+3
* gnutls_store_commitment: introduced flag GNUTLS_SCOMMIT_FLAG_ALLOW_BROKENNikos Mavrogiannopoulos2017-02-241-0/+1
* Introduced GNUTLS_E_CERTIFICATE_TIME_ERROR error codeNikos Mavrogiannopoulos2017-02-171-0/+1
* gnutls.h: corrected typo [ci skip]Nikos Mavrogiannopoulos2017-02-121-1/+1
* gnutls_heartbeat_allowed: corrected return typeNikos Mavrogiannopoulos2017-01-311-1/+1
* Exported gnutls_idna_map() and gnutls_idna_reverse_map()Nikos Mavrogiannopoulos2017-01-261-0/+5
* Add special MD5+SHA1 digest to simplify TLS signature codeDmitry Eremin-Solenikov2016-12-141-1/+5
* gnutls_utf8_password_normalize: perform more strict check on input charactersNikos Mavrogiannopoulos2016-11-281-0/+1
* When writing alternative names to certificates ensure we write in ACE formatNikos Mavrogiannopoulos2016-11-251-0/+1
* pkcs7: return GNUTLS_E_PK_SIG_VERIFY_FAILED on hash mismatchNikos Mavrogiannopoulos2016-11-251-0/+1
* tolerate non-valid UTF8 passwords when decryptingNikos Mavrogiannopoulos2016-11-201-0/+1
* PKCS#7/8: normalize the password according to rfc7613Nikos Mavrogiannopoulos2016-11-201-0/+1
* Added function for UTF-8 normalization based on RFC7613Nikos Mavrogiannopoulos2016-11-201-0/+3
* Reverted the behavior of sending a status request extension even without a re...Nikos Mavrogiannopoulos2016-10-271-1/+1
* modified the gnutls_certificate_set_key* changeNikos Mavrogiannopoulos2016-10-241-1/+3
* gnutls_init: added GNUTLS_NO_TICKETS flagsNikos Mavrogiannopoulos2016-10-211-1/+6