openldap-pbkdf2
openldap-pbkdf2 copied to clipboard
Undefined symbol EVP_sha* when building openldap with --with-tls=moznss
Hello,
I searched over the issues and saw that you have to Use configure --with-tls=openssl. Is there a way to use openldap-pbkdf2 with moznss? I tried to replace HAVE_OPENSSL to HAVE_MOZNSS in the code-> openldap rpm was built but still when i try to use it i get undefined symbol.
Thanks for the support!
This module doesn't support moznss yet. Probably you should use PK11_CreatePBEV2AlgorithmID() and PK11_PBEKeyGen() with Mozilla NSS. I welcome your contribute. Thank you.
Thx for the immediate answer! I will probably give it a shot.
Hi i think i made the contribution needed! I will make a request through my company's github account.