Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
azmagillian opened this issue Sep 6, 2017 · 3 comments

Comments

@azmagillian
Copy link

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!

@hamano
Copy link
Owner

hamano commented Sep 6, 2017

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.

@azmagillian
Copy link
Author

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

@azmagillian
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants