Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With some non-standard authentication plugins providing correct crypt key wire anyway remains not encrypted [CORE5927] #6184

Closed
firebird-automations opened this issue Sep 27, 2018 · 3 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

Authentication in firebird is performed in a few steps, typically (i.e. in SRP case) more than one. But if one writes plugin which can perform authentication in single step and provide both sides (client & server) with secure crypt keys wire encryption is not started, in case of required encryption connection gets broken.
PS. Such plugin is possible if authentication keys are distributed in advance.

Commits: d740b44 22a72c8

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Fix Version: 4.0 Beta 1 [ 10750 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 3.0.5 [ 10885 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment