Bug#851132: [debian-mysql] Bug#851132: Bug#851132: Bug#851132: Bug#851132: Bug#851132: /usr/sbin/mysqld: ssl_ciphers not working; mariadb built without TLS support?

2017-01-26 Thread Clint Byrum
Excerpts from Georg Richter's message of 2017-01-19 20:04:19 +0100: > Hi Clint, > > I didn't check the compatibility layer for TLS/SSL stuff, there is no layer > for crypto and hashing. I did a quick hack framework for crypto wrapper > (supporting OpenSSL, WolfSSL and GnuTLS) at

Bug#851132: [debian-mysql] Bug#851132: Bug#851132: Bug#851132: Bug#851132: Bug#851132: /usr/sbin/mysqld: ssl_ciphers not working; mariadb built without TLS support?

2017-01-19 Thread Georg Richter
Hi Clint, I didn't check the compatibility layer for TLS/SSL stuff, there is no layer for crypto and hashing. I did a quick hack framework for crypto wrapper (supporting OpenSSL, WolfSSL and GnuTLS) at http://github.com/9EOR9/mrl. A main difference between OpenSSL and WolfSSL is, that WolfSSL

Bug#851132: [debian-mysql] Bug#851132: Bug#851132: Bug#851132: Bug#851132: Bug#851132: /usr/sbin/mysqld: ssl_ciphers not working; mariadb built without TLS support?

2017-01-19 Thread Clint Byrum
Excerpts from Georg Richter's message of 2017-01-19 19:06:06 +0100: > Hi, > > WolfSSL has another interface (it's not C++ anymore, but C) and can't > replace Yassl on the fly. Beside TLS/SSL communication also hash functions > and crypto functions need to be migrated. > That's interesting.