summaryrefslogtreecommitdiffstats
path: root/crypto/provider_local.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-24Enhance and update the docs of the internal ossl_provider APIRichard Levitte2-64/+136
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli33-498/+359
2019-06-24Add documentation for CRYPTO_memcmp.Pauli3-2/+39
2019-06-22crypto/trace.c: Remove unexisting categoriesRichard Levitte1-2/+0
2019-06-22OSSL_TRACE: ensure it's initialisedRichard Levitte1-3/+12
2019-06-21Handle CTRL-C as non-redoable abort signalBernd Edlinger1-0/+2
2019-06-21Remove OPENSSL_memcmp.Pauli7-38/+5
2019-06-21Print thread IDs nicely.Pauli4-61/+35
2019-06-20test/testutil/init.c, apps/openssl.c: add trace cleanup handle earlierRichard Levitte2-2/+14
2019-06-20Update test/READMEFrederik Wedel-Heinen1-2/+3
2019-06-19Add SSL_shutdown to SSL_get_error's documentationMiquel Ruiz1-3/+3
2019-06-19Fix UEFI build on FreeBSD by not including system headersRebecca Cran1-1/+1
2019-06-19Fix a doc-nits failureMatt Caswell1-0/+2
2019-06-19Fix and document BIO_FLAGS_NONCLEAR_RST behavior on memory BIOTomas Mraz3-11/+59