summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* reset the global time func on init/deinitNikos Mavrogiannopoulos2016-05-101-1/+3
* auth/cert: log the server name requested by clientNikos Mavrogiannopoulos2016-05-101-1/+3
* improved output of gnutls_assert()Nikos Mavrogiannopoulos2016-05-101-1/+1
* x509: allow empty DNs on parsing for subject DNsNikos Mavrogiannopoulos2016-05-106-10/+16
* build: tests/windows/cng-windows.c: fix implicit decleration of exitAlon Bar-Lev2016-05-101-0/+2
* .gitlab-ci.yml: enable openssl compat library in minimal buildNikos Mavrogiannopoulos2016-05-101-2/+2
* openssl_compat: removed unneeded headersNikos Mavrogiannopoulos2016-05-101-2/+0
* .gitlab-ci.yml: added build for windows DLLsNikos Mavrogiannopoulos2016-05-091-0/+19
* doc updategnutls_3_5_0Nikos Mavrogiannopoulos2016-05-091-1/+1
* bumped soversionNikos Mavrogiannopoulos2016-05-091-2/+2
* updated auto-generated filesNikos Mavrogiannopoulos2016-05-093-3/+11
* x509: use the modified flag in gnutls_x509_crt_tNikos Mavrogiannopoulos2016-05-074-37/+32
* x509: added flag to indicate modification in gnutls_x509_crt_tNikos Mavrogiannopoulos2016-05-073-36/+38
* gnutls_x509_crt_equals*: modified to allow operation with certificates that a...Nikos Mavrogiannopoulos2016-05-061-13/+60
* tests: added checks for certificate generation APIsNikos Mavrogiannopoulos2016-05-062-1/+236
* doc: fixed documentation of gnutls_x509_crt_set_subject_alternative_nameNikos Mavrogiannopoulos2016-05-061-11/+4
* gnutls-serv: sending alerts on mismatched SNI namesHubert Kario2016-05-062-0/+102
* Add support for sending unrecognized name alertsHubert Kario2016-05-063-0/+8
* doc: TODO list references to gitlabNikos Mavrogiannopoulos2016-05-061-45/+2
* doc updateNikos Mavrogiannopoulos2016-05-061-0/+3
* priorities: when without AES acceleration prefer stream ciphers (i.e., CHACHA20)Nikos Mavrogiannopoulos2016-05-063-5/+41
* doc: updated documentation on rehandshake and GNUTLS_ALLOW_ID_CHANGE [ci skip]Nikos Mavrogiannopoulos2016-05-051-6/+10
* 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