summaryrefslogtreecommitdiffstats
path: root/include/internal/cryptlib.h
AgeCommit message (Expand)Author
2024-05-28Move stack of compression methods from libssl to OSSL_LIB_CTXsashan
2024-04-19Make rcu_thread_key context-awareNeil Horman
2023-10-19Do not include crypto/asn1.h from internal/cryptlib.hTomas Mraz
2023-09-07Copyright year updatesMatt Caswell
2023-07-17Optimise PKEY decodersMatt Caswell
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2022-10-17crypto: add preemptive threading supportČestmír Kalina
2022-07-19libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb
2022-06-22Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-05-23strcasecmp: implement strcasecmp and strncasecmpPauli
2022-05-13Always try locale initialization from OPENSSL_strcasecmpTomas Mraz
2022-05-13Move OPENSSL_strcasecmp() and related to o_str.cTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-04-06Remove unused libctx functions (runonce, onfree)Hugo Landau
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2021-11-17Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb
2021-11-17Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
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