summaryrefslogtreecommitdiffstats
path: root/include/internal/cryptlib.h
AgeCommit message (Expand)Author
2021-05-24core: condition out more in FIPS buildsPauli
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-17Fix a use-after-free in the child provider codeMatt Caswell
2021-05-11Add support for child provider to up_ref/free their parentMatt Caswell
2021-05-11Add the concept of a child OSSL_LIB_CTXMatt Caswell
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-05-04Create libcrypto support for BIO_new_from_core_bio()Matt Caswell
2021-04-28Store the list of activated providers in the libctxMatt Caswell
2021-04-01Corrected missing definitions from NonStop SPT build.Randall S. Becker
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-18Fix external symbols for crypto_*Shane Lontis
2021-02-10include/internal: add a few missing #pragma once directivesFdaSilvaYY
2021-01-28Update copyright yearRichard Levitte
2021-01-12Use centralized fetching errorsRichard Levitte
2020-11-11Add ossl_is_absolute_path function to detect absolute pathsTomas Mraz
2020-11-11Avoid duplicate ends_with_dirsep functionsTomas Mraz
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
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