aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-06-08EVP: Let EVP_PKEY_gen() initialize ctx->keygen_infoRichard Levitte1-0/+16
2020-06-08kTLS: add support for AES_CCM128 and AES_GCM256Vadim Fedorenko1-3/+6
2020-06-08fix doc typo in bn_dh.cHubert Kario1-1/+1
2020-06-08Fix mem leaks and allow missing pkey and/or cert in try_decode_PKCS12()Dr. David von Oheimb1-31/+36
2020-06-08Fix code layout in crypto/store/loader_file.c satisfying check-format.pl -lDr. David von Oheimb1-9/+9
2020-06-05Always create a key when importingMatt Caswell1-7/+7
2020-06-05Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell4-19/+65
2020-06-05Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell2-0/+12
2020-06-05Enable applications to directly call a provider's query operationMatt Caswell1-0/+9
2020-06-04[crypto/ec] Remove unreachable AVX2 code in NISTZ256 implementationNicola Tuveri2-2336/+46
2020-06-04CORE: make sure activated fallback providers stay activatedRichard Levitte1-7/+35
2020-06-04Fix missed fields in EVP_PKEY_meth_copy.Aaron Thompson1-37/+6
2020-06-04Update copyright yearMatt Caswell20-20/+20
2020-06-03Fix a buffer overflow in drbg_ctr_generateBernd Edlinger1-3/+5
2020-06-02PEM: Make PKCS8 serializers aware of OSSL_SERIALIZERsRichard Levitte1-35/+82
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley8-26/+47
2020-06-02APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte1-8/+6
2020-06-01Revert the check for NaN in %f formatBernd Edlinger1-3/+1
2020-06-01undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson1-3/+0
2020-06-01Make BIO_do_connect() and friends handle multiple IP addressesDr. David von Oheimb1-1/+10
2020-05-29bio printf: Avoid using rounding errors in range checkBernd Edlinger1-1/+7
2020-05-28RSA: Do not set NULL OAEP labelsBenjamin Kaduk1-1/+2
2020-05-28params: do not ignore zero-length stringsBenjamin Kaduk1-4/+3
2020-05-28Fail if we fail to fetch the EVP_KEYMGMTMatt Caswell1-3/+47
2020-05-27Avoid undefined behavior with unaligned accessesBernd Edlinger11-70/+145
2020-05-27Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb6-8/+22
2020-05-27crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY10-114/+296
2020-05-27PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEPRichard Levitte1-7/+0
2020-05-26Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, export, and do...Dr. David von Oheimb2-20/+22
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb7-11/+11
2020-05-26Update core_names.h fields and document most fields.Shane Lontis6-21/+26
2020-05-26Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis2-36/+69
2020-05-26Coverity 1463830: Resource leaks (RESOURCE_LEAK)Pauli1-0/+1
2020-05-24Fix coverity issues in EC after #11807Nicola Tuveri1-4/+4
2020-05-24Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/...Dr. David von Oheimb2-2/+0
2020-05-23Re-introduce legacy EVP_PKEY types for provided keysRichard Levitte2-34/+33
2020-05-23Fix the parameter types of the CRYPTO_EX_dup function type.Bernd Edlinger2-3/+2
2020-05-22Adjust length of some strncpy() callsNicola Tuveri1-1/+1
2020-05-22Prevent use after free of global_engine_lockTomas Mraz1-0/+1
2020-05-22Coverity 1463258: Incorrect expression (EVALUATION_ORDER)Pauli1-1/+1
2020-05-20STORE: Make try_decode_PrivateKey() ENGINE awareRichard Levitte1-0/+37
2020-05-20rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx(): fix check of |md|Richard Levitte1-1/+2
2020-05-20deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley4-5/+12
2020-05-20Avoid potential overflow to the sign bit when shifting left 24 placesTomas Mraz1-1/+1
2020-05-20Cast the unsigned char to unsigned int before shifting leftTomas Mraz1-4/+4
2020-05-20Fix egd and devrandom source configsBernd Edlinger1-2/+3
2020-05-20Add OSSL_PROVIDER_do_all()Richard Levitte1-0/+8
2020-05-19deprecate EC precomputation functionalityBilly Brumley2-0/+4
2020-05-19GOST-related objects changesDmitry Belyavskiy3-3/+8
2020-05-19Constants for new GOST TLS 1.2 ciphersuitesDmitry Belyavskiy1-0/+2