summaryrefslogtreecommitdiff
path: root/lib/includes
Commit message (Expand)AuthorAgeFilesLines
* Added gnutls_session_set_verify_functionNikos Mavrogiannopoulos2016-05-191-1/+3
* gnutls.h: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-3/+3
* gnutls_global_init_skip: prefixed with an underscoreNikos Mavrogiannopoulos2015-11-211-2/+2
* Added GNUTLS_SKIP_GLOBAL_INIT macro to allow programs skip implicit global in...Nikos Mavrogiannopoulos2015-11-191-0/+5
* pkcs11: set the CKA_TOKEN attribute on generated public keysNikos Mavrogiannopoulos2015-08-031-1/+3
* list gnutls_pubkey_get_verify_algorithm as deprectedNikos Mavrogiannopoulos2015-02-271-6/+6
* Use hints to support incomplete PKCS#11 URIsNikos Mavrogiannopoulos2014-12-231-0/+1
* doc updateNikos Mavrogiannopoulos2014-11-282-1/+8
* dropped gnutls_fd_in_use, it is no longer necessaryNikos Mavrogiannopoulos2014-10-311-3/+0
* added gnutls_fd_in_use() to check whether a file descriptor is in useNikos Mavrogiannopoulos2014-10-221-0/+3
* Added GNUTLS_TL_GET_COPY flag and documented the limitations of gnutls_x509_t...Nikos Mavrogiannopoulos2014-10-011-0/+1
* check for CAs with the same key in gnutls_x509_trust_list_add_casNikos Mavrogiannopoulos2014-09-161-0/+1
* fixes in the extension handlingNikos Mavrogiannopoulos2014-09-151-1/+6
* allow retrieving extensions in a trust module using GNUTLS_PKCS11_OBJ_FLAG_OV...Nikos Mavrogiannopoulos2014-09-152-2/+23
* gnutls_x509_trust_list_verify_crt2 is in par with gnutls_certificate_verify_p...Nikos Mavrogiannopoulos2014-09-151-2/+3
* Added gnutls_x509_crt_get_extension_by_oid2() and gnutls_x509_crq_get_extensi...Nikos Mavrogiannopoulos2014-09-151-0/+10
* Added gnutls_x509_trust_list_verify_purpose_crt()Nikos Mavrogiannopoulos2014-09-151-0/+9
* when comparing a CA certificate with the trusted list compare the name and keyNikos Mavrogiannopoulos2014-09-031-3/+5
* pkcs11: modified prototype and doc to be recognized by doc parserNikos Mavrogiannopoulos2014-08-091-1/+1
* pkcs11: added GNUTLS_PKCS11_OBJ_ATTR_MATCH flagNikos Mavrogiannopoulos2014-08-081-8/+10
* gnutls_pkcs11_flags_get_str -> gnutls_pkcs11_obj_flags_get_strNikos Mavrogiannopoulos2014-08-071-1/+1
* pkcs11: added new functions to query the object's flagsNikos Mavrogiannopoulos2014-08-071-2/+6
* pkcs11.h: introduced gnutls_pkcs11_obj_flagsNikos Mavrogiannopoulos2014-08-071-14/+34
* changed semantics of gnutls_pkcs11_privkey_get_pubkey; named gnutls_pkcs11_pr...Nikos Mavrogiannopoulos2014-08-061-1/+1
* add pubkey export from private key in pkcs11 subsystemWolfgang Meyer zu Bergsten2014-08-061-0/+6
* improve compatibility in pkcs11 key generationWolfgang Meyer zu Bergsten2014-08-061-0/+1
* removed comma at the end of enumerationsNikos Mavrogiannopoulos2014-07-275-22/+22
* Added gnutls_certificate_set_x509_trust_dir()Nikos Mavrogiannopoulos2014-07-211-0/+5
* Added gnutls_x509_trust_list_add_trust_dir()Nikos Mavrogiannopoulos2014-07-211-0/+8
* gnutls_packet_get() was introduced to avoid exporting a structure on the API.Nikos Mavrogiannopoulos2014-06-161-7/+4
* Added flag GNUTLS_PKCS11_OBJ_FLAG_MARK_CA.Nikos Mavrogiannopoulos2014-06-161-0/+1
* Added gnutls_record_recv_packet() and gnutls_packet_deinit()Nikos Mavrogiannopoulos2014-06-061-0/+13
* Made gnutls_x509_crl_iter_crt_serial() thread-safe by making the iterator exp...Nikos Mavrogiannopoulos2014-06-051-2/+9
* renamed gnutls_x509_crl_get_crt_serial2 to gnutls_x509_crl_iter_crt_serial.Nikos Mavrogiannopoulos2014-06-051-1/+1
* Added gnutls_x509_crl_get_crt_serial2(), a faster variant of gnutls_x509_crl_...Nikos Mavrogiannopoulos2014-06-041-0/+3
* do not yet export gnutls_memset().Nikos Mavrogiannopoulos2014-05-171-1/+0
* export gnutls_memset().Nikos Mavrogiannopoulos2014-05-101-0/+1
* Added gnutls_credentials_get().Nikos Mavrogiannopoulos2014-05-101-0/+2
* Added the 'very weak' certificate verification profile.Nikos Mavrogiannopoulos2014-05-051-0/+3
* gnutls_x509_trust_list_get_issuer() will work correctly with a PKCS #11 trust...Nikos Mavrogiannopoulos2014-04-281-1/+2
* gnutls_secure_malloc() is no longer part of the API (though it remains in the...Nikos Mavrogiannopoulos2014-04-191-1/+0
* Added self check functions to self-test.h.Nikos Mavrogiannopoulos2014-04-173-7/+39
* Replaced gnutls_certificate_verify_peers3() with the extendable gnutls_certif...Nikos Mavrogiannopoulos2014-04-091-4/+25
* Added gnutls_certificate_verify_peers4 which will verify in addition to hostn...Nikos Mavrogiannopoulos2014-04-081-0/+5
* Added verification flag to disable wildcard checkingNikos Mavrogiannopoulos2014-04-022-0/+7
* renamed some of the newly introduced functionsNikos Mavrogiannopoulos2014-03-201-26/+26
* Added new API to handle X.509 extensions.Nikos Mavrogiannopoulos2014-03-193-2/+225
* The xssl experimental library was removed.Nikos Mavrogiannopoulos2014-03-102-127/+1
* srp: Add resistance against guessing usernamesAttila Molnar2014-02-201-0/+6
* Added gnutls_x509_name_constraints_check_crtNikos Mavrogiannopoulos2014-02-191-0/+3