search for: libsodium

Displaying 20 results from an estimated 74 matches for "libsodium".

2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
.../2023 08:41 EET James Brown <jlbrown at bordo.com.au> wrote: > > > > On 22 Feb 2023, at 5:33 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > > > Thanks Aki, that was helpful. When I add that I get: > > > > > > checking for LIBSODIUM... no > > > configure: error: Can't build with libsodium: not found > > > > > > So I have to tell it where libsodium is. > > > > > > Tried: > > > > > > CPPFLAGS=-I/opt/homebrew/Cellar/openssl at 3/3.0.8/include LDFLAGS=-L/opt/hom...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22 Feb 2023, at 5:33 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: >> >> Thanks Aki, that was helpful. When I add that I get: >> >> checking for LIBSODIUM... no >> configure: error: Can't build with libsodium: not found >> >> So I have to tell it where libsodium is. >> >> Tried: >> >> CPPFLAGS=-I/opt/homebrew/Cellar/openssl at 3/3.0.8/include LDFLAGS=-L/opt/homebrew/opt/openssl at 3/lib LIBSODIUM_LIBS=...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...ot Dovecot to work on recent macOS with these password schemes? Any hints? > > > > > > Thanks, James. > > > > You need to use --with-sodium when building. > > > > Aki > > Thanks Aki, that was helpful. When I add that I get: > > checking for LIBSODIUM... no > configure: error: Can't build with libsodium: not found > > So I have to tell it where libsodium is. > > Tried: > > CPPFLAGS=-I/opt/homebrew/Cellar/openssl at 3/3.0.8/include LDFLAGS=-L/opt/homebrew/opt/openssl at 3/lib LIBSODIUM_LIBS=-L/opt/homebrew/Cellar/libso...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22/02/2023 09:10 EET James Brown <jlbrown at bordo.com.au> wrote: > > > On 22 Feb 2023, at 5:53 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > > > > > > > > > > > > % locate libsodium > > > > > /opt/homebrew/Cellar/libsodium > > > > > /opt/homebrew/Cellar/libsodium/1.0.18_1 > > > > > /opt/homebrew/Cellar/libsodium/1.0.18_1/.brew > > > > > /opt/homebrew/Cellar/libsodium/1.0.18_1/.brew/libsodium.rb > > > > &gt...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...kDP2udEBAAAAAAAAAAAAAAAAAAB>): Unknown scheme ARGON2ID > > > > ./configure --with-ssl=openssl --with-mysql > > > > Was what I used to compile. > > > > Using OpenSSL 3.0.8. New server is running macOS 13.2.1 Ventura. > > > > (Have also installed libsodium 1.0.18_1) > > > > Any help would be most appreciated. > > > > thanks, > > > > James. > > I?ve spent ages on this and am getting really desperate! :-( > > CPPFLAGS=-I/opt/homebrew/Cellar/openssl at 3/3.0.8/include LDFLAGS=-L/opt/homebrew/opt/opens...
2016 May 06
2
Dovecot + libsodium
Hi, Thank you very much for creating and maintaining dovecot! In my scenario, I want to use the password hash algorithms provided by libsodium: https://download.libsodium.org/doc/ So my difficulty is to have dovecot support libsodium's hash algorithms, particularly: crypto_pwhash_scryptsalsa208sha256_str On the sodium maillinglist I asked for help and received an adjusted dovecot code, which exactly does what I need. You find it her...
2016 Aug 01
3
New password hashing scheme as plugin
...gt; Andreas > > Can you publish your code in, say, github.com and provide link to it? > New password scheme is doable as plugin but it needs to placed in different > place and it will be autoloaded. > > Aki > I created two branches. Both compile fine with the option: --with-libsodium Branch #1) https://github.com/LuckyFellow/dovecot-core-libsodium/tree/2.2.25_libsodium_plugin This is my try to add libsodium support as plugin. When the plugin is loaded, it exits with the mentioned error message "undefined symbol: password_scheme_unregister" Branch #2) https://git...
2019 Feb 20
4
Using SHA256/512 for SQL based password
...4 7 2274 3223 >>> "Oh, the cruft.", grep ^[^#] :-) >> >> I'll check next week if and why argon is missing from ce packages. >> --- >> Aki Tuomi > > Marc, > > ARGON2 is supported only on Debian Stretch and Ubuntu 18 for dovecot, > due to libsodium. > libsodium does not help with CentOS7 and Dovecot 2.3: ? Installing : libsodium-1.0.17-1.el7.armv7hl?????????????????????????????? 1/1 ? Verifying? : libsodium-1.0.17-1.el7.armv7hl?????????????????????????????? 1/1 Installed: ? libsodium.armv7hl 0:1.0.17-1.el7 Complete! [root at klovi...
2016 Aug 01
2
New password hashing scheme as plugin
...; > New password scheme is doable as plugin but it needs to placed in different > > > place and it will be autoloaded. > > > > > > Aki > > > > > > > > > > > > > I created two branches. Both compile fine with the option: --with-libsodium > > > > Branch #1) > > > > https://github.com/LuckyFellow/dovecot-core-libsodium/tree/2.2.25_libsodium_plugin > > > > This is my try to add libsodium support as plugin. When the plugin is > > loaded, it exits with the mentioned error message "undefi...
2019 Jul 25
2
bcachefs-tools
...ing `blkid.pc' to the PKG_CONFIG_PATH environment variable No package 'blkid' found Package uuid was not found in the pkg-config search path. Perhaps you should add the directory containing `uuid.pc' to the PKG_CONFIG_PATH environment variable No package 'uuid' found Package libsodium was not found in the pkg-config search path. Perhaps you should add the directory containing `libsodium.pc' to the PKG_CONFIG_PATH environment variable No package 'libsodium' found Package libzstd was not found in the pkg-config search path. Perhaps you should add the directory containi...
2019 Feb 20
0
Using SHA256/512 for SQL based password
...; > > I'll check next week if and why argon is missing from ce packages. > > > > > > --- > > > Aki Tuomi > > > > > > > Marc, > > > > > > ARGON2 is supported only on Debian Stretch and Ubuntu 18 for dovecot, due to libsodium. > > > > libsodium does not help with CentOS7 and Dovecot 2.3: > > Installing : libsodium-1.0.17-1.el7.armv7hl 1/1 > Verifying : libsodium-1.0.17-1.el7.armv7hl 1/1 > > Installed: > libsodium.armv7hl 0:1.0.17-1.el7 > > Complete! > [root at kl...
2019 Jul 25
0
bcachefs-tools
...CONFIG_PATH environment variable > No package 'blkid' found > Package uuid was not found in the pkg-config search path. > Perhaps you should add the directory containing `uuid.pc' > to the PKG_CONFIG_PATH environment variable > No package 'uuid' found > Package libsodium was not found in the pkg-config search path. > Perhaps you should add the directory containing `libsodium.pc' > to the PKG_CONFIG_PATH environment variable > No package 'libsodium' found > Package libzstd was not found in the pkg-config search path. > Perhaps you should a...
2014 Dec 28
5
Current state of Tinc 1.1?
...not really replaceable, since only OpenSSL is supported. > However, there is also a new protocol in tinc 1.1, which uses Ed25519 > and ChaCha-Poly1305. The code for those algorithms is included in tinc, > so the new protocol has no dependencies on external libraries. Any reason not to use libsodium for this? Pedro
2016 Jul 26
2
New password hashing scheme as plugin
Hi, I want to add a new password hashing scheme as plugin and provide it for the dovecot project, so that it will be included as optional plugin in future releases. Yet the plugin compiles fine and the .so file gets created. My approach is to call the functions password_scheme_register() and password_scheme_unregister() (src/auth/password-scheme.c) inside the plugin's _init() and _deinit()
2018 Mar 13
3
Argon2i support in CE packages
...the Argon2i password scheme in a local setup, backed by a LDAP server, and Dovecot 2.3.0.1 can't authenticate my users for now. On the LDAP side the user passwords start with {ARGON2I} (and I can authenticate fine to the LDAP server), but it seems that the CE packages are compiled without libsodium. Is that correct? Is at this time the only alternative to recompile Dovecot myself, or are there plans to compile CE packages with libsodium? Cheers, Gr?gory
2019 Feb 13
3
Support for Argon2 for password hashing
Is there any information on adding support for Argon2? I have been working on my new mailserver and this came up in moving from the default MD5 hash to more 'modern' hashes like SHA256 and SHA512.? Then I was pointed to the work behind Argon2, and I see that it is moving through the IRTF cfrg workgroup: draft-irtf-cfrg-argon2-04.txt It is a 'purpose built' hash for passwords,
2019 Feb 17
3
Using SHA256/512 for SQL based password
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> <br> </div> <blockquote type="cite"> <div> On 17 February 2019 at 10:38 Odhiambo Washington via dovecot < <a href="mailto:dovecot@dovecot.org">dovecot@dovecot.org</a>> wrote:
2017 Apr 26
3
LLDB security and the use of an IPC library
LLDB currently uses a client-server architecture.  That appears fine, but runs into an annoying security problem: other users on the same machine can connect to the TCP socket and take over LLDB and thus the user’s system.  This means that LLDB is useless in multiuser enviromnents on Linux, such as academic computer labs. The immediate problem can be solved by using either HMAC authentication of
2013 Nov 02
3
[PATCH] curve25519-sha256@libssh.org key exchange proposal
...hould be encoded as a string, too. What does libssh do? > Am 02.11.2013 um 05:46 schrieb Damien Miller <djm at mindrot.org>: > >> On Fri, 1 Nov 2013, Markus Friedl wrote: >> >> Here are three versions (patch against openbsd cvs) >> >> 1) repace nacl w/libsodium, so i could test >> 2) curve25519-donna >> 3) Matthew's public domain reference implementation. >> >> i'd vote for #3 > > Yes, me too. > > One thing: this patch will be incompatible with Aris' since we calculate > the hash over the DH values enc...
2019 Feb 13
0
Support for Argon2 for password hashing
The version of libsodium in EPEL supports argon2 For php you can build the libsodium extension. Also php 7.2+ builds that extension if you specify it build time using --with-sodium=shared switch. For dovecot you have to build it against sodium which means building your own packages but it works. At least with modern up...