SSL keys stored in memory

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Zvor
Posts: 7
Joined: Sun 26 Oct 2014 15:07

SSL keys stored in memory

Post by Zvor » Sat 01 Nov 2014 10:30

Hello!

I wonder if it is possible to use TMemoryStream or BLOB field or buffer etc... as an argument for SSL sertificates to use MyCommection ssl-connection protocol?

For example I have local SQLite database in which ssl-certificates are stored in binary fields.
Should i save that sertificates at local storage to use it with MyConnection or it is possible to use certificates from opened SQLite dataset?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: SSL keys stored in memory

Post by ViktorV » Mon 03 Nov 2014 07:53

Unfortunately, at the moment MyDAC does not support this functionality.
If you want us to implement the feature, please post it at our user voice forum: http://devart.uservoice.com/forums/1046 ... 8913-mysql
If the suggestion gets a lot of votes, we will consider the possibility to implement it.

Post Reply