aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c/openssl.c
Commit message (Collapse)AuthorAge
* Support OpenSSL 1.1Gravatar Benjamin Barenblat2016-07-20
| | | | Closes https://github.com/urweb/urweb/issues/35.
* Add a cast to thread_id(), to support more platformsGravatar Adam Chlipala2016-02-13
|
* Merge bbaren's fix for bug 209.Gravatar Ziv Scully2015-10-13
|\
| * Use correct OpenSSL thread safety macros on OS X (closes #209)Gravatar Benjamin Barenblat2015-09-20
| | | | | | | | | | | | Create an Autoconf test to determine if pthread_t is a pointer or scalar type, and use the appropriate CRYPTO_THREADID_set macro based on the result.
* | Start work on pure expression caching.Gravatar Ziv Scully2015-09-13
|/
* Make OpenSSL usage thread-safe (closes #206)Gravatar Benjamin Barenblat2015-08-06
| | | | | Enable OpenSSL’s multithreading support by defining locking and thread-ID callbacks. Remove a lock obviated by this change.
* Fix silly mistake from last commit; also switch away from rand() in openssl.cGravatar Adam Chlipala2015-01-22
|
* Switch from libmhash to OpenSSLGravatar Adam Chlipala2010-12-26