summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* auth rsa: eliminated memory leak on pkcs-1 formatting attack pathtmp-oss-fuzz-fixes2Nikos Mavrogiannopoulos2017-01-041-0/+2
* tests: added reproducer for server issuesNikos Mavrogiannopoulos2017-01-045-4/+123
* _decode_pkcs8_dsa_key: fixed memory leak on error pathNikos Mavrogiannopoulos2017-01-041-5/+7
* decode_private_key_info: eliminate memory leaks on error pathNikos Mavrogiannopoulos2017-01-041-3/+5
* _gnutls_x509_read_dsa_params: update params structure parameters size on succ...Nikos Mavrogiannopoulos2017-01-042-22/+29
* tests: added test with private key that causes memory leakNikos Mavrogiannopoulos2017-01-043-2/+2
* _gnutls_pkcs12_string_to_key: avoid division by zero when salt_size = 0Nikos Mavrogiannopoulos2017-01-041-3/+9
* tests: added test with PKCS#8 key that signals FPENikos Mavrogiannopoulos2017-01-043-2/+4
* tests: skip tests that requires tools if tools are disabledAlon Bar-Lev2017-01-0444-10/+260
* tests: cert-tests: pkcs12 drop builddir usageAlon Bar-Lev2017-01-042-4/+2
* tests: suite: pkcs11: skip if no softhsmAlon Bar-Lev2017-01-041-1/+1
* gnutls_x509_ext_import_policies: fixed memory leak on error pathtmp-client-test-suiteNikos Mavrogiannopoulos2017-01-031-3/+4
* tests: added test case with invalid X.509 certNikos Mavrogiannopoulos2017-01-032-1/+1
* x509 output: fixed memory leak in AIA extension printingNikos Mavrogiannopoulos2017-01-031-2/+1
* tests: added test case with invalid X.509 certNikos Mavrogiannopoulos2017-01-032-1/+1
* doc: document how to enhance the testsuite with issues foundNikos Mavrogiannopoulos2017-01-031-2/+21
* status_request: eliminated leak on error pathNikos Mavrogiannopoulos2017-01-031-5/+10
* proc_server_kx: eliminated leak on error pathNikos Mavrogiannopoulos2017-01-031-0/+3
* tests: added reproducer for client issuesNikos Mavrogiannopoulos2017-01-036-2/+122
* tests: do not run key-tests under leak sanitizerNikos Mavrogiannopoulos2017-01-031-1/+1
* tests: illegal-rsa: don't hide stderrNikos Mavrogiannopoulos2017-01-031-2/+2
* tests: added suite for checking PKCS#7 structure importNikos Mavrogiannopoulos2017-01-036-2/+149
* fuzz: added basic Makefile to assist in reproducing [ci skip]Nikos Mavrogiannopoulos2017-01-032-0/+78
* Simplified contribution policy [ci skip]Nikos Mavrogiannopoulos2017-01-023-12/+16
* _gnutls_x509_get_signature: fix memory leak on error pathNikos Mavrogiannopoulos2017-01-021-1/+2
* tests: added test case with invalid X.509 certificateNikos Mavrogiannopoulos2017-01-022-1/+2
* valgrind: use different exit code to signify errortmp-add-invalid-key-testsNikos Mavrogiannopoulos2017-01-022-2/+2
* tests: cert-tests: force asan to return an error code other than one on failureNikos Mavrogiannopoulos2017-01-021-1/+1
* gnutls_pkcs8_info: addressed memory leak on error pathNikos Mavrogiannopoulos2017-01-021-3/+5
* certtool: pkcs8_info_int: fix memory leakNikos Mavrogiannopoulos2017-01-021-5/+7
* wrap_nettle_mpi_modm: bail on a modulus that is zeroNikos Mavrogiannopoulos2017-01-021-0/+3
* tests: added test for invalid private keysNikos Mavrogiannopoulos2017-01-023-2/+54
* x509: address leak in print_altname - cert printingNikos Mavrogiannopoulos2017-01-021-1/+3
* tests: added certificate to reproduce memory leakNikos Mavrogiannopoulos2017-01-022-1/+1
* tests: added test case with invalid PKCS#8 dataNikos Mavrogiannopoulos2017-01-023-2/+2
* nettle: added a safety net on wrap_nettle_cipher_setiv()Nikos Mavrogiannopoulos2017-01-026-7/+43
* pkcs7 decrypt: require a valid IV size on all ciphersNikos Mavrogiannopoulos2017-01-021-4/+13
* fuzz: added a PBES1 PKCS#8 private key file into corpusNikos Mavrogiannopoulos2017-01-021-0/+0
* pkcs8: pkcs8_key_info() will correctly detect non-encrypted filesNikos Mavrogiannopoulos2017-01-021-2/+32
* certtool: don't print PKCS#8 information when outputting DER dataNikos Mavrogiannopoulos2017-01-021-2/+8
* Corrected a leak in OpenPGP sub-packet parsing.Alex Gaynor2017-01-023-1/+8
* doc: fixed copyright date in gnutls.texiNikos Mavrogiannopoulos2017-01-021-2/+2
* gnutls_rnd: document the available values of level [ci skip]Nikos Mavrogiannopoulos2017-01-021-1/+3
* pkcs11 verification: ensure that an issuer we retrieve is not blacklisttmp-fix-pkcs11-verificationNikos Mavrogiannopoulos2016-12-311-0/+11
* Attempt to fix a leak in OpenPGP cert parsing.Alex Gaynor2016-12-313-1/+7
* tests: enable all the ciphersuite in openssl cli for DSS checksfix-compat-testsNikos Mavrogiannopoulos2016-12-311-3/+3
* certtool: improved error reporting on file errorNikos Mavrogiannopoulos2016-12-311-2/+2
* tests: don't check against 3DES if disabled in opensslNikos Mavrogiannopoulos2016-12-311-3/+8
* tests: do not pass the -dhparams to openssl 1.1.0; it doesn't workNikos Mavrogiannopoulos2016-12-311-1/+8
* tests: simplified DH params formatNikos Mavrogiannopoulos2016-12-311-33/+9