zim32 / mysql.dart

MySQL client for Dart written in Dart
BSD 3-Clause "New" or "Revised" License
67 stars 18 forks source link

Add SecurityContext to connection for better TLS handling #55

Open Viper-Bit opened 1 year ago

Viper-Bit commented 1 year ago

this library accepts all tls connections by default, its good we can control this behavior for example to implement key pinning.