summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: use mmap() for large memory allocations in systems that support itfreebsdNikos Mavrogiannopoulos2016-04-202-3/+27
* tests: use /bin/bash for tests that use bashismsNikos Mavrogiannopoulos2016-04-202-2/+2
* tests: don't run danetool.sh if danetool is not presentNikos Mavrogiannopoulos2016-04-201-2/+4
* gnutls_int.h: allow compiling with system (gnutls) headersNikos Mavrogiannopoulos2016-04-201-11/+6
* .gitlab-ci.yml: added build rule on freebsdNikos Mavrogiannopoulos2016-04-191-72/+5
* tests: do not run danetool.sh on windowsNikos Mavrogiannopoulos2016-04-191-1/+5
* tools: avoid relying on static buffers for service nameNikos Mavrogiannopoulos2016-04-184-11/+15
* tests: added basic check on danetool --tlsa-rr optionNikos Mavrogiannopoulos2016-04-182-1/+80
* danetool: Allow specifying a service name into port optionNikos Mavrogiannopoulos2016-04-183-25/+24
* Fix library build on Chrome Native Client (NaCl)Kevin Cernekee2016-04-181-1/+1
* gnutls-serv: don't send closure messages in failed handshakesNikos Mavrogiannopoulos2016-04-181-1/+6
* client key exchange: fail if the client KX message is padded with additional ...Nikos Mavrogiannopoulos2016-04-182-1/+7
* _wrap_nettle_pk_derive: reject values of public key that are over the primeNikos Mavrogiannopoulos2016-04-181-10/+4
* tests: suite: disable any openssl cpu optimizationsNikos Mavrogiannopoulos2016-04-151-1/+2
* doc: further updated documentation on false start [ci skip]Nikos Mavrogiannopoulos2016-04-151-0/+5
* doc: updated documentation on false startNikos Mavrogiannopoulos2016-04-152-13/+15
* tests: enhanced the false start checksNikos Mavrogiannopoulos2016-04-151-81/+153
* Updated false start support to be transparent to applications.Nikos Mavrogiannopoulos2016-04-157-82/+90
* doc updateNikos Mavrogiannopoulos2016-04-141-2/+2
* doc: updated docs related to private key generationNikos Mavrogiannopoulos2016-04-143-13/+18
* certtool: do not allow combining --provable with --ecc in key generationNikos Mavrogiannopoulos2016-04-141-0/+6
* updated auto-generated files for new APIsNikos Mavrogiannopoulos2016-04-143-17/+143
* doc: added tlsproxy example reference into documentationNikos Mavrogiannopoulos2016-04-145-9/+19
* tests: pem-decoding: fixed issue preventing out-of-tree checksNikos Mavrogiannopoulos2016-04-131-1/+1
* tests: pem-decoding: use unique temp filesNikos Mavrogiannopoulos2016-04-131-17/+21
* tests: enhanced mini-x509-kx with ECDHE-ECDSA ciphersuite testingNikos Mavrogiannopoulos2016-04-132-5/+23
* handshake: do not overwrite the server's signature algorithmNikos Mavrogiannopoulos2016-04-131-1/+2
* tests: enhanced mini-x509-kx with client auth scenariosNikos Mavrogiannopoulos2016-04-131-113/+40
* tests: verify that the output of gnutls_sign_algorithm_get() is the expected oneNikos Mavrogiannopoulos2016-04-131-6/+33
* doc updateNikos Mavrogiannopoulos2016-04-131-0/+5
* ocsp: increased the preallocated space in check_ocsp_purpose to account for n...Nikos Mavrogiannopoulos2016-04-131-1/+2
* tests: enhanced and simplified SHA3 testsNikos Mavrogiannopoulos2016-04-136-101/+65
* tests: added check of GOST cert decoding/printingNikos Mavrogiannopoulos2016-04-133-1/+65
* x509 output: print the OID of certificates/CRLs/CRQs with unknown algorithmsNikos Mavrogiannopoulos2016-04-131-65/+211
* tests: added basic tests for CSR parsingNikos Mavrogiannopoulos2016-04-132-1/+227
* tests: added basic tests on CRL parsingNikos Mavrogiannopoulos2016-04-132-1/+248
* tests: added basic functionality tests for gnutls_x509_crt_get_*_oidNikos Mavrogiannopoulos2016-04-131-5/+46
* Added gnutls_x509_crl_get_signature_oidNikos Mavrogiannopoulos2016-04-133-0/+43
* Added gnutls_x509_crq_get_signature_oid and gnutls_x509_crq_get_pk_oidNikos Mavrogiannopoulos2016-04-133-1/+87
* Added gnutls_x509_crt_get_signature_oid and gnutls_x509_crt_get_pk_oidNikos Mavrogiannopoulos2016-04-133-0/+88
* gnutls_x509_crt_get_key_purpose_oid: copy the OID as a null-terminated stringNikos Mavrogiannopoulos2016-04-131-1/+1
* sign: corrected digest in SHA3-224 OID mappingNikos Mavrogiannopoulos2016-04-132-8/+9
* configure: corrected regression which prevented the build of tests/suiteNikos Mavrogiannopoulos2016-04-121-1/+1
* gnutls_x509_ext_import_policies: initialize value to avoid compiler warningsNikos Mavrogiannopoulos2016-04-121-1/+1
* README: removed inexistent packageNikos Mavrogiannopoulos2016-04-121-2/+2
* common.mk: corrected typo on LDFLAGS for coverageNikos Mavrogiannopoulos2016-04-123-3/+3
* danetool: corrected typo in manual [ci skip]Nikos Mavrogiannopoulos2016-04-121-1/+1
* gnutls_packet_get: avoid null pointer dereference on NULL inputNikos Mavrogiannopoulos2016-04-121-0/+1
* gnutls_x509_privkey_verify_seed: corrected typo that made the function always...Nikos Mavrogiannopoulos2016-04-121-2/+0
* _gnutls_asn2err: declared as constant functionNikos Mavrogiannopoulos2016-04-121-1/+2