summaryrefslogtreecommitdiff
path: root/providers/common/bio_prov.c
Commit message (Expand)AuthorAgeFilesLines
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-2/+2
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-111-4/+20
* prov: prefix provider internal functions with ossl_Pauli2020-09-291-1/+1
* STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte2020-09-031-3/+13
* CORE: Add upcalls for BIO_gets() and BIO_puts()Richard Levitte2020-07-241-6/+26
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-12/+12
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-161-6/+108
* PROV BIO: add a BIO_vprintf() upcall, and a provider BIO libraryRichard Levitte2019-11-291-0/+96