summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tests: increased verbosity in testdsaartifactsNikos Mavrogiannopoulos2016-05-121-4/+4
|
* .gitlab-ci.yml: allow obtaining the output of the testsuite via artifactsNikos Mavrogiannopoulos2016-05-101-58/+36
| | | | That also disables failure to ensure that artifacts are always generated and written.
* 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
| | | | | That is, handle GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE if returned from gnutls_x509_crt_get_dn() on the end certificate.
* Revert "x509: allow empty DNs on parsing for subject DNs"Nikos Mavrogiannopoulos2016-05-106-16/+10
| | | | This reverts commit 1641ea943079765d601cf418dc2c89c1c93f0ecf.
* cert cred: add the CN to the list of known hostnames only if no dns_namesNikos Mavrogiannopoulos2016-05-101-9/+14
| | | | That is, follow rfc6125 and support CN as a fallback only.
* tests: enhanced set_x509*_key to verify that connections succeed with credsNikos Mavrogiannopoulos2016-05-109-201/+459
| | | | | That is the tests no only verify that credentials are set as expected but also whether sessions are established with the credentials provided.
* gnutls_certificate_set_key: import the DNS names of the certificatesNikos Mavrogiannopoulos2016-05-101-1/+25
| | | | That is, only when no (NULL) names are provided.
* 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
| | | | Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* .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
| | | | | These headers have been renamed, but they were not necessary for this module's compilation. Report/Patch by Andreas Metzler.
* .gitlab-ci.yml: added build for windows DLLsNikos Mavrogiannopoulos2016-05-091-0/+19
| | | | This creates the windows DLLs on every tagged release.
* 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
| | | | That will avoid re-encoding or decoding in common operations.
* 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 ↵Nikos Mavrogiannopoulos2016-05-061-13/+60
| | | | | | are not imported This allows it operating with certificates that are generated from scratch.
* 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
| | | | The previous version could not be parsed by gdoc.
* gnutls-serv: sending alerts on mismatched SNI namesHubert Kario2016-05-062-0/+102
| | | | | Extend serv utility to be able to send alerts when the name advertised by client does not match the name expected by server.
* Add support for sending unrecognized name alertsHubert Kario2016-05-063-0/+8
| | | | | | To better test support for server_name extension in TLS, it's necessary to be able to differentiate between name being rejected because it is unknown to the server and it being malformed.
* 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
| | | | This allows the test to operate properly on windows systems.
* tests: avoid the usage of tmpnam()Nikos Mavrogiannopoulos2016-05-046-66/+78
| | | | | Use a simpler version which is confined within the testsuite build directories.
* 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
| | | | | That now verifies that the input is the same as the data stored in the credentials as well checks for valid operation.
* 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
| | | | That is, do not assume that a heap allocated value is provided.
* .gitlab-ci.yml: enabled coverage run in the x86 buildNikos Mavrogiannopoulos2016-05-031-3/+4
|