aboutsummaryrefslogtreecommitdiff
path: root/include/internal
AgeCommit message (Expand)AuthorFilesLines
2021-01-28Update copyright yearRichard Levitte3-3/+3
2021-01-27Fix typo in thread_once commentsDaniel Bevenius1-3/+3
2021-01-20ktls: Initial support for ChaCha20-Poly1305Vadim Fedorenko1-0/+8
2021-01-12Use centralized fetching errorsRichard Levitte1-0/+1
2020-12-17CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte1-2/+2
2020-12-16EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte1-4/+16
2020-12-08EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkeyRichard Levitte1-23/+0
2020-12-03tag unused function arguments as ossl_unusedPauli1-10/+21
2020-11-26Update copyright yearMatt Caswell4-4/+4
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte2-8/+18
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte1-2/+0
2020-11-19Rename SHA3 internal functions so they have an ossl_ prefixPauli1-5/+6
2020-11-16REF_PRINT: cast pointer to void to avoid warningsDaniel Bevenius1-1/+1
2020-11-11Add ossl_is_absolute_path function to detect absolute pathsTomas Mraz1-0/+16
2020-11-11Avoid duplicate ends_with_dirsep functionsTomas Mraz1-0/+14
2020-10-21Unexport internal MSBLOB and PVK functionsRichard Levitte1-31/+0
2020-10-19DH: make the private key length importable / exportableRichard Levitte1-0/+2
2020-10-15Update copyright yearMatt Caswell1-1/+1
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre1-1/+1
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre7-71/+72
2020-10-14Use __BYTE_ORDER__ to test the endianness when availableKurt Roeckx1-3/+31
2020-10-06ffc: add _ossl to exported but internal functionsPauli1-69/+77
2020-10-01der: _ossl prefix DER functionsPauli1-11/+12
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte1-1/+1
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker2-0/+15
2020-09-05Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin1-8/+7
2020-09-05Remove unused dummy functions from ktls.h.John Baldwin1-28/+0
2020-09-03STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte1-0/+15
2020-08-31Move KTLS inline functions only used by libssl into ssl/ktls.c.John Baldwin1-222/+6
2020-08-31Support for KTLS TX on FreeBSD for TLS 1.3.John Baldwin1-1/+6
2020-08-31Add support for KTLS receive for TLS 1.1-1.2 on FreeBSD.John Baldwin1-4/+88
2020-08-31Add helper functions for FreeBSD KTLS.John Baldwin1-11/+125
2020-08-31Add a ktls_crypto_info_t typedef.John Baldwin1-0/+5
2020-08-24STORE: Add the base functions to support provider based loadersRichard Levitte1-1/+2
2020-08-24CORE: Generalise internal pass phrase prompterRichard Levitte1-0/+120
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte1-2/+2
2020-08-17Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis1-2/+4
2020-08-17Load the default config file before working with default propertiesMatt Caswell1-1/+1
2020-08-14provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli1-0/+3
2020-08-11Retire EVP_CTRL_GET_IVBenjamin Kaduk1-3/+4
2020-08-09Add 'on demand self test' and status test to providersShane Lontis2-1/+3
2020-08-07PEM: Make general MSBLOB reader functions exposed internallyRichard Levitte1-0/+31
2020-08-04Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis1-0/+3
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte1-4/+5
2020-07-16Update copyright yearRichard Levitte1-1/+1
2020-07-11Add and use internal header that implements endianness checkRichard Levitte1-0/+22
2020-07-09Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis1-0/+1
2020-06-28CORE: Add an internal function to distinguish the global default contextRichard Levitte1-0/+1
2020-06-25Update copyright yearMatt Caswell2-2/+2
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre1-1/+1