summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-02-16Prepare for 1.1.0e releaseOpenSSL_1_1_0eMatt Caswell
2017-02-16Update CHANGES and NEWS for new releaseMatt Caswell
2017-02-16Remove an OPENSSL_assert() and replace with a soft assert and checkMatt Caswell
2017-02-16Don't change the state of the ETM flags until CCS processingMatt Caswell
2017-02-16Provide a test for the Encrypt-Then-Mac renegotiation crashMatt Caswell
2017-02-15Properly zero cipher_data for ChaCha20-Poly1305 on cleanupKazuki Yamaguchi
2017-02-15crypto/armcap.c: short-circuit processor capability probe in iOS builds.Andy Polyakov
2017-02-15ARMv4 assembly pack: harmonize Thumb-ification of iOS build.Andy Polyakov
2017-02-15Rework error handling of custom_ext_meth_add towards strong exception safety.Bernd Edlinger
2017-02-14Fix a few typosFdaSilvaYY
2017-02-14Remove obsolete commentGuido Vranken
2017-02-14Use TLSEXT_KEYNAME_LENGTH in tls_decrypt_ticket.Bernd Edlinger
2017-02-14Prevent allocations of size 0 in sh_init.Guido Vranken
2017-02-14Make -xcert work again.Dr. Stephen Henson
2017-02-14Add no-ec buildRich Salz
2017-02-14mem leak on error path and error propagation fixYuchi
2017-02-13Further improvements to ASYNC_WAIT_CTX_clear_fdAndrea Grandi
2017-02-13Remove fd from the list when the engine clears the wait context before pauseAndrea Grandi
2017-02-13Add test to show wrong behavior of ASYNC_WAIT_CTXAndrea Grandi
2017-02-13DES keys are not 7 days long.Darren Tucker
2017-02-13test_rehash does nothing, have it do somethingRichard Levitte
2017-02-10Restore EVP_CIPH_FLAG_LENGTH_BITS working properlyLukasz Pawelczyk
2017-02-09Don't read uninitialised data for short session IDs.David Benjamin
2017-02-09Fix a typo in the X509_get0_subject_key_id() documentationMatt Caswell
2017-02-07Centralize documentation about config file locationRich Salz
2017-02-07Remove unused variablePauli
2017-02-07Fix a crash in EVP_CIPHER_CTX_cleanup due to cipher_data may be NULLBernd Edlinger
2017-02-06Fix parsing of serial# in reqRich Salz
2017-02-06Doc fixRich Salz
2017-02-05Fix a crash with malformed user notice policy numbersBernd Edlinger
2017-02-05Combined patch against OpenSSL_1_1_0-stable branch for the following issues:Bernd Edlinger
2017-02-05Majority rules, use session_ctx vs initial_ctxTodd Short
2017-02-03Grouped data declarations [skip ci]Dmitry Kostjuchenko
2017-02-03Removed tab spaces.Dmitry Kostjuchenko
2017-02-03Corrections according the review comments.Dmitry Kostjuchenko
2017-02-03Compile fix on platforms with missing pthread_rwlock_t.Dmitry Kostjuchenko
2017-02-01remove test/.rnd on make cleanBernd Edlinger
2017-02-01bn: fix occurance of negative zero in BN_rshift1()Richard Levitte
2017-02-01bn: fix occurances of negative zeroGeoff Thorpe
2017-02-01bn: catch negative zero as an errorGeoff Thorpe
2017-02-01bn: fix BN_DEBUG + BN_DEBUG_RAND supportGeoff Thorpe
2017-01-29Fix faulty freeRichard Levitte
2017-01-29test/evp_test.c: If no algorithm was specified, don't try to check for DESRichard Levitte
2017-01-28Add a couple of test to check CRL fingerprintRichard Levitte
2017-01-28Document what EXFLAG_SET is for in x509v3.hRichard Levitte
2017-01-28X509_CRL_digest() - ensure precomputed sha1 hash before returning itRichard Levitte
2017-01-28Correct pointer to be freedRichard Levitte
2017-01-27Travis: run on Trusty with clang 3.9 (1.1.0 branch)Emilia Kasper
2017-01-26Add server signature algorithm bug test.Dr. Stephen Henson
2017-01-26Use correct signature algorithm list when sending or checking.Dr. Stephen Henson