Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 years ago |
Matt Caswell
|
40692ed7c8
Better error messages if there are no encoders/decoders/store loaders
|
3 years ago |
Tomas Mraz
|
d382e79632
Make the -inform option to be respected if possible
|
3 years ago |
Dr. David von Oheimb
|
8b25b0eb99
BIO_eof() and OSSL_STORE_eof(): Make sure to return 1 on error; improve related doc
|
3 years ago |
Dr. David von Oheimb
|
6e328484ab
OSSL_STORE_expect(): Improve error handling and documentation
|
3 years ago |
Richard Levitte
|
b7f7a15f6a
STORE: Fix the repeated prompting of passphrase
|
3 years ago |
Shane Lontis
|
3f883c7c83
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
|
3 years ago |
Matt Caswell
|
8020d79b40
Update copyright year
|
3 years ago |
Pauli
|
141cc94e44
Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIO
|
3 years ago |
Petr Gotthard
|
a5f2782cec
Fix OSSL_PARAM creation in OSSL_STORE_open_ex
|
3 years ago |
Daniel Bevenius
|
c60b572319
STORE: clear err after ossl_store_get0_loader_int
|
4 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
Dr. Matthias St. Pierre
|
b425001010
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
4 years ago |
Matt Caswell
|
d8652be06e
Run the withlibctx.pl script
|
4 years ago |
Shane Lontis
|
97f7a6d42e
Fix coverity issue: CID 1466482 - Resource leak in OSSL_STORE_SEARCH_by_key_fingerprint()
|
4 years ago |
Shane Lontis
|
6e417f951c
Fix coverity issue: CID 1466485 - Explicit NULL dereference in OSSL_STORE_find()
|
4 years ago |
Shane Lontis
|
3481694946
Fix coverity issue: CID 1466486 - Resource leak in OSSL_STORE
|
4 years ago |
Richard Levitte
|
9f604ca13d
STORE: Fix OSSL_STORE_attach() to check |ui_method| before use
|
4 years ago |
Richard Levitte
|
7a30681095
STORE: Fix potential memory leak
|
4 years ago |
Richard Levitte
|
a1447076be
STORE: Deprecate legacy / ENGINE functions
|
4 years ago |
Richard Levitte
|
16feca7154
STORE: Move the built-in 'file:' loader to become an engine module
|
4 years ago |
Richard Levitte
|
a8b7ea8268
STORE: Change all error recording to use ERR_raise() / ERR_raise_data()
|
4 years ago |
Richard Levitte
|
34b80d0622
STORE: Modify to support loading with provider based loaders
|
4 years ago |
Richard Levitte
|
2274d22d39
STORE: Distinguish public keys from private keys
|
4 years ago |
Shane Lontis
|
6725682d77
Add X509 related libctx changes.
|
4 years ago |
Dr. David von Oheimb
|
6d382c74b3
Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c
|
4 years ago |
Richard Levitte
|
6ab6ecfd6d
OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIO
|
6 years ago |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 years ago |
Matt Caswell
|
8755b08524
Teach the OSSL_STORE code about libctx
|
4 years ago |
Dr. David von Oheimb
|
8cc86b81ac
Constify various mostly X509-related parameter types in crypto/ and apps/
|
4 years ago |