Re: [Firebird-devel] Handling of op_crypt in authReceiveResponse

2015-09-09 Thread Alex Peshkoff
On 09/08/2015 08:13 PM, Mark Rotteveel wrote: > I am working on authentication and encryption in Jaybird. I notice that > authReceiveResponse in interface.cpp also handles op_crypt received from > the server. Does this actually ever happen? As far as I can tell > encryption is only initiated client

[Firebird-devel] Handling of op_crypt in authReceiveResponse

2015-09-08 Thread Mark Rotteveel
I am working on authentication and encryption in Jaybird. I notice that authReceiveResponse in interface.cpp also handles op_crypt received from the server. Does this actually ever happen? As far as I can tell encryption is only initiated client side - in remote.cpp tryKeyType, which seems only