Top "Libcrypto" questions

The OpenSSL crypto library implements a wide range of cryptographic algorithms used in various Internet standards.

mongod: error while loading shared libraries: libssl.so.10 libcrypto.so.10

Problem I downloaded the mongodb 3.0.7 tar files. Then I added the bin directory to my path: export PATH=<mongodb-install-directory&…

mongodb openssl libssl libcrypto
no version information available

I'm using Ubuntu 12.04 - server and consistently getting: /usr/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/…

ubuntu openldap libssl libcrypto
libcrypto.so.10: cannot open shared object file: No such file or directory

I am trying to install ODBC driver for Debian arrording to these instructions: https://blog.afoolishmanifesto.com/posts/install-and-configure-the-ms-odbc-driver-on-debian/ However …

odbc debian libssl libcrypto
Python crashing on MacOS 10.15 Beta (19A582a) with "/usr/lib/libcrypto.dylib"

I ran my Django project with new macOS Catalina and was running fine. I installed oh_my_zsh then I …

python oh-my-zsh libcrypto macos-catalina
How to solve ssh: /usr/lib64/libcrypto.so.10: no version information available

I am trying to do ssh and got following message: ]#ssh ssh: /usr/lib64/libcrypto.so.10: no version information available (…

linux ssh openssl centos libcrypto
Linking libssl and libcrypto in GCC

I'm attempting to use OpenSSL's EVP interface to do some encryption. I'm pretty sure my code is right, but I …

c gcc linker openssl libcrypto
How to build OpenSSL to generate libcrypto.a with Android NDK and Windows

I created an application for android which uses native code. It needs the libcrypto.a library from OpenSSL, I don't …

android build android-ndk openssl libcrypto
DSO missing from command line (With CMake)

I am trying to convert a c++ project from Windows to Debian by compiling everything again with Cmake. I am …

c++ linux cmake libcrypto
Get x509 certificate hash with openssl library

I'm currently working on an app, which uses the openssl library (libcrypto) to generate certificates. Now I have to get …

c hash openssl x509 libcrypto
How to calculate AES CMAC using OpenSSL's CMAC_xxx functions?

Is there any way to compute AES CMAC with OpenSSL/libcrypto? Preferably in a way that takes advantage of AES-NI (…

openssl libcrypto cmac