summaryrefslogtreecommitdiffstats
path: root/include/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
* drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre2019-09-111-0/+1
* Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger2019-09-011-0/+4
* Make sure we pre-initialise propertiesMatt Caswell2019-08-291-0/+3
* Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte2019-08-222-8/+8
* Modify ossl_method_store_add() to handle reference countingRichard Levitte2019-08-221-0/+1
* Fix ossl_param_bld_push_{utf8,octet}_string() / param_bld_convert()Richard Levitte2019-08-211-1/+1
* Constify param builder string functions.Pauli2019-08-211-2/+2
* Move BLAKE2 MACs to the providersRichard Levitte2019-08-151-116/+0
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-0/+1
* Rename provider and core get_param_types functionsRichard Levitte2019-08-152-4/+4
* Load the config file by defaultMatt Caswell2019-08-011-2/+4
* Add functions to see if a provider is available for use.Richard Levitte2019-07-262-0/+5
* Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte2019-07-231-1/+1
* Add internal function ossl_algorithm_do_all()Richard Levitte2019-07-231-0/+7
* Add param builder free function.Pauli2019-07-181-1/+2
* Add value_barriers in constant time select functionsBernd Edlinger2019-07-181-4/+58
* Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}Rich Salz2019-07-171-3/+0
* Parameter building utilities.Pauli2019-07-171-0/+77
* Remove tab characters from C source files.Pauli2019-07-161-3/+3
* Regenerate mkerr filesRich Salz2019-07-162-66/+68
* Give WPACKET the ability to have a NULL buffer underneath itMatt Caswell2019-07-111-0/+10
* Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell2019-07-111-0/+874
* Prevent the use of RUN_ONCE inside the FIPS moduleMatt Caswell2019-07-041-6/+15
* ossl_provider_upref to ossl_provider_up_refRichard Levitte2019-07-021-1/+1
* Fix TyposAntoine Cœur2019-07-023-4/+4
* Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger2019-06-261-2/+3
* Replumbing: add support for multiple names per algorithmRichard Levitte2019-06-241-3/+11
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-241-2/+1
* Remove OPENSSL_memcmp.Pauli2019-06-211-17/+0
* Tell the FIPS provider about thread stop eventsMatt Caswell2019-06-171-1/+2
* Provide a version of ossl_init_thread_start that works in FIPS modeMatt Caswell2019-06-171-1/+2
* Add the function openssl_ctx_get_concrete()Matt Caswell2019-06-171-0/+2
* EVP fetching: make operation_id part of the method identityRichard Levitte2019-06-101-3/+5
* Move the rand_nonce_lock code into drbg_lib.cMatt Caswell2019-06-071-2/+3
* Make the rand_crng code OPENSSL_CTX awareMatt Caswell2019-06-071-1/+2
* Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell2019-06-071-1/+2
* Move digests to providersShane Lontis2019-06-044-0/+243
* Constify OSSL_PROVIDER getter input parametersRichard Levitte2019-05-311-4/+4
* EVP_FETCH: deal with names without pre-defined NIDsRichard Levitte2019-05-121-5/+5
* Create internal number<->name mapping APIRichard Levitte2019-05-122-1/+23
* ossl_bsearch(): New generic internal binary search utility functionRichard Levitte2019-05-081-0/+11
* Linux ktls sendfileBoris Pismenny2019-05-071-0/+15
* Instead of global data store it in an OPENSSL_CTXMatt Caswell2019-05-023-11/+64
* Add support for openssl_ctx_run_once and openssl_ctx_onfreeMatt Caswell2019-05-021-0/+8
* Structure alignment macro.Pauli2019-05-011-1/+11
* Replumbing: give the possibility for the provider to create a contextRichard Levitte2019-04-301-0/+3
* Fix KTLS compilation errorMatt Caswell2019-04-251-0/+4
* Use the right NID when putting a method in the storeMatt Caswell2019-04-091-2/+2
* fix --strict-warnings buildPatrick Steuer2019-04-071-1/+1
* Replumbing: add a configuration module for providersRichard Levitte2019-04-031-0/+3