Fix up path generation to use OPENSSL_MODULES
[openssl.git] / engines / e_loader_attic.c
2023-09-07 Matt CaswellCopyright year updates
2023-06-06 Michael BaentschCast the argument to unsigned char when calling isdigit()
2022-10-12 FdaSilvaYYapps & al : Fix various typos, repeated words, align...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-06-02 Peiwei HuFix the checks of UI_add_input_string
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05 Richard LevitteMove e_os.h to include/internal
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-11-22 Peiwei Huossl_do_blob_header: fix return check
2021-11-17 Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17 Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-06-25 Dr. David von OheimbFix file_name_check() in storemgmt/file_store.c and...
2021-05-19 Richard LevitteMake sure to include "crypto/ctype.h" to get ossl_isdigit()
2021-05-13 Paulie_loader_attic: fix a use after free issue
2021-04-20 Pauliengine: fix double free on error path.
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-12-13 Richard LevitteRemove unnecessary guards around MSBLOB and PVK readers...
2020-11-19 Dr. David von Oheimbe_loader_attic.c: Improve result handling of file_load_...
2020-11-19 Dr. David von OheimbAllow for PKCS#12 input without MAC in p12_kiss.c and...
2020-11-19 Dr. David von Oheimbe_loader_attic.c: Remove redundant 'pass phrase' sub...
2020-11-11 Tomas MrazAvoid duplicate ends_with_dirsep functions
2020-10-21 Richard LevitteUnexport internal MSBLOB and PVK functions
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Matt CaswellFix some things the rename script didn't quite get...
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-17 Daniel BeveniusFix typo in bind_loader_attic comment
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-03 Richard LevitteSTORE: Move the built-in 'file:' loader to become an...