Skip to content

Instantly share code, notes, and snippets.

View ranjali's full-sized avatar

Hazrat Pradipta Ranjali ranjali

  • Thales DIS
View GitHub Profile
@nilesh1883
nilesh1883 / openssl-build-fips.sh
Last active February 16, 2021 13:19 — forked from jostster/openssl-build-fips.sh
Build openssl FIPS compliant module for iOS
#!/bin/bash
# This script downloads and builds the iOS, tvOS and Mac openSSL libraries with Bitcode enabled and FIPS compliant
# Credits:
# https://github.com/st3fan/ios-openssl
# https://github.com/x2on/OpenSSL-for-iPhone/blob/master/build-libssl.sh
# https://gist.github.com/foozmeat/5154962
# Peter Steinberger, PSPDFKit GmbH, @steipete.
# Felix Schwarz, IOSPIRIT GmbH, @felix_schwarz.
@jostster
jostster / openssl-build-fips.sh
Last active September 20, 2019 01:49
Build openssl FIPS compliant module for iOS
#!/bin/bash
# This script downloads and builds the iOS, tvOS and Mac openSSL libraries with Bitcode enabled and FIPS compliant
# Credits:
# https://github.com/st3fan/ios-openssl
# https://github.com/x2on/OpenSSL-for-iPhone/blob/master/build-libssl.sh
# https://gist.github.com/foozmeat/5154962
# Peter Steinberger, PSPDFKit GmbH, @steipete.
# Felix Schwarz, IOSPIRIT GmbH, @felix_schwarz.