BlockIo / block_io-php

PHP library for Block.io
MIT License
56 stars 139 forks source link

Enforcing TLSv1 necessary? #11

Closed l0rb closed 7 years ago

l0rb commented 7 years ago

Line 104 enforces TLSv1 via CURLOPT_SSL_CIPHER_LIST. Is this really necessary? At least TLSv1.2 should be allowed.

doersf commented 7 years ago

We've updated this to enforce TLSv1.2 going forward. TLSv1.0 is supported for at least 90 more days at Block.io, however.

Thanks!