aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/context.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Make sure we pre-initialise propertiesMatt Caswell2019-08-291-0/+10
* Fix context lockingMatt Caswell2019-08-291-4/+38
* Tell the FIPS provider about thread stop eventsMatt Caswell2019-06-171-1/+3
* Add the function openssl_ctx_get_concrete()Matt Caswell2019-06-171-33/+16
* Make core code available within the FIPS moduleMatt Caswell2019-05-231-1/+1
* Instead of global data store it in an OPENSSL_CTXMatt Caswell2019-05-021-29/+130
* Add support for openssl_ctx_run_once and openssl_ctx_onfreeMatt Caswell2019-05-021-1/+72
* Add an OpenSSL library contextRichard Levitte2019-02-161-0/+110