Re: [Maria-discuss] Introduction and Task Suggestion

2021-03-19 Thread Hemant Kumar Singh
Thanks! So, this is what Igor mentioned in MDEV-13648 thread: > For those of you who are preparing proposals for this project: > In your proposal you are expected to cover the following issues: > 1. How to build the tree for the result of re-writing for a join expression > with FULL OUTER JOIN.

Re: [Maria-discuss] Is it possible to upgrade SHA-1 and MD5 algorithms in Mariadb-10.5?

2021-03-19 Thread Lukas Javorsky
> What do you mean by "upgrade SHA-1 and MD5 algorithms in MariaDB" ? Sorry for misleading terminology Sergei. What I meant was to change this algorithm to something newer, and most importantly more secure. There is an article about breaking the SHA-1 which is

Re: [Maria-discuss] Is it possible to upgrade SHA-1 and MD5 algorithms in Mariadb-10.5?

2021-03-19 Thread Sergei Golubchik
Hi, Lukas! On Mar 19, Lukas Javorsky wrote: > > The main functions that are important for us is the password hashing, > certificate fingerprinting in mariadb-connector-c which uses SHA-1 or > MD5 Neither password hashing nor certificate fingerprinting, as far as I can see, use MD5. Password

Re: [Maria-discuss] Is it possible to upgrade SHA-1 and MD5 algorithms in Mariadb-10.5?

2021-03-19 Thread Reindl Harald
Am 19.03.21 um 01:47 schrieb Daniel Black: md5: extra/mariabackup/xbcloud.cc - old bit, however for old reasons used md5 as a checksum on a storage format. I'm think can be removed before RHEL9 In SQL there is a MD5 function, we can't just replace that as it will break user applications.