summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-06-19Provider a better error message if we fail to copy parametersMatt Caswell
2020-06-19Make sure we save the copy function when registering a new KeymgmtMatt 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-19Remove whitespace from 'white space'haykam821
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-16Add OPENSSL_strdup failure check to cpt_ctrl() in bss_acpt.cDr. David von Oheimb
2020-06-16Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_addressDr. David von Oheimb
2020-06-16EVP: allow empty strings to EVP_Decode* functionsRichard Levitte
2020-06-14Fix logic error for building x86 CAST assemblyBenjamin Kaduk
2020-06-13Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb
2020-06-13Bug fix in ossl_cmp_hdr_init(): sould not remember recipient as expected senderDr. David von Oheimb
2020-06-13Bug fix in ossl_cmp_certRep_new(): must allocate empty extraCerts stackDr. David von Oheimb
2020-06-13Make CMP server use same protection for response as for requestDr. David von Oheimb
2020-06-13Fill in transactionID on any error in OSSL_CMP_SRV_process_request()Dr. David von Oheimb
2020-06-13Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()Dr. David von Oheimb
2020-06-13Improve cert checking diagnostics of OSSL_CMP_validate_msg()Dr. David von Oheimb
2020-06-13Remove misleading diagnostics on pinned sender cert in OSSL_CMP_validate_msg()Dr. David von Oheimb
2020-06-13Correct error reason of verify_signature() in cmp_vfy.cDr. David von Oheimb
2020-06-13Allow subject of CMP -oldcert as sender unless protection cert is givenDr. David von Oheimb
2020-06-13Check expected sender not only for signature-protected CMP messagesDr. David von Oheimb
2020-06-13Streamline the approach to set CMP message recipient and expected senderDr. David von Oheimb
2020-06-13Fix too strict checks of ossl_cmp_calc_protection()Dr. David von Oheimb
2020-06-13Fix two additional instances of the old EVP_MAC_CTX_ functions being used.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-10Correctly handle the return value from EVP_Cipher() in the CMAC codeMatt Caswell
2020-06-10Ensure we never use a partially initialised CMAC_CTXMatt Caswell
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