Howard Chu pushed to branch mdb.master3 at openldap / OpenLDAP
Commits:
14c7ff33 by Howard Chu at 2024-10-16T22:47:42+01:00
Move the crypto module helpers into main liblmdb.
Just makes things easier than using the individual mdb_env_set APIs.
- - - - -
9 changed files:
- libraries/liblmdb/Makefile
- libraries/liblmdb/lmdb.h
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_copy.c
- libraries/liblmdb/mdb_drop.c
- libraries/liblmdb/mdb_dump.c
- libraries/liblmdb/mdb_load.c
- libraries/liblmdb/mdb_stat.c
- libraries/liblmdb/mtest_enc2.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/14c7ff334759278d12db0aa…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/14c7ff334759278d12db0aa…
You're receiving this email because of your account on git.openldap.org.
Howard Chu pushed to branch mdb.master3 at openldap / OpenLDAP
Commits:
e895f5fd by Howard Chu at 2024-10-14T19:39:32+01:00
ITS#9920 crypto: use libsodium instead of OpenSSL
Note: even though the same algorithms were used, the data produced by
this module doesn't work with the OpenSSL-based module and vice versa.
- - - - -
c277aed1 by Howard Chu at 2024-10-14T19:40:26+01:00
ITS#9920 lmdb: fix data races in rpage decryption
- - - - -
3 changed files:
- libraries/liblmdb/Makefile
- libraries/liblmdb/crypto.c
- libraries/liblmdb/mdb.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/49726aa38bd62497c3ef6f…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/49726aa38bd62497c3ef6f…
You're receiving this email because of your account on git.openldap.org.