summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2023-03-16riscv.pm: Add improved error messages to read_reg codeChristoph Müllner
2023-03-16riscv: aes: Move reusable Perl code into Perl moduleChristoph Müllner
2023-03-16riscv: Clean up extension test macrosChristoph Müllner
2023-03-15Fix PKCS12_newpass() to work with PBES2.slontis
2023-03-15Add a flag so finalised contexts are not reusedSimo Sorce
2023-03-15Do not fail if ctx dup does not succeedSimo Sorce
2023-03-15Improve the performance of d2i_AutoPrivateKey and friendsMatt Caswell
2023-03-15Add missing assignment to EVP_get_digestbynid()ndossche
2023-03-15doc/man3/X509_STORE_CTX_get_error.pod: make order consistent, add some missin...Dr. David von Oheimb
2023-03-15Fix size_t/int mismatch in cms_ec.c and rsa_sig.cTomas Mraz
2023-03-15aes/asm/bsaes-armv7.pl: Replace adrl with addKornel Dulęba
2023-03-15Add missing copyright headerPauli
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2023-03-07S390X: Accelerate keccak XOFJuergen Christ
2023-03-07bss_dgram.c: Use BIO_ADDR_sockaddr() and BIO_ADDR_sockaddr_size()Richard Levitte
2023-03-06VMS knows POSIX threads too!Richard Levitte
2023-03-06Improve the performance of EVP_PKCS82PKEY_exMatt Caswell
2023-03-06Fix cast.Pauli
2023-03-03Tidy up aarch64 feature detection code in armcap.cTom Cosgrove
2023-03-03Coverity 1521557: Error handling issuesPauli
2023-03-01Remove ossl_rsa_pss_params_30_set_maskgenalg().slontis
2023-03-01Fix FFC mdprop setting bugs.slontis
2023-03-01Fix potential infinite loops in ECDSA signing.slontis
2023-03-01Fix infinite loops in DSA sign code.slontis
2023-03-01ec: Use .machine "any" explicitly in ecp_nistp521-ppc64Robin Lee
2023-02-28Fix incomplete error check on ASN1_item_i2d()ndossche
2023-02-24Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki
2023-02-24CMS_add0_cert: if cert already present, do not throw error but ignore itDr. David von Oheimb
2023-02-24CMS_add1_crl(): prevent double free on failure of CMS_add0_crl()Dr. David von Oheimb
2023-02-24first cut at sigalg loadingMichael Baentsch
2023-02-23Fixes #20278: Fixed double free bug in crypto/http/http_client.cJeeban Sethi
2023-02-23Fix potential NULL pointer dereference in function evp_pkey_asn1_ctrlzhailiangliang
2023-02-22Ensure calling BIO_recvmmsg() with a dgram pair reports errorsMatt Caswell
2023-02-22Don't raise an error on retryable read in a BIO_s_dgram_pair()Matt Caswell
2023-02-22Only call OPENSSL_init_crypto on fetch if using the default libctxMatt Caswell
2023-02-20Fix incorrect error branch in ossl_bn_rsa_fips186_4_derive_prime()ndossche
2023-02-14Use of sparse_array.c only in the shared libsslRichard Levitte
2023-02-13OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb
2023-02-11rsa: add msvc intrinsic for non x64 platformsHubert Kario
2023-02-08Fix the return values of the aarch64 unroll8_eor_aes_gcm_*_*_kernel functionsTom Cosgrove
2023-02-08CMP cert_response(): add missing rejection status on client rejecting new certDr. David von Oheimb
2023-02-08OSSL_CMP_SRV_process_request(): fix recipNonce on error in subsequent request...Dr. David von Oheimb
2023-02-08cmp_ctx.c: fix wrong comments on OSSL_CMP_CTX_set1_{recipient,issuer}Dr. David von Oheimb
2023-02-08CMP check_transactionID_or_nonce(): fix reason code on unmatched recipNonceDr. David von Oheimb
2023-02-08ossl_cmp_msg_check_update(): fix two wrong error return values (-1 instead of 0)Dr. David von Oheimb
2023-02-08Fix BIO_set_indent() checkNiels Dossche
2023-02-08Fix incomplete BIO_dup_state() error checkndossche
2023-02-08Fix incomplete check on CMS_SharedInfo_encodendossche
2023-02-08Fix error check on default_check() helper functionndossche
2023-02-08Apply aes-gcm unroll8+eor3 optimization patch to Neoverse V2Xiaokang Qian