summaryrefslogtreecommitdiff
path: root/lib/includes
Commit message (Expand)AuthorAgeFilesLines
* gnutls.h: introduced flag GNUTLS_EXT_FLAG_OVERRIDE_INTERNAL [ci skip]Nikos Mavrogiannopoulos2017-05-081-5/+15
* Avoid deprecation warnings when including gnutls/abstract.hMartin Storsjo2017-03-181-1/+1
* gnutls_store_commitment: introduced flag GNUTLS_SCOMMIT_FLAG_ALLOW_BROKENNikos Mavrogiannopoulos2017-02-241-0/+1
* gnutls.h: corrected typoNikos Mavrogiannopoulos2017-02-121-1/+1
* openpgp.h: all openpgp functionality was marked as deprecatedNikos Mavrogiannopoulos2017-02-121-77/+77
* Exported gnutls_idna_map() and gnutls_idna_reverse_map()Nikos Mavrogiannopoulos2017-01-261-0/+5
* x509: better documented gnutls_trust_list_flags_tNikos Mavrogiannopoulos2016-12-091-1/+26
* gnutls_x509_crt_check_email type changed to unsignedNikos Mavrogiannopoulos2016-12-081-1/+1
* 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
* Introduced new functions to allow multiple DN parsing modesNikos Mavrogiannopoulos2016-11-142-0/+20
* 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
* x509: introduced gnutls_x509_crt_check_key_purpose()Nikos Mavrogiannopoulos2016-10-181-0/+5
* gnutls_x509_crt_verify_data2: introduce constraints checks on the provided ce...Nikos Mavrogiannopoulos2016-10-181-0/+1
* DH: introduced gnutls_*_set_known_dh_params()Nikos Mavrogiannopoulos2016-10-141-0/+12
* DH: export the FFDHE Diffie-Hellman valuesNikos Mavrogiannopoulos2016-10-141-0/+18
* gnutls_pkcs7_get_embedded_data: added GNUTLS_PKCS7_EDATA_GET_RAW flagNikos Mavrogiannopoulos2016-10-121-1/+3
* pkcs7: allow unknown and legacy signature data OIDs to be importedNikos Mavrogiannopoulos2016-10-111-0/+3
* Added session-specific supplemental data handlingNikos Mavrogiannopoulos2016-10-061-0/+6
* Added session-specific TLS extensionsNikos Mavrogiannopoulos2016-10-061-0/+5
* pkcs11: introduced flag GNUTLS_PKCS11_OBJ_FLAG_MARK_DISTRUSTEDNikos Mavrogiannopoulos2016-09-261-1/+3
* Introduced separate error codes for invalid private and public keysNikos Mavrogiannopoulos2016-09-171-0/+2
* Added gnutls_certificate_set_ocsp_status_request_function2Nikos Mavrogiannopoulos2016-09-121-1/+6
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-114-14/+14
* pkcs8: added support for decryption with PBES1-DES-CBC-MD5Nikos Mavrogiannopoulos2016-08-261-1/+5
* Added support for decrypting PKCS#8 files which use HMAC-SHA256 as PRFNikos Mavrogiannopoulos2016-08-241-0/+2
* gnutls_safe_renegotiation_status: changed return type to unsignedNikos Mavrogiannopoulos2016-08-091-1/+1
* x509: Separate out IP handling functionsMartin Ukrop2016-08-092-0/+3
* gnutls_transport_set_fastopen: added flags optionstcp-fast-openNikos Mavrogiannopoulos2016-08-081-1/+2
* gnutls.h: moved all compatibility defines outside the enumNikos Mavrogiannopoulos2016-08-081-8/+11
* gnutls_fips140_mode_enabled: changed return type to unsignedNikos Mavrogiannopoulos2016-08-051-1/+1
* gnutls_pkcs11_privkey_status: return type changed to unsignedNikos Mavrogiannopoulos2016-08-041-1/+1
* gnutls.h: giovec_t is a typedef to iovec where that is availableNikos Mavrogiannopoulos2016-07-261-4/+1
* Support TCP Fast OpenTim Ruehsen2016-07-262-1/+51
* gnutls_x509_crt_check_hostname*: use unsigned a return valueNikos Mavrogiannopoulos2016-07-221-2/+2
* introduced: GNUTLS_E_UNAVAILABLE_DURING_HANDSHAKENikos Mavrogiannopoulos2016-07-221-0/+1
* x509: Fix DNS name constraints checkingMartin Ukrop2016-07-211-0/+1
* gnutls.h: define elements of gnutls_init_flags_tNikos Mavrogiannopoulos2016-07-201-0/+8
* gnutls.h: documented the version various gnutls_init flags were introducedNikos Mavrogiannopoulos2016-07-201-3/+3
* Added gnutls_x509_dn_set_str()Nikos Mavrogiannopoulos2016-07-191-0/+2
* added gnutls_x509_crq_set_extension_by_oid()Nikos Mavrogiannopoulos2016-07-131-0/+6
* gnutls_pkcs11_crt_is_known: changed to unsigned typeNikos Mavrogiannopoulos2016-06-241-1/+1
* During PKIX chain verification check the TLSFeatures complianceNikos Mavrogiannopoulos2016-06-141-4/+14
* Added gnutls_x509_crt_set_crq_extension_by_oid()Nikos Mavrogiannopoulos2016-06-141-0/+5