summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tests: fail() function will also print function and line informationNikos Mavrogiannopoulos2016-04-292-2/+5
* _gnutls_hex2bin: refuse to decode odd-sized hex dataNikos Mavrogiannopoulos2016-04-291-0/+3
* tests: added unit tests on the HEX encoding/decoding functionsNikos Mavrogiannopoulos2016-04-292-1/+226
* certtool: eliminated memory leaks in DH parameter printing/generation.Nikos Mavrogiannopoulos2016-04-283-1/+10
* certtool: combined all the seed decoding methods to a single oneNikos Mavrogiannopoulos2016-04-283-43/+44
* Revert "tests: ensure the seed is provided in plain hex"Nikos Mavrogiannopoulos2016-04-281-5/+5
* tests: check certtool dh-parameter generation with --provable optionNikos Mavrogiannopoulos2016-04-282-1/+86
* tests: ensure the seed is provided in plain hexNikos Mavrogiannopoulos2016-04-281-5/+5
* certtool: allow specifying seed size when generating provable DH parametersNikos Mavrogiannopoulos2016-04-283-12/+49
* doc updateNikos Mavrogiannopoulos2016-04-281-0/+3
* tests: simplified custom-urls checkNikos Mavrogiannopoulos2016-04-281-56/+1
* tests: added check on whether builtin URLs cannot be overridenNikos Mavrogiannopoulos2016-04-282-1/+289
* keys: custom URLs take precedence over pre-defined URLsNikos Mavrogiannopoulos2016-04-284-32/+36
* x25519: ensure that a valid private key is present on key derivationNikos Mavrogiannopoulos2016-04-281-1/+1