Re: [Firebird-devel] Detecting connection is using wire encryption

2017-07-16 Thread Alex via Firebird-devel
On 16.07.2017 13:23, Vlad Khorsun via Firebird-devel wrote: 16.07.2017 12:59, Mark Rotteveel wrote: Is there a way to programmatically detect a connection is using wire encryption (eg in a monitoring table or the service API)? I'm writing a test to check if Jaybird is correctly (not) using

Re: [Firebird-devel] Detecting connection is using wire encryption

2017-07-16 Thread Dmitry Yemanov
16.07.2017 13:31, Mark Rotteveel wrote: That said, I would still like to know if there is a specific info item I can use as well. There's no such an item, AFAIK. Dmitry -- Check out the vibrant tech community on

Re: [Firebird-devel] Detecting connection is using wire encryption

2017-07-16 Thread Mark Rotteveel
On 16-7-2017 12:15, Jiří Činčura wrote: I'm writing a test to check if Jaybird is correctly (not) using encryption depending on its connection properties, and I'd prefer 'outside' confirmation (that is: Firebird telling me it is indeed (not) encrypted) instead of relying on the specifics of the

Re: [Firebird-devel] Detecting connection is using wire encryption

2017-07-16 Thread Vlad Khorsun via Firebird-devel
16.07.2017 12:59, Mark Rotteveel wrote: Is there a way to programmatically detect a connection is using wire encryption (eg in a monitoring table or the service API)? I'm writing a test to check if Jaybird is correctly (not) using encryption depending on its connection properties, and I'd

Re: [Firebird-devel] Detecting connection is using wire encryption

2017-07-16 Thread Jiří Činčura
Too fast. The encrypted connection will have 'C' there and I'm getting that string from isc_info_firebird_version. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of

Re: [Firebird-devel] Detecting connection is using wire encryption

2017-07-16 Thread Jiří Činčura
> I'm writing a test to check if Jaybird is correctly (not) using > encryption depending on its connection properties, and I'd prefer > 'outside' confirmation (that is: Firebird telling me it is indeed (not) > encrypted) instead of relying on the specifics of the implementation > itself. I

Re: [Firebird-devel] Detecting connection is using wire encryption

2017-07-16 Thread Mark Rotteveel
On 16-7-2017 11:59, Mark Rotteveel wrote: Is there a way to programmatically detect a connection is using wire encryption (eg in a monitoring table or the service API)? I'm writing a test to check if Jaybird is correctly (not) using encryption depending on its connection properties, and I'd

[Firebird-devel] Detecting connection is using wire encryption

2017-07-16 Thread Mark Rotteveel
Is there a way to programmatically detect a connection is using wire encryption (eg in a monitoring table or the service API)? I'm writing a test to check if Jaybird is correctly (not) using encryption depending on its connection properties, and I'd prefer 'outside' confirmation (that is: