summaryrefslogtreecommitdiffstats
path: root/include/internal
AgeCommit message (Expand)Author
2021-03-24Fix a windows build breakFdaSilvaYY
2021-03-18Add ossl_ symbols for sm3 and sm4Shane Lontis
2021-03-18Add ossl_ conf symbolsShane Lontis
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-18Fix external symbols for crypto_*Shane Lontis
2021-03-18ASN1: add an internal header to validate Unicode rangesBeat Bolli
2021-03-16property: default queries create the property values.Pauli
2021-03-12rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli
2021-03-11Update copyright yearMatt Caswell
2021-03-11Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli
2021-03-04include/internal: Remove TODOs that are irrelevant for 3.0Tomas Mraz
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2021-02-24provider: add an unquery function to allow providers to clean up.Pauli
2021-02-23provider: add option to load a provider without disabling the fallbacks.Pauli
2021-02-18Update copyright yearMatt Caswell
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz
2021-02-10include/internal: add a few missing #pragma once directivesFdaSilvaYY
2021-02-10Handle partial data re-sending on ktls/sendfile on FreeBSDOleksandr Tymoshenko
2021-02-05ERR: Rebuild all generated error headers and source filesRichard Levitte
2021-01-28Update copyright yearRichard Levitte
2021-01-27Fix typo in thread_once commentsDaniel Bevenius
2021-01-20ktls: Initial support for ChaCha20-Poly1305Vadim Fedorenko
2021-01-12Use centralized fetching errorsRichard Levitte
2020-12-17CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte
2020-12-16EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-12-08EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkeyRichard Levitte
2020-12-03tag unused function arguments as ossl_unusedPauli
2020-11-26Update copyright yearMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte
2020-11-19Rename SHA3 internal functions so they have an ossl_ prefixPauli
2020-11-16REF_PRINT: cast pointer to void to avoid warningsDaniel Bevenius
2020-11-11Add ossl_is_absolute_path function to detect absolute pathsTomas Mraz
2020-11-11Avoid duplicate ends_with_dirsep functionsTomas Mraz
2020-10-21Unexport internal MSBLOB and PVK functionsRichard Levitte
2020-10-19DH: make the private key length importable / exportableRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-14Use __BYTE_ORDER__ to test the endianness when availableKurt Roeckx
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-10-01der: _ossl prefix DER functionsPauli
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-09-05Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin
2020-09-05Remove unused dummy functions from ktls.h.John Baldwin
2020-09-03STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte
2020-08-31Move KTLS inline functions only used by libssl into ssl/ktls.c.John Baldwin
2020-08-31Support for KTLS TX on FreeBSD for TLS 1.3.John Baldwin