summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2020-06-19Provider a better error message if we fail to copy parametersMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-06-19Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell
2020-06-19Add the concept of "Capabilities" to the default and fips providersMatt Caswell
2020-06-17Add ACVP fips module testsShane Lontis
2020-06-16Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri
2020-06-16Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb
2020-06-13Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb
2020-06-13Correct error reason of verify_signature() in cmp_vfy.cDr. David von Oheimb
2020-06-13Guard new header mac.h against C++isms.Pauli
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-06-11kdf: make function naming consistent.Pauli
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-09Do not allow dropping Extended Master Secret extension on renegotiatonTomas Mraz
2020-06-08TLSv1.3: additional checks in SSL_set_record_padding_callbackVadim Fedorenko
2020-06-08kTLS: add Linux-specific kTLS helpersVadim Fedorenko
2020-06-08kTLS: add new algo definitionsVadim Fedorenko
2020-06-08kTLS: make ktls_start type independedVadim Fedorenko
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-04Add cipher list ciphersuites which using encryption algorithm in mode CBC.Otto Hollmann
2020-06-04Update copyright yearMatt Caswell
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley
2020-06-01undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson
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-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-20deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley
2020-05-20Add OSSL_PROVIDER_do_all()Richard Levitte
2020-05-19Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy
2020-05-19Use {module,install}-mac, not -checksumRich Salz
2020-05-19Add missing pragma weak declaration to lhash.hNorm Green
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-16deprecate EC_POINTs_mul functionBilly Brumley
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell
2020-05-15Clean up macro definitions of openssl_fdset() in apps.h and sockets.hDr. David von Oheimb