summaryrefslogtreecommitdiffstats
path: root/include/internal/cryptlib.h
AgeCommit message (Expand)Author
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-08-24STORE: Add the base functions to support provider based loadersRichard Levitte
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte
2020-06-28CORE: Add an internal function to distinguish the global default contextRichard Levitte
2020-06-23property: Move global default properties to the library context.Pauli
2020-05-26Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell
2020-05-05Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-03-27Put an error on the stack in the event of a fetch failureMatt Caswell
2020-03-10Extract sk_ASN1_UTF8STRING2text() from ts_get_status_text() in ts_rsp_verify....Dr. David von Oheimb
2020-02-21Don't exclude quite so much in a no-sock buildDr. David von Oheimb
2020-01-15Add FIPS Self test kats for digestsShane Lontis
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte
2019-10-31crypto/evp/evp_fetch.c: Make it more prominent that these functions are EVPRichard Levitte
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger
2019-07-17Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}Rich Salz
2019-06-26Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell
2019-06-17Provide a version of ossl_init_thread_start that works in FIPS modeMatt Caswell
2019-06-17Add the function openssl_ctx_get_concrete()Matt Caswell
2019-06-07Move the rand_nonce_lock code into drbg_lib.cMatt Caswell
2019-06-07Make the rand_crng code OPENSSL_CTX awareMatt Caswell
2019-06-07Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell
2019-05-12Create internal number<->name mapping APIRichard Levitte
2019-05-08ossl_bsearch(): New generic internal binary search utility functionRichard Levitte
2019-05-02Instead of global data store it in an OPENSSL_CTXMatt Caswell
2019-05-02Add support for openssl_ctx_run_once and openssl_ctx_onfreeMatt Caswell
2019-05-01Structure alignment macro.Pauli
2019-02-16Add an OpenSSL library contextRichard Levitte
2019-01-21PPC: Try out if mftb works before using itBernd Edlinger
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte
2018-09-24Use secure_getenv(3) when available.Pauli
2018-07-25crypto/dllmain.c: remove unused OPENSSL_NONPIC_relocated variable.Andy Polyakov
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri
2018-02-07Make OPENSSL_rdtsc universally available.Pauli
2017-11-25Create a prototype for OPENSSL_rdtscKurt Roeckx
2017-10-12Add CRYPTO_get_alloc_counts.Rich Salz
2017-08-30Move OPENSSL_CONF from e_os.h to cryptlib.hPauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-03Move ossl_assertMatt Caswell