summaryrefslogtreecommitdiff
path: root/include/internal
Commit message (Expand)AuthorAgeFilesLines
* Add FFC param/key validationShane Lontis2020-02-161-8/+33
* Remove unused ossl_param_bld_to_param_ex() function.Pauli2020-02-121-4/+0
* add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb2020-02-101-0/+7
* Fix no-dhMatt Caswell2020-02-071-7/+12
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-071-0/+3
* Add FFC param/key generationShane Lontis2020-02-061-0/+69
* Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis2020-01-311-0/+1
* PROV: Adapt the DSA signature implementation to provide AlgorithmidentifiersRichard Levitte2020-01-281-0/+1
* Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis2020-01-241-0/+57
* Add internal maxsize macrosRichard Levitte2020-01-231-0/+20
* param_bld: add a padded BN call.Pauli2020-01-191-0/+2
* Add FIPS Self test kats for digestsShane Lontis2020-01-152-1/+3
* Deprecate the low level AES functionsMatt Caswell2020-01-061-0/+29
* Fix some typosVeres Lajos2019-12-111-1/+1
* CORE: expose the property parsers and checker to the rest of the librariesRichard Levitte2019-11-291-0/+9
* SERIALIZER: New API for serialization of objects through providersRichard Levitte2019-11-291-1/+2
* CORE: pass the full algorithm definition to the method constructorRichard Levitte2019-11-291-2/+2
* CORE: ossl_namemap_add_names(): new function to add multiple namesRichard Levitte2019-11-291-3/+10
* Make sure we only run the self tests onceMatt Caswell2019-11-291-1/+1
* Replumbing: pre-populate the EVP namemap with commonly known namesRichard Levitte2019-11-201-0/+1
* Properties: make query cache reference count aware.Pauli2019-11-181-1/+3
* Increase OSSL_PARAM_BLD_MAX for multi-prime RSAMatt Caswell2019-11-141-1/+1
* Update source files for deprecation at 3.0Richard Levitte2019-11-072-2/+2
* s390x assembly pack: process x25519 and x448 non-canonical valuesPatrick Steuer2019-11-051-0/+28
* Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin2019-10-311-0/+97
* crypto/evp/evp_fetch.c: Make it more prominent that these functions are EVPRichard Levitte2019-10-311-1/+1
* Move MD5-SHA1 digest completely to the default providerRichard Levitte2019-10-041-37/+0
* Replumbing: make it possible for providers to specify multiple namesRichard Levitte2019-10-031-0/+4
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-2820-46/+46
* Reorganize public header files (part 1)Dr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-0/+0
* In provider implemented methods, save the name number, not the name stringRichard Levitte2019-09-192-4/+3
* Fix Compiler error/warning for windows icl buildShane Lontis2019-09-181-0/+15
* 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-191-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