summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: added an OCSP response parsing coverage testtmp-fuzzer-updatesNikos Mavrogiannopoulos2017-03-09328-1/+123
* tests: added a certificate parsing coverage testNikos Mavrogiannopoulos2017-03-09486-1/+124
* fuzz: added initial corpus for the OCSP request parserNikos Mavrogiannopoulos2017-03-091-0/+0
* fuzz: added initial corpus for OCSP response parserNikos Mavrogiannopoulos2017-03-094-0/+0
* fuzz: added OCSP structure parsersNikos Mavrogiannopoulos2017-03-093-2/+104
* fuzz: increased minimized set of X.509 certificatesNikos Mavrogiannopoulos2017-03-097-0/+0
* PKCS8/PKCS12: enforce a maximum number of iterationsNikos Mavrogiannopoulos2017-03-093-3/+7
* Do not attempt to parse a 32-bit integer if a packet is not 4 bytes.Alex Gaynor2017-03-093-2/+2
* Revert ".gitlab-ci.yml: include coverage statistics of FIPS140-2 code"Nikos Mavrogiannopoulos2017-03-091-2/+1
* sysrng-linux: define _rnd_get_system_entropy unconditionallyNikos Mavrogiannopoulos2017-03-091-1/+2
* tests: dtls-stress: use X.509 certificates instead of openpgptmp-openpgp-compatNikos Mavrogiannopoulos2017-03-082-59/+9
* .gitlab-ci.yml: added build without openpgp supportNikos Mavrogiannopoulos2017-03-081-2/+25
* doc updateNikos Mavrogiannopoulos2017-03-081-0/+4
* Added openpgp stub fileNikos Mavrogiannopoulos2017-03-082-1/+703
* doc updatetmp-improve-test-suiteNikos Mavrogiannopoulos2017-03-081-0/+3
* tests: split PKCS#12 encoding from decoding testsNikos Mavrogiannopoulos2017-03-083-35/+110
* tests: added PKCS#12 file decoding containing a CRLNikos Mavrogiannopoulos2017-03-083-2/+2
* certtool: enhance to allow writing CRLs in PKCS#12 filesNikos Mavrogiannopoulos2017-03-082-2/+43
* tests: added CRL decoding unit tests using certtoolNikos Mavrogiannopoulos2017-03-085-2/+753
* tests: enhanced basic tests in CRL parsingNikos Mavrogiannopoulos2017-03-081-1/+30
* Rewritten gnutls_x509_rdn_get() and gnutls_x509_rdn_get2()Nikos Mavrogiannopoulos2017-03-081-43/+25
* tests: added checks for the old DN decoding functionsNikos Mavrogiannopoulos2017-03-082-1/+152
* tests: do not run tests which require openpgp when it is disabledNikos Mavrogiannopoulos2017-03-081-1/+1
* .gitlab-ci.yml: include coverage html output as artifactNikos Mavrogiannopoulos2017-03-081-1/+5
* tests: x509-verify: print the keys on failureNikos Mavrogiannopoulos2017-03-081-16/+51
* gnutls_privkey_export_x509: doc updateNikos Mavrogiannopoulos2017-03-081-2/+3
* tests: split sign-verify test to RSA and ECDSA partsNikos Mavrogiannopoulos2017-03-084-73/+129
* tests: adjusted for the removal of HMAC-MD5tmp-remove-hmac-md5Nikos Mavrogiannopoulos2017-03-082-3/+3
* priority: do not enable HMAC-MD5 by defaultNikos Mavrogiannopoulos2017-03-081-1/+0
* tests: converted FIPS140-2 mode checks in Makefiles to run-time in scriptsNikos Mavrogiannopoulos2017-03-085-10/+18
* gnutls.h: introduced GNUTLS_E_TLS_PACKET_DECODING_ERROR [ci skip]Nikos Mavrogiannopoulos2017-03-082-2/+3
* tests: crq: ignore lines for Security LeveltlsfuzzerNikos Mavrogiannopoulos2017-03-071-1/+1
* ax_code_coverage.m4: updatedNikos Mavrogiannopoulos2017-03-071-57/+47
* .gitlab-ci.yml: initialize submodules where needed (for tlsfuzzer run)Nikos Mavrogiannopoulos2017-03-071-8/+17
* .gitlab-ci.yml: include subdirs of suite/ in artifactsNikos Mavrogiannopoulos2017-03-071-0/+5
* ext/signature: error on invalid extension formatNikos Mavrogiannopoulos2017-03-071-0/+2
* _gnutls_proc_x509_server_crt: return GNUTLS_E_CERTIFICATE_ERROR on parsing errorNikos Mavrogiannopoulos2017-03-071-0/+1
* alert: GNUTLS_E_NO_CERTIFICATE_FOUND maps to GNUTLS_A_DECODE_ERRORNikos Mavrogiannopoulos2017-03-071-1/+1
* read_client_hello: use integer for extensions sizeNikos Mavrogiannopoulos2017-03-071-1/+2
* ext/signature: reject an extension with padded dataNikos Mavrogiannopoulos2017-03-071-0/+3
* ext/signature: reject an extension size of zeroNikos Mavrogiannopoulos2017-03-071-1/+1
* gnutls_record_recv: do not accept a client hello while handshake is in progressNikos Mavrogiannopoulos2017-03-071-0/+1
* read_client_hello: fail early on illegally formatted messageNikos Mavrogiannopoulos2017-03-072-1/+9
* _gnutls_parse_extensions: do not fail on empty extensions fieldNikos Mavrogiannopoulos2017-03-071-1/+9
* alert: GNUTLS_E_PK_INVALID_PUBKEY maps to GNUTLS_A_ILLEGAL_PARAMETERNikos Mavrogiannopoulos2017-03-071-0/+1
* alerts: separated record overflow from decode error alertsNikos Mavrogiannopoulos2017-03-074-3/+9
* auth: failures of _gnutls_mpi_init_scan_nz map to GNUTLS_E_RECEIVED_ILLEGAL_P...Nikos Mavrogiannopoulos2017-03-072-12/+12
* doc: updated tlsproxy to latest versionNikos Mavrogiannopoulos2017-03-071-0/+0
* testsuite: added tlsfuzzerNikos Mavrogiannopoulos2017-03-077-1/+172
* tests: converted compile-time checks for FIPS140 mode to run-timetmp-use-thread-local-rngNikos Mavrogiannopoulos2017-03-0715-61/+81