openldap-pbkdf2 icon indicating copy to clipboard operation
openldap-pbkdf2 copied to clipboard

Undefined symbol EVP_sha* when building openldap with --with-tls=moznss

Open azmagillian opened this issue 8 years ago • 3 comments

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!

azmagillian avatar Sep 06 '17 12:09 azmagillian

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.

hamano avatar Sep 06 '17 14:09 hamano

Thx for the immediate answer! I will probably give it a shot.

azmagillian avatar Sep 06 '17 14:09 azmagillian

Hi i think i made the contribution needed! I will make a request through my company's github account.

azmagillian avatar Dec 12 '17 13:12 azmagillian