summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2020-09-25Modified rand_cpu_x86.c to support builtin hardware randomizer on HPE NonStop.Randall S. Becker
2020-09-25Move SM2 asymmetric encryption to be available in the default providerMatt Caswell
2020-09-25Hide ECX_KEY againRichard Levitte
2020-09-24Add key length check to rsa_kem operation.Shane Lontis
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb
2020-09-23drbg: revert renamings of the generate and reseed counterDr. Matthias St. Pierre
2020-09-23Fix propq in x942kdfShane Lontis
2020-09-23Fix ecx so that is uses a settable propertyqueryShane Lontis
2020-09-23Fix EVP_KDF_scrypt so that is uses a propq for its fetch.Shane Lontis
2020-09-23Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis
2020-09-23Fix CID 1466710 : Resource leak in ec_kmgmt due to new call to ossl_prov_is_r...Shane Lontis
2020-09-23Fix CID 1466712 : Resource leak in ec_kmgmt due to new callto ossl_prov_is_ru...Shane Lontis
2020-09-23Fix CID 1466713 : Dead code in encode_key2text.cShane Lontis
2020-09-23Fix CID 1467068 : Null pointer dereference in self_test.cShane Lontis
2020-09-23drbg: gettable parameters for cipher/digest/mac type.Pauli
2020-09-22refactor get params functionsPaul Yang
2020-09-22support PARAM_SECURITY_BITS for SM2Paul Yang
2020-09-22Address review commentsPaul Yang
2020-09-22Add SM2 signature algorithm to default providerPaul Yang
2020-09-22Add SM2 key managementPaul Yang
2020-09-22Added FIPS DEP initialization for the NonStop platform in fips/self_test.c.Randall S. Becker
2020-09-20ENCODER: Refactor our provider encoder implementationsRichard Levitte
2020-09-19Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.Shane Lontis
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis
2020-09-18Teach EdDSA signature algorithms about AlgorithmIdentifiersMatt Caswell
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis
2020-09-18Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis
2020-09-18fix provider exchange operationsShane Lontis
2020-09-18fix provider signaturesShane Lontis
2020-09-18Separate fips and non fips code for key operationsShane Lontis
2020-09-18Add missing 'ossl_unused' tags to some gettable and settable methods.Shane Lontis
2020-09-18Add fips checks for ecdh key agreementShane Lontis
2020-09-18Add fips checks for rsa encryptionShane Lontis
2020-09-18Add fips checks for dh key agreementShane Lontis
2020-09-18Add fips checks for ecdsa signaturesShane Lontis
2020-09-18Add fips checks for dsa signaturesShane Lontis
2020-09-18Add fips checks for rsa signatures.Shane Lontis
2020-09-18Add selftest callback to CRNG output testShane Lontis
2020-09-18Fix AES_XTS on x86-64 platforms with BSAES and VPAES support.Shane Lontis
2020-09-17Make KDFs fail if requesting a zero-length key.Jon Spillett
2020-09-17Allow zero-length secret for EVP_KDF APIJon Spillett
2020-09-17Update AES GCM IV max length to be 1024 bits (was 512)Shane Lontis
2020-09-16Add self tests for rsa encryptionShane Lontis
2020-09-14prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre
2020-09-14prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'Dr. Matthias St. Pierre
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-12CRNGT: enter FIPS error state if the test failsPauli
2020-09-12FIPS: error mode is set from failed self tests and produced a limited number ...Pauli
2020-09-12ciphers: add FIPS error state handlingPauli