summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-05-01Prepare for 1.1.1-pre6 releaseOpenSSL_1_1_1-pre6Matt Caswell
2018-05-01Update copyright yearMatt Caswell
2018-04-30Use the config file from the source not the host for the testsKurt Roeckx
2018-04-29Configurations/unix-Makefile.tmpl: harmonize with no-engine.Andy Polyakov
2018-04-29Configurations/10-main.conf: force no-engine on ios targets.Andy Polyakov
2018-04-28Don't cleanup uninitialized thread local slotsBernd Edlinger
2018-04-27Fix drbg thread cleanup and error handlingBernd Edlinger
2018-04-27Update version docsMatt Caswell
2018-04-27apps/s_server.c: Avoid unused variable due to 'no-dtls'Richard Levitte
2018-04-27fix: BN_swap mishandles flagsBilly Brumley
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre
2018-04-2615-test_out_option: Refactor and don't test directory write on VMSRichard Levitte
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz
2018-04-26Fix memleaks in async apiBernd Edlinger
2018-04-26Wait max. 60 seconds for s_client to connectBernd Edlinger
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-26Update the *use_certificate* docsMatt Caswell
2018-04-26Fix typo in the definition of tls13_ciphersMatt Caswell
2018-04-26Use get_last_sys_error() instead of get_last_rtl_error()Richard Levitte
2018-04-26PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte
2018-04-26PEM_def_callback(): don't loop because of too short password givenRichard Levitte
2018-04-25openssl rehash: exit 0 on warnings, same as c_rehashRichard Levitte
2018-04-25ms/uplink-x86.pl: close the file handle that was openedRichard Levitte
2018-04-25Fix documentation for the -showcerts s_client optionMatt Caswell
2018-04-25apps/opt.c: Remove the access checks of input and output filesRichard Levitte
2018-04-25Better check of return values from app_isdir and app_accessRichard Levitte
2018-04-25Revert "Check directory is able to create files for various -out option"Richard Levitte
2018-04-25Revert "Add VMS version of app_dirname()"Richard Levitte
2018-04-25Revert "Check on VMS as well"Richard Levitte
2018-04-25test/recipes/15-test_out_option.t: refine testsRichard Levitte
2018-04-25[SM2_sign] add minimal EVP_PKEY functionality testingNicola Tuveri
2018-04-25[SM2_sign] fix double free and return valueNicola Tuveri
2018-04-25Fix the MAX_CURVELIST definitionMatt Caswell
2018-04-24Add missing malloc-return-null instanceRich Salz
2018-04-24x509/by_dir.c: Remove dead codeDr. Matthias St. Pierre
2018-04-24Add a test to verify the ClientHello version is the same in a renegMatt Caswell
2018-04-24In a reneg use the same client_version we used last timeMatt Caswell
2018-04-24Don't build AFALG on androidMatt Caswell
2018-04-24Allow TLSv1.3 EC certs to use compressed pointsMatt Caswell
2018-04-24Document when a session gets removed from cacheMatt Caswell
2018-04-24Remove some logically dead codeMatt Caswell
2018-04-24Improve backwards compat with 1.0.2 for ECDHParametersMatt Caswell
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY
2018-04-24a_strex.c: improve documentation of 'tag2nbyte' lookup tableDr. Matthias St. Pierre
2018-04-23Remove superfluous NULL checks. Add Andy's BN_FLG comment.Billy Brumley
2018-04-23Move up check for EC_R_INCOMPATIBLE_OBJECTS and for the point at infinity caseNicola Tuveri
2018-04-23Pass throughNicola Tuveri
2018-04-23ladder description: why it worksBilly Brumley
2018-04-23Address code style commentsNicola Tuveri
2018-04-23Elliptic curve scalar multiplication with timing attack defensesBilly Brumley