OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socket
[openssl.git] / crypto / store / store_meth.c
2023-09-19 Simo SorceAllow to pass a passprase callback at store open
2023-09-15 Dmitry BelyavskiyStore: API for deletion
2023-09-07 Matt CaswellCopyright year updates
2023-07-01 Paulistore: update to structure based atomics
2022-07-20 Richard Levitte"Reserve" the method store when constructing methods
2022-06-05 Clemens LangFix inadvertent NULL assignments in ternary ops
2022-05-06 PauliRemove the _fetch_by_number functions
2022-05-05 Richard LevitteAdd method store cache flush and method removal to...
2022-05-03 Matt CaswellUpdate copyright year
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-02-28 Paulifetch: convert a NULL property query to ""
2022-01-11 Matt CaswellFix Decoder, Encoder and Store loader fetching
2021-10-27 Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-27 Richard LevitteCORE: add a provider argument to ossl_method_construct()
2021-06-20 Richard LevitteSTORE: Fix OSSL_STORE_open_ex() error reporting
2021-06-16 Richard LevitteCORE: Do a bit of cleanup of core fetching
2021-06-16 Matt CaswellClean up the encoder/decoder/loader stores before providers
2021-06-15 Richard LevitteRefactor OSSL_STORE_LOADER_do_all_provided() to behave...
2021-06-15 Richard LevitteCORE: Move away the allocation of the temporary no_cach...
2021-06-11 Richard LevitteSTORE: Make OSSL_STORE_LOADER_fetch() consistent with...
2021-06-02 Paulistore: include internal header
2021-06-02 Paulilibcrypto: make XXX_get_number() internal
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-04-07 Nan XiaoFix typo in store_meth.c
2021-04-02 Richard LevitteAdd OSSL_STORE_LOADER_description()
2021-04-02 Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-03-04 Tobias Nießencrypto: rename error flags in internal structures
2021-02-24 Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-12 Richard LevitteUse centralized fetching errors
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-08-24 Richard LevitteSTORE: Add the base functions to support provider based...