]> git.ipfire.org Git - thirdparty/openssl.git/history - include/internal/cryptlib.h
Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats
[thirdparty/openssl.git] / include / internal / cryptlib.h
2022-06-22  Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-05-22  Paulistrcasecmp: implement strcasecmp and strncasecmp
2022-05-13  Tomas MrazAlways try locale initialization from OPENSSL_strcasecmp
2022-05-13  Tomas MrazMove OPENSSL_strcasecmp() and related to o_str.c
2022-05-03  Matt CaswellUpdate copyright year
2022-04-06  Hugo LandauRemove unused libctx functions (runonce, onfree)
2022-03-31  Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2021-11-17  Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17  Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-11-17  Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-05-23  Paulicore: condition out more in FIPS builds
2021-05-18  Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-05-17  Matt CaswellFix a use-after-free in the child provider code
2021-05-11  Matt CaswellAdd support for child provider to up_ref/free their...
2021-05-11  Matt CaswellAdd the concept of a child OSSL_LIB_CTX
2021-05-11  Matt CaswellAdd the ability for ex_data to have a priority
2021-05-04  Matt CaswellCreate libcrypto support for BIO_new_from_core_bio()
2021-04-28  Matt CaswellStore the list of activated providers in the libctx
2021-04-01  Randall S. BeckerCorrected missing definitions from NonStop SPT build.
2021-03-18  Shane LontisAdd ossl_asn1 symbols
2021-03-18  Shane LontisFix misc external ossl_ symbols.
2021-03-18  Shane LontisFix external symbols for crypto_*
2021-02-10  FdaSilvaYYinclude/internal: add a few missing #pragma once directives
2021-01-28  Richard LevitteUpdate copyright year
2021-01-12  Richard LevitteUse centralized fetching errors
2020-11-11  Tomas MrazAdd ossl_is_absolute_path function to detect absolute...
2020-11-11  Tomas MrazAvoid duplicate ends_with_dirsep functions
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-12  Randall S. BeckerNonStop port updates for 3.0.0.
2020-08-24  Richard LevitteSTORE: Add the base functions to support provider based...
2020-08-21  Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-07-24  Richard LevitteDESERIALIZER: Add foundation for deserializers
2020-06-28  Richard LevitteCORE: Add an internal function to distinguish the globa...
2020-06-23  Pauliproperty: Move global default properties to the library...
2020-05-26  Shane LontisFix ERR_print_errors so that it matches the documented...
2020-05-16  Matt CaswellMaintain strict type discipline between the core and...
2020-05-05  Dr. David von OheimbStrengthen X509_STORE_CTX_print_verify_cb() to print...
2020-04-23  Matt CaswellUpdate copyright year
2020-03-27  Matt CaswellPut an error on the stack in the event of a fetch failure
2020-03-10  Dr. David von OheimbExtract sk_ASN1_UTF8STRING2text() from ts_get_status_te...
2020-02-21  Dr. David von OheimbDon't exclude quite so much in a no-sock build
2020-01-15  Shane LontisAdd FIPS Self test kats for digests
2019-11-29  Richard LevitteSERIALIZER: New API for serialization of objects throug...
2019-10-31  Richard Levittecrypto/evp/evp_fetch.c: Make it more prominent that...
2019-09-28  Dr. Matthias St... Fix header file include guard names
2019-09-11  Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-09-01  Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
2019-07-17  Rich SalzDeprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}
2019-06-26  Bernd EdlingerKeep the externally visible macro BIO_FLAGS_UPLINK...
2019-06-17  Matt CaswellTell the FIPS provider about thread stop events
2019-06-17  Matt CaswellProvide a version of ossl_init_thread_start that works...
2019-06-17  Matt CaswellAdd the function openssl_ctx_get_concrete()
2019-06-07  Matt CaswellMove the rand_nonce_lock code into drbg_lib.c
2019-06-07  Matt CaswellMake the rand_crng code OPENSSL_CTX aware
2019-06-07  Matt CaswellConvert drbg_lib to use OPENSSL_CTX for its global...
2019-05-12  Richard LevitteCreate internal number<->name mapping API
2019-05-08  Richard Levitteossl_bsearch(): New generic internal binary search...
2019-05-02  Matt CaswellInstead of global data store it in an OPENSSL_CTX
2019-05-02  Matt CaswellAdd support for openssl_ctx_run_once and openssl_ctx_onfree
2019-04-30  PauliStructure alignment macro.
2019-02-15  Richard LevitteAdd an OpenSSL library context
2019-01-21  Bernd EdlingerPPC: Try out if mftb works before using it
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-24  PauliUse secure_getenv(3) when available.
2018-07-25  Andy Polyakovcrypto/dllmain.c: remove unused OPENSSL_NONPIC_relocate...
2018-06-22  Nicola TuveriRemove __cplusplus preamble from internal headers
2018-02-07  PauliMake OPENSSL_rdtsc universally available.
2017-11-25  Kurt RoeckxCreate a prototype for OPENSSL_rdtsc
2017-10-13  Rich SalzAdd CRYPTO_get_alloc_counts.
2017-08-29  PauliMove OPENSSL_CONF from e_os.h to cryptlib.h
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-08-03  Matt CaswellMove ossl_assert