summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update RSA keygen to use sp800-56b by defaultShane Lontis2020-06-103-13/+54
* EVP: Let EVP_PKEY_gen() initialize ctx->keygen_infoRichard Levitte2020-06-081-0/+16
* kTLS: add support for AES_CCM128 and AES_GCM256Vadim Fedorenko2020-06-081-3/+6
* fix doc typo in bn_dh.cHubert Kario2020-06-081-1/+1
* Fix mem leaks and allow missing pkey and/or cert in try_decode_PKCS12()Dr. David von Oheimb2020-06-081-31/+36
* Fix code layout in crypto/store/loader_file.c satisfying check-format.pl -lDr. David von Oheimb2020-06-081-9/+9
* Always create a key when importingMatt Caswell2020-06-051-7/+7
* Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell2020-06-054-19/+65
* Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell2020-06-052-0/+12
* Enable applications to directly call a provider's query operationMatt Caswell2020-06-051-0/+9
* [crypto/ec] Remove unreachable AVX2 code in NISTZ256 implementationNicola Tuveri2020-06-042-2336/+46
* CORE: make sure activated fallback providers stay activatedRichard Levitte2020-06-041-7/+35
* Fix missed fields in EVP_PKEY_meth_copy.Aaron Thompson2020-06-041-37/+6
* Update copyright yearMatt Caswell2020-06-0420-20/+20
* Fix a buffer overflow in drbg_ctr_generateBernd Edlinger2020-06-031-3/+5
* PEM: Make PKCS8 serializers aware of OSSL_SERIALIZERsRichard Levitte2020-06-021-35/+82
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-028-26/+47
* APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte2020-06-021-8/+6
* Revert the check for NaN in %f formatBernd Edlinger2020-06-011-3/+1
* undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson2020-06-011-3/+0
* Make BIO_do_connect() and friends handle multiple IP addressesDr. David von Oheimb2020-06-011-1/+10
* bio printf: Avoid using rounding errors in range checkBernd Edlinger2020-05-291-1/+7
* RSA: Do not set NULL OAEP labelsBenjamin Kaduk2020-05-281-1/+2
* params: do not ignore zero-length stringsBenjamin Kaduk2020-05-281-4/+3
* Fail if we fail to fetch the EVP_KEYMGMTMatt Caswell2020-05-281-3/+47
* Avoid undefined behavior with unaligned accessesBernd Edlinger2020-05-2711-70/+145
* Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb2020-05-276-8/+22
* crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY2020-05-2710-114/+296
* PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEPRichard Levitte2020-05-271-7/+0
* Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, export, and do...Dr. David von Oheimb2020-05-262-20/+22
* Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb2020-05-267-11/+11
* Update core_names.h fields and document most fields.Shane Lontis2020-05-266-21/+26
* Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis2020-05-262-36/+69
* Coverity 1463830: Resource leaks (RESOURCE_LEAK)Pauli2020-05-251-0/+1
* Fix coverity issues in EC after #11807Nicola Tuveri2020-05-241-4/+4
* Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/...Dr. David von Oheimb2020-05-242-2/+0
* Re-introduce legacy EVP_PKEY types for provided keysRichard Levitte2020-05-232-34/+33
* Fix the parameter types of the CRYPTO_EX_dup function type.Bernd Edlinger2020-05-232-3/+2
* Adjust length of some strncpy() callsNicola Tuveri2020-05-221-1/+1
* Prevent use after free of global_engine_lockTomas Mraz2020-05-221-0/+1
* Coverity 1463258: Incorrect expression (EVALUATION_ORDER)Pauli2020-05-221-1/+1
* STORE: Make try_decode_PrivateKey() ENGINE awareRichard Levitte2020-05-201-0/+37
* rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx(): fix check of |md|Richard Levitte2020-05-201-1/+2
* deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley2020-05-204-5/+12
* Avoid potential overflow to the sign bit when shifting left 24 placesTomas Mraz2020-05-201-1/+1
* Cast the unsigned char to unsigned int before shifting leftTomas Mraz2020-05-201-4/+4
* Fix egd and devrandom source configsBernd Edlinger2020-05-201-2/+3
* Add OSSL_PROVIDER_do_all()Richard Levitte2020-05-201-0/+8
* deprecate EC precomputation functionalityBilly Brumley2020-05-192-0/+4
* GOST-related objects changesDmitry Belyavskiy2020-05-193-3/+8