summaryrefslogtreecommitdiff
path: root/include/internal
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in thread_once commentsDaniel Bevenius2021-01-271-3/+3
* ktls: Initial support for ChaCha20-Poly1305Vadim Fedorenko2021-01-201-0/+8
* Use centralized fetching errorsRichard Levitte2021-01-121-0/+1
* CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte2020-12-171-2/+2
* EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-12-161-4/+16
* EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkeyRichard Levitte2020-12-081-23/+0
* tag unused function arguments as ossl_unusedPauli2020-12-031-10/+21
* Update copyright yearMatt Caswell2020-11-264-4/+4
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-242-8/+18
* Modify the ERR init functions to use the internal ERR string loadersRichard Levitte2020-11-241-2/+0
* Rename SHA3 internal functions so they have an ossl_ prefixPauli2020-11-191-5/+6
* REF_PRINT: cast pointer to void to avoid warningsDaniel Bevenius2020-11-161-1/+1
* Add ossl_is_absolute_path function to detect absolute pathsTomas Mraz2020-11-111-0/+16
* Avoid duplicate ends_with_dirsep functionsTomas Mraz2020-11-111-0/+14
* Unexport internal MSBLOB and PVK functionsRichard Levitte2020-10-211-31/+0
* DH: make the private key length importable / exportableRichard Levitte2020-10-191-0/+2
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-157-71/+72
* Use __BYTE_ORDER__ to test the endianness when availableKurt Roeckx2020-10-141-3/+31
* ffc: add _ossl to exported but internal functionsPauli2020-10-061-69/+77
* der: _ossl prefix DER functionsPauli2020-10-011-11/+12
* Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte2020-09-241-1/+1
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-122-0/+15
* Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin2020-09-051-8/+7
* Remove unused dummy functions from ktls.h.John Baldwin2020-09-051-28/+0
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-031-0/+15
* Move KTLS inline functions only used by libssl into ssl/ktls.c.John Baldwin2020-08-311-222/+6
* Support for KTLS TX on FreeBSD for TLS 1.3.John Baldwin2020-08-311-1/+6
* Add support for KTLS receive for TLS 1.1-1.2 on FreeBSD.John Baldwin2020-08-311-4/+88
* Add helper functions for FreeBSD KTLS.John Baldwin2020-08-311-11/+125
* Add a ktls_crypto_info_t typedef.John Baldwin2020-08-311-0/+5
* STORE: Add the base functions to support provider based loadersRichard Levitte2020-08-241-1/+2
* CORE: Generalise internal pass phrase prompterRichard Levitte2020-08-241-0/+120
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-2/+2
* Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis2020-08-171-2/+4
* Load the default config file before working with default propertiesMatt Caswell2020-08-171-1/+1
* provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli2020-08-141-0/+3
* Retire EVP_CTRL_GET_IVBenjamin Kaduk2020-08-111-3/+4
* Add 'on demand self test' and status test to providersShane Lontis2020-08-092-1/+3
* PEM: Make general MSBLOB reader functions exposed internallyRichard Levitte2020-08-071-0/+31
* Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis2020-08-041-0/+3
* DESERIALIZER: Add foundation for deserializersRichard Levitte2020-07-241-4/+5
* Update copyright yearRichard Levitte2020-07-161-1/+1
* Add and use internal header that implements endianness checkRichard Levitte2020-07-111-0/+22
* Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis2020-07-091-0/+1
* CORE: Add an internal function to distinguish the global default contextRichard Levitte2020-06-281-0/+1
* Update copyright yearMatt Caswell2020-06-252-2/+2
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* property: Move global default properties to the library context.Pauli2020-06-232-8/+12