aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing flags for EVP_chacha20()topic/chacha20-flagsKazuki Yamaguchi2016-12-301-1/+1
* replace "will lookup up" by "will look up"Markus Triska2016-12-291-1/+1
* chacha/asm/chacha-x86_64.pl: add AVX512 path optimized for shorter inputs.Andy Polyakov2016-12-251-26/+249
* Fix EVP_MD_meth_get_flagsTodd Short2016-12-221-1/+1
* Travis: The TLS 1.3 code isn't interoperable yet, move it to its own buildRichard Levitte2016-12-211-1/+4
* Reformat M_check_autoarg to match our coding styleRichard Levitte2016-12-201-19/+16
* M_check_autoarg: sanity check the keyRichard Levitte2016-12-203-5/+13
* Add bwrite_conv and bread_conv values to methods_dgramp_sctpRichard Levitte2016-12-191-0/+4
* Fix erroneous goto lableRichard Levitte2016-12-191-1/+1
* x86 assembly pack: update performance results.Andy Polyakov2016-12-197-0/+13
* Update fuzz corporaKurt Roeckx2016-12-192442-0/+0
* Fix memory leak in tls_parse_stoc_key_shareKurt Roeckx2016-12-191-0/+1
* Fix typo.Finn Hakansson2016-12-181-1/+1
* test/ssl_test: give up if both client and server wait on readRichard Levitte2016-12-161-1/+12
* Fix no-ct, skip tests recipes that try to test CTRichard Levitte2016-12-161-30/+38
* e_afalg: Don't warn about kernel version when pedanticRichard Levitte2016-12-161-2/+4
* evp_test: when function and reason strings aren't available, just skipRichard Levitte2016-12-161-0/+6
* HP-UX doesn't have hstrerror(), so make our own for that platformRichard Levitte2016-12-161-0/+24
* Make client and server fuzzer support all ciphersKurt Roeckx2016-12-162-0/+4
* Document the recommended parameters for fuzzingKurt Roeckx2016-12-161-2/+10
* Enable TLS1.3 and PEDANTIC in the coverage targetKurt Roeckx2016-12-161-1/+1
* Don't call memcpy with NULL as sourceKurt Roeckx2016-12-151-1/+2
* poly1305/asm/poly1305-x86_64.pl: allow nasm to assemble AVX512 code.Andy Polyakov2016-12-152-3/+4
* perlasm/x86_64-xlate.pl: add support for AVX512 OPMASK-ing.Andy Polyakov2016-12-151-13/+23
* man3/OPENSSL_ia32cap.pod: clarify AVX512 support in clang context.Andy Polyakov2016-12-151-1/+20
* CRL critical extension bugfixRich Salz2016-12-144-3/+381
* Add function and reason checking to evp_testDr. Stephen Henson2016-12-142-4/+66
* Add X509_VERIFY_PARAM inheritance flag set/getRich Salz2016-12-135-6/+70
* Fix various doc nits.Rich Salz2016-12-1329-55/+54
* Remove ENGINE_load_dasync() (no OPENSSL_INIT_ENGINE_DASYNC already)Azat Khuzhin2016-12-121-2/+0
* Typo fixedDmitry Belyavskiy2016-12-121-1/+1
* updated macro spacing for styling purposesPaul Hovey2016-12-121-1/+1
* fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6...Paul Hovey2016-12-121-1/+1
* Restore the ERR_FATAL_ERROR() macroBenjamin Kaduk2016-12-122-2/+9
* Fix a leak in SSL_clear()Matt Caswell2016-12-123-10/+18
* perlasm/x86_64-xlate.pl: refine sign extension in ea package.Andy Polyakov2016-12-121-2/+9
* x86_64 assembly pack: add AVX512 ChaCha20 and Poly1305 code paths.Andy Polyakov2016-12-123-12/+1213
* poly1305/poly1305_base2_44.c: add reference base 2^44 implementation.Andy Polyakov2016-12-121-0/+171
* Avoid the call to OPENSSL_malloc with a negative value (then casted to unsigned)Davide Galassi2016-12-101-0/+3
* Fix reference to SSL_set_max_proto_version.Markus Triska2016-12-101-1/+1
* Additional error tests in evp_test.cDr. Stephen Henson2016-12-102-6/+33
* VMS UI_OpenSSL: generate OpenSSL errors when things go wrong.Richard Levitte2016-12-103-4/+48
* VMS UI_OpenSSL: if the TT device isn't a tty, flag instead of errorRichard Levitte2016-12-101-20/+28
* Add RSA PSS testsDr. Stephen Henson2016-12-091-0/+55
* Check input length to pkey_rsa_verify()Dr. Stephen Henson2016-12-093-0/+6
* Update client fuzz corpusKurt Roeckx2016-12-09310-0/+0
* Test framework: Add the possibility to have a test specific data dirRichard Levitte2016-12-091-0/+36
* Update client fuzzer corpusKurt Roeckx2016-12-091251-1/+0
* Remove extra bangRichard Levitte2016-12-081-1/+1
* Only call memcpy when the length is larger than 0.Kurt Roeckx2016-12-081-2/+3