summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-06-10Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb
2020-06-10Update RSA keygen to use sp800-56b by defaultShane Lontis
2020-06-08EVP: Let EVP_PKEY_gen() initialize ctx->keygen_infoRichard Levitte
2020-06-08kTLS: add support for AES_CCM128 and AES_GCM256Vadim Fedorenko
2020-06-08fix doc typo in bn_dh.cHubert Kario
2020-06-08Fix mem leaks and allow missing pkey and/or cert in try_decode_PKCS12()Dr. David von Oheimb
2020-06-08Fix code layout in crypto/store/loader_file.c satisfying check-format.pl -lDr. David von Oheimb
2020-06-05Always create a key when importingMatt Caswell
2020-06-05Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell
2020-06-05Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell
2020-06-05Enable applications to directly call a provider's query operationMatt Caswell
2020-06-04[crypto/ec] Remove unreachable AVX2 code in NISTZ256 implementationNicola Tuveri
2020-06-04CORE: make sure activated fallback providers stay activatedRichard Levitte
2020-06-04Fix missed fields in EVP_PKEY_meth_copy.Aaron Thompson
2020-06-04Update copyright yearMatt Caswell
2020-06-03Fix a buffer overflow in drbg_ctr_generateBernd Edlinger
2020-06-02PEM: Make PKCS8 serializers aware of OSSL_SERIALIZERsRichard Levitte
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley
2020-06-02APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte
2020-06-01Revert the check for NaN in %f formatBernd Edlinger
2020-06-01undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson
2020-06-01Make BIO_do_connect() and friends handle multiple IP addressesDr. David von Oheimb
2020-05-29bio printf: Avoid using rounding errors in range checkBernd Edlinger
2020-05-28RSA: Do not set NULL OAEP labelsBenjamin Kaduk
2020-05-28params: do not ignore zero-length stringsBenjamin Kaduk
2020-05-28Fail if we fail to fetch the EVP_KEYMGMTMatt Caswell
2020-05-27Avoid undefined behavior with unaligned accessesBernd Edlinger
2020-05-27Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb
2020-05-27crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY
2020-05-27PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEPRichard Levitte
2020-05-26Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, export, and do...Dr. David von Oheimb
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-05-26Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis
2020-05-26Coverity 1463830: Resource leaks (RESOURCE_LEAK)Pauli
2020-05-24Fix coverity issues in EC after #11807Nicola Tuveri
2020-05-24Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/...Dr. David von Oheimb
2020-05-23Re-introduce legacy EVP_PKEY types for provided keysRichard Levitte
2020-05-23Fix the parameter types of the CRYPTO_EX_dup function type.Bernd Edlinger
2020-05-22Adjust length of some strncpy() callsNicola Tuveri
2020-05-22Prevent use after free of global_engine_lockTomas Mraz
2020-05-22Coverity 1463258: Incorrect expression (EVALUATION_ORDER)Pauli
2020-05-20STORE: Make try_decode_PrivateKey() ENGINE awareRichard Levitte
2020-05-20rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx(): fix check of |md|Richard Levitte
2020-05-20deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley
2020-05-20Avoid potential overflow to the sign bit when shifting left 24 placesTomas Mraz
2020-05-20Cast the unsigned char to unsigned int before shifting leftTomas Mraz
2020-05-20Fix egd and devrandom source configsBernd Edlinger
2020-05-20Add OSSL_PROVIDER_do_all()Richard Levitte
2020-05-19deprecate EC precomputation functionalityBilly Brumley