Replace non-ASCII character in source file
[openssl.git] / crypto / store /
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...
2020-05-20 Richard LevitteSTORE: Make try_decode_PrivateKey() ENGINE aware
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-13 Dr. David von OheimbPreliminary fix of memory leak in try_decode_PKCS12...
2020-05-13 Richard LevitteOSSL_STORE: Make the 'file' scheme loader handle MSBLOB...
2020-05-13 Richard LevitteOSSL_STORE: Better information when prompting for pass...
2020-05-13 Richard LevitteOSSL_STORE: Make it possible to attach an OSSL_STORE...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-15 Matt CaswellTeach the OSSL_STORE code about libctx
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2019-11-03 Richard LevitteOSSL_STORE: add tracing
2019-11-03 Richard LevitteOSSL_STORE: constify the criterion parameter a bit...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-08-02 Rich SalzReplace FUNCerr with ERR_raise_data
2019-07-22 Rich SalzDeprecate SYSerr, add new FUNCerr macro
2019-07-22 Rich SalzAdd ERR_put_func_error, and use it.
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-02 Antoine CœurFix Typos
2019-07-01 Antoine CœurFix Typos
2019-06-18 Bernd EdlingerFix error handling at openssl_strerror_r
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-20 Andy Polyakovcrypto/*: address standard-compilance nits.
next