aboutsummaryrefslogtreecommitdiff
path: root/providers
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell3-14/+15
2020-10-20Fix Aes-xts potential failure on aarch64XiaokangQian1-0/+1
2020-10-19DH: make the private key length importable / exportableRichard Levitte1-24/+6
2020-10-16null prov: fix gettable param array type.Pauli1-7/+7
2020-10-15Update copyright yearMatt Caswell35-35/+35
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre50-89/+88
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre58-132/+132
2020-10-14syscall_random(): don't fail if the getentropy() function is a dummyYury Is1-2/+9
2020-10-08Fix encoding of DHX parameters filesMatt Caswell1-4/+15
2020-10-08providers/build.info: Tag the FIPS module, for the build fileRichard Levitte1-1/+1
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli9-72/+74
2020-10-06ffc: add _ossl to exported but internal functionsPauli3-24/+24
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte1-1/+2
2020-10-04DECODER: Handle abstract object data typeRichard Levitte1-6/+56
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell1-1/+1
2020-10-01Run the withlibctx.pl scriptMatt Caswell4-16/+15
2020-10-01der: _ossl prefix der_oid_ and der_aid_ functionsPauli11-66/+69
2020-10-01der: _ossl prefix DER functionsPauli22-97/+102
2020-10-01prov: prefix all exposed 'cipher' symbols with ossl_Pauli44-370/+382
2020-10-01prov: prefix aes-cbc-cts functions with ossl_Pauli3-10/+10
2020-09-30Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb1-9/+25
2020-09-29prov: prefix provider internal functions with ossl_Pauli87-235/+248
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli95-896/+918
2020-09-28rand: declare get_hardware_random_value() before use.Pauli1-1/+2
2020-09-28Remove TODO comment from sskdf.cShane Lontis1-5/+0
2020-09-25Modified rand_cpu_x86.c to support builtin hardware randomizer on HPE NonStop.Randall S. Becker1-11/+55
2020-09-25Move SM2 asymmetric encryption to be available in the default providerMatt Caswell6-2/+254
2020-09-25Hide ECX_KEY againRichard Levitte1-4/+4
2020-09-24Add key length check to rsa_kem operation.Shane Lontis1-6/+21
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb2-3/+31
2020-09-23drbg: revert renamings of the generate and reseed counterDr. Matthias St. Pierre4-12/+12
2020-09-23Fix propq in x942kdfShane Lontis1-4/+13
2020-09-23Fix ecx so that is uses a settable propertyqueryShane Lontis2-17/+56
2020-09-23Fix EVP_KDF_scrypt so that is uses a propq for its fetch.Shane Lontis1-10/+43
2020-09-23Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis1-2/+4
2020-09-23Fix CID 1466710 : Resource leak in ec_kmgmt due to new call to ossl_prov_is_r...Shane Lontis1-2/+6
2020-09-23Fix CID 1466712 : Resource leak in ec_kmgmt due to new callto ossl_prov_is_ru...Shane Lontis1-1/+5
2020-09-23Fix CID 1466713 : Dead code in encode_key2text.cShane Lontis1-16/+13
2020-09-23Fix CID 1467068 : Null pointer dereference in self_test.cShane Lontis1-1/+3
2020-09-23drbg: gettable parameters for cipher/digest/mac type.Pauli3-0/+48
2020-09-22refactor get params functionsPaul Yang1-101/+27
2020-09-22support PARAM_SECURITY_BITS for SM2Paul Yang1-2/+13
2020-09-22Address review commentsPaul Yang2-36/+2
2020-09-22Add SM2 signature algorithm to default providerPaul Yang11-53/+742
2020-09-22Add SM2 key managementPaul Yang3-0/+262
2020-09-22Added FIPS DEP initialization for the NonStop platform in fips/self_test.c.Randall S. Becker1-0/+16
2020-09-20ENCODER: Refactor our provider encoder implementationsRichard Levitte6-446/+364
2020-09-19Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.Shane Lontis1-0/+17
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis7-4/+368
2020-09-18Teach EdDSA signature algorithms about AlgorithmIdentifiersMatt Caswell7-0/+186