]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/store
crypto/x509/x509_vpm.c: update format of X509_VERIFY_PARAM default_table
[thirdparty/openssl.git] / crypto / store /
2022-07-20  Richard Levitte"Reserve" the method store when constructing methods
2022-06-28  Tomas Mrazstore_result: Add fallback for fetching the keymgmt...
2022-06-22  Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-06-05  Clemens LangFix inadvertent NULL assignments in ternary ops
2022-05-06  PauliFix Coverity 1503329 use after free
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-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
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-02-05  Richard LevitteMove e_os.h to include/internal
2022-01-11  Matt CaswellFix Decoder, Encoder and Store loader fetching
2022-01-07  Dr. David von OheimbOSSL_STORE_open_ex(): Prevent spurious error: unregiste...
2022-01-03  Tomas Mraztry_pkcs12(): cleanse passphrase so it is not left...
2022-01-03  Tomas Mraztry_pkcs12(): Correct handling of NUL termination of...
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-11-17  Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-10-28  x2018fix some code with obvious wrong coding style
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-07-03  Richard LevittePROV & STORE: Make the 'file:' store loader understand...
2021-07-02  Randall S. BeckerDefined out MUTEX attributes not available on NonStop...
2021-06-29  Richard LevitteOSSL_STORE: Fix crash when tracing STORE
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-02  Paulistore: remove TODOs
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-30  Matt CaswellFix cert creation in the store
2021-05-26  Paulierr: rename err_load_xxx_strings_int functions
2021-05-18  Matt CaswellBetter error messages if there are no encoders/decoders...
2021-05-11  Matt CaswellAdd the ability for ex_data to have a priority
2021-05-06  Tomas MrazMake the -inform option to be respected if possible
2021-05-04  Dr. David von OheimbBIO_eof() and OSSL_STORE_eof(): Make sure to return...
2021-05-04  Dr. David von OheimbOSSL_STORE_expect(): Improve error handling and documen...
2021-04-30  Richard LevitteSTORE: Fix the repeated prompting of passphrase
2021-04-23  Richard Levittecrypto/store/ossl_result.c: Better filtering of errors
2021-04-21  Richard LevitteSTORE: Discard the error report filter in crypto/store...
2021-04-12  Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-08  Matt CaswellUpdate copyright year
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-18  Shane LontisAdd ossl_ x509 symbols
2021-03-14  Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-12  Tomas MrazUse OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL...
2021-03-11  Matt CaswellUpdate copyright year
2021-03-10  PauliAdd a real type for OSSL_CORE_BIO which is distinct...
2021-03-04  Dr. David von OheimbOSSL_STORE: restore diagnostics on decrypt error; provi...
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-02-18  Matt CaswellPass the object type and data structure from the pem2de...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-17  Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-12  Richard LevitteUse centralized fetching errors
2020-12-19  Petr GotthardFix OSSL_PARAM creation in OSSL_STORE_open_ex
2020-12-08  Daniel BeveniusSTORE: clear err after ossl_store_get0_loader_int
2020-12-03  Pauliremove unused assignments
2020-11-25  Matt CaswellDon't forget the datatype when decoding a PEM file
2020-11-24  Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-11  Richard LevitteOSSL_STORE: Make sure the called OSSL_DECODER knows...
2020-11-11  Richard LevitteAdapt libcrypto functionality to specify the desired...
2020-10-15  Matt CaswellUpdate copyright year
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-10  Richard LevitteAdapt some code to OSSL_ENCODER_to_data() / OSSL_DECODE...
2020-10-04  Richard LevitteDECODER: Allow precise result type for OSSL_DECODER_CTX...
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-30  Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-27  Richard LevitteSTORE: Clear a couple of TODOs that were there for...
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-12  Shane LontisFix coverity issue: CID 1466482 - Resource leak in...
2020-09-12  Shane LontisFix coverity issue: CID 1466485 - Explicit NULL derefer...
2020-09-12  Shane LontisFix coverity issue: CID 1466486 - Resource leak in...
2020-09-10  Richard LevitteSTORE: Fix OSSL_STORE_attach() to check |ui_method...
2020-09-03  Richard LevitteSTORE: Stop the flood of errors
2020-09-03  Richard LevitteSTORE: Fix potential memory leak
2020-09-03  Richard LevitteSTORE: Deprecate legacy / ENGINE functions
2020-09-03  Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-08-24  Richard LevitteSTORE: Change all error recording to use ERR_raise...
2020-08-24  Richard LevitteSTORE: Modify to support loading with provider based...
2020-08-24  Richard LevitteSTORE: Add the base functions to support provider based...
2020-08-24  Richard LevitteSTORE: Add missing function OSSL_STORE_LOADER_set_open_...
2020-08-20  Richard LevitteSTORE: Distinguish public keys from private keys
2020-08-19  Dr. David von OheimbOSSL_STORE file_load_try_decode(): Avoid flooding error...
2020-08-07  Richard LevittePEM: Make general MSBLOB reader functions exposed inter...
2020-07-24  Shane LontisAdd X509 related libctx changes.
2020-07-16  Paulideprecate engines in libcrypto
2020-07-08  Shane LontisFix CID 1465214 Resource leak (in file_load.c)
2020-06-08  Dr. David von OheimbFix mem leaks and allow missing pkey and/or cert in...
2020-06-08  Dr. David von OheimbFix code layout in crypto/store/loader_file.c satisfyin...
next