Optimize session cache flushing
[openssl.git] / providers / implementations / storemgmt /
2021-06-05 Richard LevittePROV: drop get_params() and gettable_params() from...
2021-05-19 Richard LevitteMake sure to include "crypto/ctype.h" to get ossl_isdigit()
2021-05-07 Richard LevitteDrop libimplementations.a
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-04-30 Richard LevitteSTORE: Use the 'expect' param to limit the amount of...
2021-04-23 Richard LevitteSTORE: Simplify error filtering in der2obj_decode()
2021-04-21 Richard LevitteAdapt our decoder implementations to the new way to...
2021-04-02 Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-03-19 Richard LevitteSTORE: Use the same error avoidance criteria as for...
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-11 Pauliupdate set_ctx_param store management calls to return...
2021-03-11 Matt CaswellUpdate copyright year
2021-03-10 PauliAdd a real type for OSSL_CORE_BIO which is distinct...
2021-03-10 Shane LontisUse BIO_f_readbuffer() in the decoder to support stdin.
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-01-28 Richard LevitteUpdate copyright year
2021-01-13 Dr. David von OheimbAdd X509_NAME_hash_ex() to be able to check if it faile...
2020-11-11 Tomas MrazAvoid duplicate ends_with_dirsep functions
2020-11-11 Richard LevittePROV: Re-implement all the keypair decoders
2020-10-21 Richard LevitteUnexport internal MSBLOB and PVK functions
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-10-04 Richard LevitteDECODER: Allow precise result type for OSSL_DECODER_CTX...
2020-10-01 Paulider: _ossl prefix DER functions
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-03 Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...