aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* UI code style cleanupRichard Levitte2016-12-082-66/+70
* Fuzz corpora updateKurt Roeckx2016-12-089069-1247/+3758
* And client fuzzerKurt Roeckx2016-12-083-3/+100
* Make the predictable numbers start from 1Kurt Roeckx2016-12-081-1/+1
* Make asn1 fuzzer more reproducibleKurt Roeckx2016-12-081-8/+16
* Fix the declaration of tls_parse_extension in statem_locl.hMatt Caswell2016-12-081-1/+1
* Fix a travis failureMatt Caswell2016-12-081-0/+1
* Fix various indentationMatt Caswell2016-12-084-83/+83
* Move the checkhandshake.pm module into test/testlibMatt Caswell2016-12-083-191/+177
* Fix make update issuesMatt Caswell2016-12-085-205/+218
* Fix more style issues following extensions refactor feedbackMatt Caswell2016-12-083-5/+7
* Introduce TLSEXT_STATUSTYPE_nothing constantMatt Caswell2016-12-087-6/+14
* Change TLSEXT_IDX_* values into an enumMatt Caswell2016-12-083-28/+29
* Various style updates following extensions refactorMatt Caswell2016-12-087-519/+458
* Fix travis mixed declarations and code errorMatt Caswell2016-12-081-2/+2
* Suppress some BoringSSL test failuresMatt Caswell2016-12-081-0/+6
* Correct imports for checkhandshake moduleMatt Caswell2016-12-082-4/+2
* Fix a memory leakMatt Caswell2016-12-081-0/+4
* Add some extra key_share testsMatt Caswell2016-12-081-1/+21
* Remove some spurious whitespaceMatt Caswell2016-12-086-9/+9
* Add a renegotiation testMatt Caswell2016-12-081-0/+70
* Add more extension tests to test_sslmessagesMatt Caswell2016-12-083-21/+195
* Merge common code between test_tls13messages and test_sslmessagesMatt Caswell2016-12-083-288/+350
* Add extension tests in test_sslmessagesMatt Caswell2016-12-081-8/+89