summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnutls-serv: sending alerts on mismatched SNI namestomato42/gnutls-sni-alertsHubert Kario2016-05-062-0/+102
* Add support for sending unrecognized name alertsHubert Kario2016-05-063-0/+8
* tests: use the 'b' modifier for writing binary data in set_x509_key_file_derNikos Mavrogiannopoulos2016-05-041-1/+1
* tests: avoid the usage of tmpnam()Nikos Mavrogiannopoulos2016-05-046-66/+78
* tests: disable checks with tmpnam() on windowsNikos Mavrogiannopoulos2016-05-042-0/+23
* tests: fixed 64-bit check for time_t in mini-x509Nikos Mavrogiannopoulos2016-05-031-1/+1
* tests: added check for gnutls_certificate_set_x509_simple_pkcs12_fileNikos Mavrogiannopoulos2016-05-033-1/+203
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2016-05-031-0/+3
* tests: added check of gnutls_certificate_set_x509_key_file2 with DER inputNikos Mavrogiannopoulos2016-05-032-1/+119
* tests: enhanced set_x509_key_file checkNikos Mavrogiannopoulos2016-05-031-4/+64
* tests: mini-x509: include the legacy verification functions into the checkNikos Mavrogiannopoulos2016-05-031-108/+72
* tests: added check for gnutls_certificate_set_key()Nikos Mavrogiannopoulos2016-05-032-1/+127
* gnutls_certificate_set_key: duplicate the provided memoryNikos Mavrogiannopoulos2016-05-031-2/+11
* .gitlab-ci.yml: enabled coverage run in the x86 buildNikos Mavrogiannopoulos2016-05-031-3/+4
* tests: do not block server errors in testdsa from being printed outNikos Mavrogiannopoulos2016-05-031-5/+7
* .gitignore: more test files to ignoreNikos Mavrogiannopoulos2016-05-031-0/+18
* pkcs11: find_ext_cb: eliminated memory leakNikos Mavrogiannopoulos2016-05-031-0/+1
* pkcs11: find_cert_cb: do not use C_FindObjectsInit() when another is already ...Nikos Mavrogiannopoulos2016-05-031-35/+37
* pkcs11: the flag GNUTLS_PKCS11_OBJ_FLAG_OVERWRITE_TRUSTMOD_EXT will be respec...Nikos Mavrogiannopoulos2016-05-031-0/+18
* tests: added a basic PKCS#11 mock moduleNikos Mavrogiannopoulos2016-05-036-0/+3193
* doc updateNikos Mavrogiannopoulos2016-05-021-1/+3
* _gnutls_x509_crt_cpy: optimized and simplifiedNikos Mavrogiannopoulos2016-05-024-35/+26
* exported gnutls_x509_crt_equals() and gnutls_x509_crt_equals2()Nikos Mavrogiannopoulos2016-05-028-52/+73
* gnutls_pkcs11_obj_get_exts: updated documentationNikos Mavrogiannopoulos2016-05-021-3/+6
* gnutls_x509_crt_import_url: updated documentation for new function nameNikos Mavrogiannopoulos2016-05-021-7/+5
* gnutls_pkcs11_add_provider: clarified params descriptionNikos Mavrogiannopoulos2016-05-021-1/+1
* tests: added checks on PKCS#1 digest info encoding/decodingNikos Mavrogiannopoulos2016-05-022-1/+209
* gnutls_decode_ber_digest_info: return more precise error code on unknown hashNikos Mavrogiannopoulos2016-05-021-1/+1
* errors.h: removed terminating colon on gnutls_assert() outputNikos Mavrogiannopoulos2016-05-021-1/+1
* doc: updated PKCS #11 documentationNikos Mavrogiannopoulos2016-05-012-18/+54
* gnutls_certificate_get_crt_raw: doc updateNikos Mavrogiannopoulos2016-04-301-2/+2
* doc updateNikos Mavrogiannopoulos2016-04-301-0/+2
* doc: mention the version after which gnutls_pem_base64_en/decode2() are avail...Nikos Mavrogiannopoulos2016-04-301-0/+12
* tests: use one-time files in crlcoverageNikos Mavrogiannopoulos2016-04-301-3/+3
* tests: check whether the randomly generate port is usedNikos Mavrogiannopoulos2016-04-301-1/+7
* .gitlab-ci.yml: enabled the code coverage checks in the valgrind and ubsan ta...Nikos Mavrogiannopoulos2016-04-301-3/+5
* tests: enhanced the key-import-export testsNikos Mavrogiannopoulos2016-04-291-49/+246
* corrected import issue in gnutls_privkey_import_ecc_rawNikos Mavrogiannopoulos2016-04-291-1/+1
* x509/privkey: in raw import functions set the parameter's algorithm typeNikos Mavrogiannopoulos2016-04-291-0/+3
* srp base64: return proper gnutls errors codes on error rather than -1Nikos Mavrogiannopoulos2016-04-291-4/+4
* tests: added checks for base64 functionsNikos Mavrogiannopoulos2016-04-293-1/+389
* .gitlab-ci.yml: added code coverage runNikos Mavrogiannopoulos2016-04-292-4/+8
* ax_code_coverage.m4: updated to latest versionNikos Mavrogiannopoulos2016-04-291-30/+85
* libtasn1: updated to latest versionNikos Mavrogiannopoulos2016-04-293-6/+12
* doc updateNikos Mavrogiannopoulos2016-04-291-5/+9
* errors.h: gnutls_assert() will log the function name in addition to filename/...Nikos Mavrogiannopoulos2016-04-291-1/+1
* tests: added check for SRP ID change during rehandshakeNikos Mavrogiannopoulos2016-04-292-1/+275
* tests: added check for PSK ID change during rehandshakeNikos Mavrogiannopoulos2016-04-292-1/+192
* handshake: enhance same certificate checks to apply to PSK/SRP usernameNikos Mavrogiannopoulos2016-04-2913-47/+141
* tests: added 'PFS' and 'SUITEB128' into the list of checked priority stringsNikos Mavrogiannopoulos2016-04-291-0/+2