Skip to content

Made all libcrypto HMAC APIs use dynamic discovery

Pre-release
Pre-release

Choose a tag to compare

@justinboswell justinboswell released this 18 Nov 00:01
0ac349e
vtable all the HMAC things (#53)

* Make openssl vtables mutually exclusive

* Switched to single vtable for libcrypto, vtable'd full HMAC API

* Resolve libcrypto manually, if possible, to disambiguate when multiple .so's are loaded

* Only probe for .so libs when built as a shared lib

* aws-c-auth added as a downstream