Clean away unnecessary length related OSSL_PARAM key names
[openssl.git] / crypto / store /
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.
2018-06-25 Andy Polyakovstore/loader_file.c: fix char-subscripts warning.
2018-05-29 Matt CaswellUpdate copyright year
2018-05-11 Kurt RoeckxUse void in all function definitions that do not take...
2018-03-13 Andy Polyakovstore/loader_file.c: rename variables causing conflicts...
2018-02-23 Richard LevitteSTORE 'file' scheme loader: Add search capibility
2018-02-23 Richard LevitteSTORE: Add the possibility to search for specific infor...
2018-02-23 Richard LevitteSTORE 'file' scheme loader: Add info type expectation
2018-02-23 Richard LevitteSTORE: Add the possibility to specify an expected info...
2018-02-23 Richard LevitteSTORE: In preparation for coming work, mark when loadin...
2018-02-14 Richard LevitteOSSL_STORE: Add OSSL_STORE_vctrl()
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Benjamin KadukRevert the crypto "global lock" implementation
2017-12-08 FdaSilvaYYAddress some code-analysis issues.
2017-09-05 Richard LevitteFix OSSL_STORE's 'file' loader: make sure peekbuf is...
2017-08-31 Rich SalzAdd CRYPTO_thread_glock_new
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-08-15 Richard LevitteClear error stack on successful OSSL_STORE_open()
2017-07-29 Bernd EdlingerUse OPENSSL_secure_clear_free in STORE file_load
2017-07-27 Benjamin KadukImprove style
2017-07-27 Benjamin KadukFixups for STORE commit
2017-07-15 Richard LevitteOSSL_STORE "file" scheme loader: check that a DOS devic...
2017-07-15 Richard LevitteOSSL_STORE "file" scheme loader: check for absolute...
2017-07-15 Richard LevitteOSSL_STORE: Treat URIs as files first (with exceptions...
2017-07-15 Richard LevitteOSSL_STORE: spell error reason correctly
2017-07-14 Richard LevitteFor Windows, use _stat rather than stat
2017-07-14 Richard LevitteFix style in crypto/store/loader_file.c
2017-07-05 Richard LevitteSTORE 'file' scheme loader: fix try_decode_params(...
2017-07-04 Richard LevitteSTORE: fix possible memory leak
2017-07-03 Richard LevitteMake sure OSSL_STORE_load() isn't caught in an endless...
2017-07-02 Richard LevitteSTORE 'file' scheme loader: DNS name in URI is case...
2017-06-29 Richard LevitteSTORE: Make sure the loader to be registered is complete
2017-06-29 Richard LevitteSTORE: simplify store_loader_cmp()
2017-06-29 Richard LevitteAdd internal functions to fetch PEM data from an opened BIO
2017-06-29 Richard LevitteMake it possible to tell the file loader to use secure...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: refactor the treatment...
next