Lines Matching refs:openssl
50 release infrastructure (`openssl-release`_). Be sure to download the proper
98 $ sudo apk add gcc musl-dev python3-dev libffi-dev openssl-dev
100 If you get an error with ``openssl-dev`` you may have to use ``libressl-dev``.
117 openssl-devel
149 $ ./config -Wl,--version-script=openssl.ld -Wl,-Bsymbolic-functions -fPIC shared
151 You'll also need to generate your own ``openssl.ld`` file. For example::
183 ``OPENSSL_VERSION`` variable. To do that, visit `openssl.org`_ and find the
205 curl -O https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
206 tar xvf openssl-${OPENSSL_VERSION}.tar.gz
207 cd openssl-${OPENSSL_VERSION}
208 ./config no-shared no-ssl2 no-ssl3 -fPIC --prefix=${CWD}/openssl
211 …CFLAGS="-I${CWD}/openssl/include" LDFLAGS="-L${CWD}/openssl/lib" pip wheel --no-binary :all: crypt…
218 If installation gives a ``fatal error: 'openssl/aes.h' file not found``
250 $ brew install openssl@1.1
251 …$ env LDFLAGS="-L$(brew --prefix openssl@1.1)/lib" CFLAGS="-I$(brew --prefix openssl@1.1)/include"…
257 $ sudo port install openssl
266 $ brew install openssl@1.1
267 …DFLAGS="$(brew --prefix openssl@1.1)/lib/libssl.a $(brew --prefix openssl@1.1)/lib/libcrypto.a" CF…
273 $ sudo port install openssl
282 .. _`openssl-release`: https://ci.cryptography.io/job/cryptography-support-jobs/job/openssl-release…
284 .. _openssl.org: https://www.openssl.org/source/