summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls
Commit message (Expand)AuthorAgeFilesLines
* 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-261-0/+50
* 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
* exported gnutls_x509_crt_equals() and gnutls_x509_crt_equals2()Nikos Mavrogiannopoulos2016-05-021-0/+4
* handshake: enhance same certificate checks to apply to PSK/SRP usernameNikos Mavrogiannopoulos2016-04-291-3/+3
* added flag in session to force sending a client certificateNikos Mavrogiannopoulos2016-04-281-3/+5
* handshake: added support for ECDH with curve X25519Nikos Mavrogiannopoulos2016-04-241-4/+12
* Updated false start support to be transparent to applications.Nikos Mavrogiannopoulos2016-04-151-5/+4
* Added gnutls_x509_crl_get_signature_oidNikos Mavrogiannopoulos2016-04-131-0/+2
* Added gnutls_x509_crq_get_signature_oid and gnutls_x509_crq_get_pk_oidNikos Mavrogiannopoulos2016-04-131-1/+5
* Added gnutls_x509_crt_get_signature_oid and gnutls_x509_crt_get_pk_oidNikos Mavrogiannopoulos2016-04-131-0/+2
* gnutls_init(): refer to gnutls_init_flags_t for the documentation of availabl...Nikos Mavrogiannopoulos2016-04-021-21/+27
* Introduced GNUTLS_E_ASN1_EMBEDDED_NULL_IN_STRINGNikos Mavrogiannopoulos2016-03-161-0/+1
* gnutls.h: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-1/+1
* Added gnutls_handshake_set_false_start_function()Nikos Mavrogiannopoulos2016-02-271-4/+12
* Added gnutls_session_get_master_secretNikos Mavrogiannopoulos2016-02-241-0/+4
* Added gnutls_session_get_flags()Nikos Mavrogiannopoulos2016-02-221-1/+20
* bumped the version of max algorithm num to account for new signing algorithmsNikos Mavrogiannopoulos2016-02-181-1/+1
* Added NIST's OIDs for SHA3 signature algorithmsNikos Mavrogiannopoulos2016-02-151-2/+27
* Added gnutls_dh_params_import_dsa() which allows to import DSA parameters int...Nikos Mavrogiannopoulos2016-02-111-0/+1
* ALPN: added the GNUTLS_ALPN_SERVER_PRECEDENCE flagNikos Mavrogiannopoulos2016-02-101-1/+16
* x509: introduced GNUTLS_SAN_OTHERNAME_KRB5PRINCIPALNikos Mavrogiannopoulos2016-01-121-3/+4