summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.1-pre6 releaseOpenSSL_1_1_1-pre6Matt Caswell2018-05-012-2/+2
* Update copyright yearMatt Caswell2018-05-0135-35/+35
* Use the config file from the source not the host for the testsKurt Roeckx2018-04-301-0/+2
* Configurations/unix-Makefile.tmpl: harmonize with no-engine.Andy Polyakov2018-04-291-1/+1
* Configurations/10-main.conf: force no-engine on ios targets.Andy Polyakov2018-04-291-0/+3
* Don't cleanup uninitialized thread local slotsBernd Edlinger2018-04-281-4/+6
* Fix drbg thread cleanup and error handlingBernd Edlinger2018-04-271-17/+23
* Update version docsMatt Caswell2018-04-271-7/+6
* apps/s_server.c: Avoid unused variable due to 'no-dtls'Richard Levitte2018-04-271-6/+4
* fix: BN_swap mishandles flagsBilly Brumley2018-04-272-4/+80
* Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre2018-04-266-54/+56
* 15-test_out_option: Refactor and don't test directory write on VMSRichard Levitte2018-04-261-30/+39
* Fix last(?) batch of malloc-NULL placesRich Salz2018-04-2612-7/+59
* Fix memleaks in async apiBernd Edlinger2018-04-263-30/+49
* Wait max. 60 seconds for s_client to connectBernd Edlinger2018-04-261-1/+1
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-2623-16/+82
* Update the *use_certificate* docsMatt Caswell2018-04-261-0/+7
* Fix typo in the definition of tls13_ciphersMatt Caswell2018-04-261-3/+3
* Use get_last_sys_error() instead of get_last_rtl_error()Richard Levitte2018-04-261-2/+2
* PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte2018-04-262-9/+14
* PEM_def_callback(): don't loop because of too short password givenRichard Levitte2018-04-261-21/+12
* openssl rehash: exit 0 on warnings, same as c_rehashRichard Levitte2018-04-251-5/+6
* ms/uplink-x86.pl: close the file handle that was openedRichard Levitte2018-04-251-1/+1
* Fix documentation for the -showcerts s_client optionMatt Caswell2018-04-252-4/+7
* apps/opt.c: Remove the access checks of input and output filesRichard Levitte2018-04-251-12/+2
* Better check of return values from app_isdir and app_accessRichard Levitte2018-04-251-3/+3
* Revert "Check directory is able to create files for various -out option"Richard Levitte2018-04-253-104/+5
* Revert "Add VMS version of app_dirname()"Richard Levitte2018-04-251-52/+3
* Revert "Check on VMS as well"Richard Levitte2018-04-251-2/+2
* test/recipes/15-test_out_option.t: refine testsRichard Levitte2018-04-251-34/+37
* [SM2_sign] add minimal EVP_PKEY functionality testingNicola Tuveri2018-04-251-0/+9
* [SM2_sign] fix double free and return valueNicola Tuveri2018-04-251-3/+1
* Fix the MAX_CURVELIST definitionMatt Caswell2018-04-251-1/+1
* Add missing malloc-return-null instanceRich Salz2018-04-244-5/+8
* x509/by_dir.c: Remove dead codeDr. Matthias St. Pierre2018-04-241-6/+0
* Add a test to verify the ClientHello version is the same in a renegMatt Caswell2018-04-241-1/+29
* In a reneg use the same client_version we used last timeMatt Caswell2018-04-241-0/+7
* Don't build AFALG on androidMatt Caswell2018-04-241-0/+1
* Allow TLSv1.3 EC certs to use compressed pointsMatt Caswell2018-04-243-9/+17
* Document when a session gets removed from cacheMatt Caswell2018-04-241-0/+5
* Remove some logically dead codeMatt Caswell2018-04-241-3/+0
* Improve backwards compat with 1.0.2 for ECDHParametersMatt Caswell2018-04-242-6/+3
* X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY2018-04-2417-71/+175
* a_strex.c: improve documentation of 'tag2nbyte' lookup tableDr. Matthias St. Pierre2018-04-241-6/+16
* Remove superfluous NULL checks. Add Andy's BN_FLG comment.Billy Brumley2018-04-232-10/+20
* Move up check for EC_R_INCOMPATIBLE_OBJECTS and for the point at infinity caseNicola Tuveri2018-04-231-9/+9
* Pass throughNicola Tuveri2018-04-231-27/+30
* ladder description: why it worksBilly Brumley2018-04-231-0/+60
* Address code style commentsNicola Tuveri2018-04-231-31/+33
* Elliptic curve scalar multiplication with timing attack defensesBilly Brumley2018-04-232-0/+195