summaryrefslogtreecommitdiff
path: root/engines/e_loader_attic.c
Commit message (Expand)AuthorAgeFilesLines
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-2/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-24/+13
* Fix the checks of UI_add_input_stringPeiwei Hu2022-06-021-2/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-2/+3
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* ossl_do_blob_header: fix return checkPeiwei Hu2021-11-221-2/+2
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-1/+0
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-171-17/+11
* Fix file_name_check() in storemgmt/file_store.c and e_loader_attic.cDr. David von Oheimb2021-06-251-4/+5
* Make sure to include "crypto/ctype.h" to get ossl_isdigit()Richard Levitte2021-05-191-0/+1
* e_loader_attic: fix a use after free issuePauli2021-05-131-1/+1
* engine: fix double free on error path.Pauli2021-04-211-0/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb2021-01-131-1/+2
* Remove unnecessary guards around MSBLOB and PVK readers and writersRichard Levitte2020-12-131-8/+0
* e_loader_attic.c: Improve result handling of file_load_try_decode()Dr. David von Oheimb2020-11-191-1/+4
* Allow for PKCS#12 input without MAC in p12_kiss.c and e_loader_attic.cDr. David von Oheimb2020-11-191-1/+2
* e_loader_attic.c: Remove redundant 'pass phrase' sub-string from try_decode_P...Dr. David von Oheimb2020-11-191-1/+1
* Avoid duplicate ends_with_dirsep functionsTomas Mraz2020-11-111-15/+1
* Unexport internal MSBLOB and PVK functionsRichard Levitte2020-10-211-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-11/+11
* Fix some things the rename script didn't quite get rightMatt Caswell2020-10-011-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-6/+5
* Fix typo in bind_loader_attic commentDaniel Bevenius2020-09-171-1/+1
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-031-0/+1790