summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2023-05-30Update copyright yearTomas Mraz
2023-05-29Restrict the size of OBJECT IDENTIFIERs that OBJ_obj2txt will translateRichard Levitte
2023-05-29x509: Handle ossl_policy_level_add_node errorsClemens Lang
2023-05-29x509: Fix possible use-after-free when OOMClemens Lang
2023-05-24Fix incorrect parameter verification in EVP_MD_CTX_get_paramslan1120
2023-05-17Fix stack corruption in ui_readBernd Edlinger
2023-05-15Fixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for SM2 in ENGINEsYuan, Shuai
2023-05-12CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb
2023-05-12CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb
2023-05-11Fixed TLS1.3 handshake issue for legacy engine API.Yuan, Shuai
2023-05-09Fix memory leak in engine_cleanup_add_first()Kovalev Vasiliy
2023-05-09aes-gcm-armv8_64 asm support bigdianJerryDevis
2023-05-08Prevent a fuzzing timeout in the conf fuzzerMatt Caswell
2023-05-04Add negative integer check when using ASN1_BIT_STRINGmlitre
2023-05-03rand: trust user supplied entropy when configured without a random sourcePauli
2023-05-01param->ctrl translation: Fix evp_pkey_ctx_setget_params_to_ctrl()Richard Levitte
2023-05-01param->ctrl translation: Fix fix_ec_paramgen_curve_nid()Richard Levitte
2023-04-28Avoid generating RSA keys with p < qrkarmaka98
2023-04-28fix md5 bug on aarch64 big-endian plantform.Liu-ErMeng
2023-04-28http proxy handling: Use ossl_safe_getenv() instead of getenv()Mukesh Bharsakle
2023-04-28fix aes-xts bug on aarch64 big-endian env.Liu-ErMeng
2023-04-24Fix calling pthread_key_delete on uninitialized dataPetr Mikhalicin
2023-04-21Fix checking return code of EVP_PKEY_get_int_param at check_curvePetr Mikhalicin
2023-04-20aesv8-armx.pl: Avoid buffer overrread in AES-XTS decryptionTomas Mraz
2023-04-18CMP cert_response(): add missing rejection status on client rejecting new certDr. David von Oheimb
2023-04-18OSSL_CMP_SRV_process_request(): fix recipNonce on error in subsequent request...Dr. David von Oheimb
2023-04-18cmp_ctx.c: fix wrong comments on OSSL_CMP_CTX_set1_{recipient,issuer}Dr. David von Oheimb
2023-04-18CMP check_transactionID_or_nonce(): fix reason code on unmatched recipNonceDr. David von Oheimb
2023-04-18ossl_cmp_msg_check_update(): fix two wrong error return values (-1 instead of 0)Dr. David von Oheimb
2023-04-18crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb
2023-04-18bn_local: remove unused `PTR_SIZE_INT` definitionAlois Klink
2023-04-18bn_nist: remove unused type-punning union `u`Alois Klink
2023-04-18bn_nist: replace pointer bit-fiddling with ternaryAlois Klink
2023-04-13Fix the LCM computation in the RSA multiprime key checkTomas Mraz
2023-04-12Fixes #19580 ECX keygenYuan, Shuai
2023-04-04Alternative fix for CVE-2022-4304Bernd Edlinger
2023-04-04Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger
2023-04-04Erase temporary buffer in EVP_PKEY_get_bn_param()Anatolii Lishchynskyi
2023-04-04Don't call OPENSSL_init_crypto from inside a RUN_ONCEMatt Caswell
2023-04-03Avoid calling into provider with the same iv_len or key_lenTomas Mraz
2023-03-31Make DSA_sign() test for negative p,q,g values.slontis
2023-03-31Incorrect null pointer checkafshinpir
2023-03-31Fix mem leak in ECDSA_sign().slontis
2023-03-29Fix: some patches related to error exitingPeiwei Hu
2023-03-28Ensure that EXFLAG_INVALID_POLICY is checked even in leaf certsMatt Caswell
2023-03-27`EVP_PKEY_CTX_dup` segmentation fault fixafshinpir
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb
2023-03-23OBJ_nid2obj(): Return UNDEF object instead of NULL for NID_undefTomas Mraz
2023-03-22VC++ 2010 x86 compilers do not have InterlockedOr64Georgi Valkov
2023-03-22Do not build P10-specific AES-GCM assembler on macOSEvan Miller