summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: simplified server launching processtestsuiteNikos Mavrogiannopoulos2016-05-139-156/+250
* tests: avoid calling exit() from signal handlersNikos Mavrogiannopoulos2016-05-133-4/+3
* memmem.m4: don't call exit() from signal handlerNikos Mavrogiannopoulos2016-05-131-1/+1
* tests: enhance SNI checking with invalid UTF8 and embedded NULL caseNikos Mavrogiannopoulos2016-05-121-12/+30
* Introduce _gnutls_server_name_set_rawNikos Mavrogiannopoulos2016-05-122-47/+64
* errors: include GNUTLS_E_IDNA_ERROR to the listNikos Mavrogiannopoulos2016-05-121-0/+2
* server_name: only save the supported server names in the sessionNikos Mavrogiannopoulos2016-05-121-11/+14
* gnutls_server_name_get: mention GNUTLS_E_IDNA_ERROR being returnedNikos Mavrogiannopoulos2016-05-121-2/+3
* doc: clarify that 'hmac' in the name of functions is only for legacy reasonsNikos Mavrogiannopoulos2016-05-121-1/+2
* tests: introduce delay between server restarts in testsrn.shNikos Mavrogiannopoulos2016-05-111-0/+2
* tests: CRL test will separate stderr output from stdoutNikos Mavrogiannopoulos2016-05-111-9/+11
* Revert "tests: CRL test will not push stderr into output files"Nikos Mavrogiannopoulos2016-05-111-2/+2
* gnutls_pkcs7_print: avoid warning for signed/unsigned comparison by making ev...Nikos Mavrogiannopoulos2016-05-111-2/+1
* tests: CRL test will not push stderr into output filesNikos Mavrogiannopoulos2016-05-111-2/+2
* pack_srp_auth_info: corrected check for uninitialized usernameNikos Mavrogiannopoulos2016-05-101-1/+5
* call_get_cert_callback: removed dead codeNikos Mavrogiannopoulos2016-05-101-5/+0
* pkcs11: added error check in _gnutls_buffer_append_data()Nikos Mavrogiannopoulos2016-05-101-1/+4
* gnutls_pubkey_verify_data2: simplified return logicNikos Mavrogiannopoulos2016-05-101-3/+1
* gnutls_pkcs7_print: corrected type of unsigned count variableNikos Mavrogiannopoulos2016-05-101-2/+2
* _gnutls_krb5_der_to_principal: fixed invalid deinitialization on cleanupNikos Mavrogiannopoulos2016-05-101-2/+2
* tests: don't run hash-large on freebsdNikos Mavrogiannopoulos2016-05-101-1/+11
* tests: fix mmap usage of hash-large to correctly detect failuresNikos Mavrogiannopoulos2016-05-101-1/+5
* doc: updated documentation for gnutls_x509_crt_get_*_dnNikos Mavrogiannopoulos2016-05-101-4/+6
* certtool: handle empty CNs on verificationNikos Mavrogiannopoulos2016-05-101-3/+8
* Revert "x509: allow empty DNs on parsing for subject DNs"Nikos Mavrogiannopoulos2016-05-106-16/+10
* cert cred: add the CN to the list of known hostnames only if no dns_namesNikos Mavrogiannopoulos2016-05-101-9/+14
* tests: enhanced set_x509*_key to verify that connections succeed with credsNikos Mavrogiannopoulos2016-05-109-201/+459
* gnutls_certificate_set_key: import the DNS names of the certificatesNikos Mavrogiannopoulos2016-05-101-1/+25
* 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