24 Commits (56cd5dc78b3cecd2c6cf98b0d235b126e82f0dd2)

Author SHA1 Message Date
Pauli 56cd5dc78b provider: use #define for PBKDF1 algorithm name
2 years ago
Jon Spillett 0f183675b8 Add PBKDF1 to the legacy provider
2 years ago
Matt Caswell d0efad482f Modify the legacy provider to use OSSL_LIB_CTX_new_child()
2 years ago
Matt Caswell f5afac4bda Update copyright year
2 years ago
Richard Levitte e2f5df3613 PROV: Add OIDs we know to all provider applicable algorithms
2 years ago
Matt Caswell 7b9f02798f Sanity check provider up-calls
2 years ago
Dr. Matthias St. Pierre a829b735b6 Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
2 years ago
Dr. Matthias St. Pierre b425001010 Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
Pauli 7d6766cb53 prov: prefix provider internal functions with ossl_
3 years ago
Pauli 1be63951f8 prov: prefix all OSSL_DISPATCH tables names with ossl_
3 years ago
Pauli eab7b4240d provider: add an 'is_running' call to all providers.
3 years ago
Shane Lontis 04cb5ec0b7 Add 'on demand self test' and status test to providers
3 years ago
Shane Lontis 5ccada09aa Add evp_test fixes.
3 years ago
Dr. Matthias St. Pierre 363b1e5dae Make the naming scheme for dispatched functions more consistent
3 years ago
Dr. Matthias St. Pierre 23c48d94d4 Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
3 years ago
Matt Caswell d40b42ab4c Maintain strict type discipline between the core and providers
3 years ago
Richard Levitte 78906fff4a PROV: Adapt all our providers to use the new PROV_CTX structure
3 years ago
Richard Levitte fdaad3f1b3 Fix some misunderstandings in our providers' main modules
3 years ago
Shane Lontis 95cf64404c Fix incorrect default keysize for CAST ofb and cfb modes.
3 years ago
Matt Caswell 33388b44b6 Update copyright year
3 years ago
Shane Lontis f5056577ba Move legacy ciphers into the legacy provider
3 years ago
Matt Caswell 745fc918e7 Introduce the provider property
3 years ago
Matt Caswell cc35c3ed8f Tweak some algorithm naming inconsistencies
3 years ago
Richard Levitte 600703f4f4 Cleanup: move provider mains up
3 years ago