etcimon / botan

Block & stream ciphers, public key crypto, hashing, KDF, MAC, PKCS, TLS, ASN.1, BER/DER, etc.
Other
85 stars 22 forks source link

Make openssl dependency optional #57

Closed andre2007 closed 1 year ago

andre2007 commented 3 years ago

By building botan, openssl dependency is downloaded, even if a configuration e.g. pubkey is specified.

This could be avoided by either make the dependency optional or create a sub package. Both ways are described here https://forum.dlang.org/thread/qotgpueivuaioryksyzf@forum.dlang.org

etcimon commented 1 year ago

Fixed