summaryrefslogtreecommitdiffstats
path: root/include/internal
AgeCommit message (Expand)Author
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-11-05s390x assembly pack: process x25519 and x448 non-canonical valuesPatrick Steuer
2019-10-31Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin
2019-10-31crypto/evp/evp_fetch.c: Make it more prominent that these functions are EVPRichard Levitte
2019-10-04Move MD5-SHA1 digest completely to the default providerRichard Levitte
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-19In provider implemented methods, save the name number, not the name stringRichard Levitte
2019-09-18Fix Compiler error/warning for windows icl buildShane Lontis
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger
2019-08-29Make sure we pre-initialise propertiesMatt Caswell
2019-08-22Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte
2019-08-22Modify ossl_method_store_add() to handle reference countingRichard Levitte
2019-08-21Fix ossl_param_bld_push_{utf8,octet}_string() / param_bld_convert()Richard Levitte
2019-08-21Constify param builder string functions.Pauli
2019-08-15Move BLAKE2 MACs to the providersRichard Levitte
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-08-15Rename provider and core get_param_types functionsRichard Levitte
2019-08-01Load the config file by defaultMatt Caswell
2019-07-26Add functions to see if a provider is available for use.Richard Levitte
2019-07-23Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte
2019-07-23Add internal function ossl_algorithm_do_all()Richard Levitte
2019-07-19Add param builder free function.Pauli
2019-07-18Add value_barriers in constant time select functionsBernd Edlinger
2019-07-17Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}Rich Salz
2019-07-17Parameter building utilities.Pauli
2019-07-16Remove tab characters from C source files.Pauli
2019-07-16Regenerate mkerr filesRich Salz
2019-07-12Give WPACKET the ability to have a NULL buffer underneath itMatt Caswell
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell
2019-07-04Prevent the use of RUN_ONCE inside the FIPS moduleMatt Caswell
2019-07-02ossl_provider_upref to ossl_provider_up_refRichard Levitte
2019-07-02Fix TyposAntoine Cœur
2019-06-26Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger
2019-06-24Replumbing: add support for multiple names per algorithmRichard Levitte
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-06-21Remove OPENSSL_memcmp.Pauli
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell
2019-06-17Provide a version of ossl_init_thread_start that works in FIPS modeMatt Caswell
2019-06-17Add the function openssl_ctx_get_concrete()Matt Caswell
2019-06-10EVP fetching: make operation_id part of the method identityRichard Levitte
2019-06-07Move the rand_nonce_lock code into drbg_lib.cMatt Caswell
2019-06-07Make the rand_crng code OPENSSL_CTX awareMatt Caswell
2019-06-07Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell
2019-06-04Move digests to providersShane Lontis
2019-05-31Constify OSSL_PROVIDER getter input parametersRichard Levitte
2019-05-12EVP_FETCH: deal with names without pre-defined NIDsRichard Levitte