summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2020-05-19GOST-related objects changesDmitry Belyavskiy
2020-05-19Constants for new GOST TLS 1.2 ciphersuitesDmitry Belyavskiy
2020-05-19CORE: query for operations only once per provider (unless no_store is true)Richard Levitte
2020-05-18Fix some places where X509_up_ref is usedBernd Edlinger
2020-05-18TTY_get() in crypto/ui/ui_openssl.c open_console() can also return errno 1 (E...Maxim Zakharov
2020-05-16deprecate EC_POINTs_mul functionBilly Brumley
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell
2020-05-16CORE: Fix a couple of bugs in algorithm_do_this()Richard Levitte
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-05-15Update copyright yearMatt Caswell
2020-05-14EVP: Refactor the RSA-PSS key generation controls for providersRichard Levitte
2020-05-14PROV & SIGNATURE: Adapt the RSA signature code for PSS-parametersRichard Levitte
2020-05-14EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte
2020-05-14PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte
2020-05-14DER writer: Add the possibility to abandon empty SEQUENCEsRichard Levitte
2020-05-14RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functionsRichard Levitte
2020-05-14RSA: Add a less loaded PSS-parameter structureRichard Levitte