summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-12-2970-test_sslmessages.t: Don't check EXT_SIG_ALGS if TLS 1.2 is disabledRichard Levitte
2016-12-29Fix CT test_sslmessages hangsMatt Caswell
2016-12-29Fix compilation with no-ecMatt Caswell
2016-12-29Fix extension for various no- optionsMatt Caswell
2016-12-29Add a test to check the EC point formats extension appears when we expectMatt Caswell
2016-12-29Fix the EC point formats extensionMatt Caswell
2016-12-29replace "will lookup up" by "will look up"Markus Triska
2016-12-25chacha/asm/chacha-x86_64.pl: add AVX512 path optimized for shorter inputs.Andy Polyakov
2016-12-22Fix EVP_MD_meth_get_flagsTodd Short
2016-12-21Travis: The TLS 1.3 code isn't interoperable yet, move it to its own buildRichard Levitte
2016-12-20Reformat M_check_autoarg to match our coding styleRichard Levitte
2016-12-20M_check_autoarg: sanity check the keyRichard Levitte
2016-12-19Add bwrite_conv and bread_conv values to methods_dgramp_sctpRichard Levitte
2016-12-19Fix erroneous goto lableRichard Levitte
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