summaryrefslogtreecommitdiff
path: root/lib/includes
Commit message (Expand)AuthorAgeFilesLines
* 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
* pkcs12: corrected return type of gnutls_pkcs12_bag_get_type()Nikos Mavrogiannopoulos2016-06-041-1/+1
* ocsp: Introduced GNUTLS_CERT_INVALID_OCSP_STATUSNikos Mavrogiannopoulos2016-06-011-1/+3
* gnutls_url_is_supported: type changed to unsignedNikos Mavrogiannopoulos2016-05-311-1/+1
* several sign-related API changesNikos Mavrogiannopoulos2016-05-314-54/+54
* Account the TLSFeature certificate extension in certificate verificationTim Kosse2016-05-301-1/+3
* exported function to convert TLS extension numbers to stringsNikos Mavrogiannopoulos2016-05-301-0/+2
* Add functions to get/set the tlsfeatures to certificate requests.Tim Kosse2016-05-301-0/+6
* Added gnutls_x509_crt_set_tlsfeaturesTim Kosse2016-05-301-0/+3
* Added functions to add features and convert tlsfeatures back to DERTim Kosse2016-05-301-0/+5
* Added functions to parse the TLSFeatures X.509 extension.Tim Kosse2016-05-302-0/+14
* Add support for sending unrecognized name alertsHubert Kario2016-05-061-0/+2