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

Built-in cryptographic functions [CORE5970] #6222

Closed
firebird-automations opened this issue Nov 30, 2018 · 8 comments
Closed

Built-in cryptographic functions [CORE5970] #6222

firebird-automations opened this issue Nov 30, 2018 · 8 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

Votes: 2

Need to have cryptographic functions in firebird was discussed in fb-devel.
Exactly like with hashes I do not add full set of all available functions - in FB4 only subset of symmetric ciphers (both block & stream) and RSA will be supported. If something else will be needed it's always possible to add required functionality later.

Commits: 38823d0

====== Test Details ======

Issue was sent to Alex et al, 30.12.18 00:15. Waiting for reply.
Issues found during implementing this test - see CORE6185, CORE6186.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @livius2

It is interesting feature. Not only from database POV.

This can increase Firebird usage in some places as a tool not RDBMS.
I mean use e.g. FB embedded and call crypto functions definded inside engine.
Many times using crypto functions require external libraries not avaiable from some tool/service.
Now we can have it in the one place which we like, know and use from years.

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Functions' description is in doc/sql.extensions/README.builtin_functions.txt.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

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

resolution: Fixed [ 1 ]

Fix Version: 4.0 Beta 1 [ 10750 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test => Deferred

Test Details: Issue was sent to Alex et al, 30.12.18 00:15. Waiting for reply.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

summary: Crypto functions in firebird => Built-in cryptographic functions

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Deferred => Done with caveats

Test Details: Issue was sent to Alex et al, 30.12.18 00:15. Waiting for reply. => Issue was sent to Alex et al, 30.12.18 00:15. Waiting for reply.
Issues found during implementing this test - see CORE6185, CORE6186.

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

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