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

Implement v15 protocol support [JDBC601] #632

Closed
firebird-automations opened this issue Nov 26, 2019 · 5 comments
Closed

Implement v15 protocol support [JDBC601] #632

firebird-automations opened this issue Nov 26, 2019 · 5 comments

Comments

@firebird-automations
Copy link

Submitted by: @mrotteveel

Replaces JDBC529

The v15 (Firebird 3.0.2) protocol adds support for an early crypt key callback immediately after the identify phase in the protocol, allowing use of an encrypted database as the security database.

Commits: ab1f092 f053f95

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

I decided to skip implementation of the v14 protocol (Firebird 3.0.1), to avoid the overhead of yet another protocol implementation which likely will not really be used (and users that are still on 3.0.1 can connect with v13 just fine). The v14 changes will be part of the v15 implementation.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Fix Version: Jaybird 4.0.0-beta-2 [ 10902 ]

Fix Version: Jaybird 4 [ 10441 ]

description: The v15 protocol adds support for an early crypt key callback immediately after the identify phase in the protocol, allowing use of an encrypted database as the security database. => The v15 (Firebird 3.0.2) protocol adds support for an early crypt key callback immediately after the identify phase in the protocol, allowing use of an encrypted database as the security database.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Link: This issue replaces JDBC529 [ JDBC529 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Resolved [ 5 ] => Closed [ 6 ]

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

No branches or pull requests

2 participants