summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-12-19x86 assembly pack: update performance results.Andy Polyakov
2016-12-19Update fuzz corporaKurt Roeckx
2016-12-19Fix memory leak in tls_parse_stoc_key_shareKurt Roeckx
2016-12-18Fix typo.Finn Hakansson
2016-12-16test/ssl_test: give up if both client and server wait on readRichard Levitte
2016-12-16Fix no-ct, skip tests recipes that try to test CTRichard Levitte
2016-12-16e_afalg: Don't warn about kernel version when pedanticRichard Levitte
2016-12-16evp_test: when function and reason strings aren't available, just skipRichard Levitte
2016-12-16HP-UX doesn't have hstrerror(), so make our own for that platformRichard Levitte
2016-12-16Make client and server fuzzer support all ciphersKurt Roeckx
2016-12-16Document the recommended parameters for fuzzingKurt Roeckx
2016-12-16Enable TLS1.3 and PEDANTIC in the coverage targetKurt Roeckx
2016-12-15Don't call memcpy with NULL as sourceKurt Roeckx
2016-12-15poly1305/asm/poly1305-x86_64.pl: allow nasm to assemble AVX512 code.Andy Polyakov
2016-12-15perlasm/x86_64-xlate.pl: add support for AVX512 OPMASK-ing.Andy Polyakov
2016-12-15man3/OPENSSL_ia32cap.pod: clarify AVX512 support in clang context.Andy Polyakov
2016-12-14CRL critical extension bugfixRich Salz
2016-12-14Add function and reason checking to evp_testDr. Stephen Henson
2016-12-13Add X509_VERIFY_PARAM inheritance flag set/getRich Salz
2016-12-13Fix various doc nits.Rich Salz
2016-12-12Remove ENGINE_load_dasync() (no OPENSSL_INIT_ENGINE_DASYNC already)Azat Khuzhin
2016-12-12Typo fixedDmitry Belyavskiy
2016-12-12updated macro spacing for styling purposesPaul Hovey
2016-12-12fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6...Paul Hovey
2016-12-12Restore the ERR_FATAL_ERROR() macroBenjamin Kaduk
2016-12-12Fix a leak in SSL_clear()Matt Caswell
2016-12-12perlasm/x86_64-xlate.pl: refine sign extension in ea package.Andy Polyakov
2016-12-12x86_64 assembly pack: add AVX512 ChaCha20 and Poly1305 code paths.Andy Polyakov
2016-12-12poly1305/poly1305_base2_44.c: add reference base 2^44 implementation.Andy Polyakov
2016-12-10Avoid the call to OPENSSL_malloc with a negative value (then casted to unsigned)Davide Galassi
2016-12-10Fix reference to SSL_set_max_proto_version.Markus Triska
2016-12-10Additional error tests in evp_test.cDr. Stephen Henson
2016-12-10VMS UI_OpenSSL: generate OpenSSL errors when things go wrong.Richard Levitte
2016-12-10VMS UI_OpenSSL: if the TT device isn't a tty, flag instead of errorRichard Levitte
2016-12-09Add RSA PSS testsDr. Stephen Henson
2016-12-09Check input length to pkey_rsa_verify()Dr. Stephen Henson
2016-12-09Update client fuzz corpusKurt Roeckx
2016-12-09Test framework: Add the possibility to have a test specific data dirRichard Levitte
2016-12-09Update client fuzzer corpusKurt Roeckx
2016-12-08Remove extra bangRichard Levitte
2016-12-08Only call memcpy when the length is larger than 0.Kurt Roeckx
2016-12-08UI code style cleanupRichard Levitte
2016-12-08Fuzz corpora updateKurt Roeckx
2016-12-08And client fuzzerKurt Roeckx
2016-12-08Make the predictable numbers start from 1Kurt Roeckx
2016-12-08Make asn1 fuzzer more reproducibleKurt Roeckx
2016-12-08Fix the declaration of tls_parse_extension in statem_locl.hMatt Caswell
2016-12-08Fix a travis failureMatt Caswell
2016-12-08Fix various indentationMatt Caswell
2016-12-08Move the checkhandshake.pm module into test/testlibMatt Caswell