summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-25Fix incomplete checks for EVP_CIPHER_asn1_to_paramNiels Dossche
2023-01-24test: note that a default property query must be included for FIPS validityPauli
2023-01-24changes entry about non-approved FIPS algorithmsPauli
2023-01-24Put X25519 and X448 back as approved algorithmsPauli
2023-01-24fips: document that the EdDSA algorithms are not-validatedPauli
2023-01-24OSSL_trace_set_channel(): add important statement that it takes BIO ownershipDr. David von Oheimb
2023-01-24set_trace_data(): prevent double free on OPENSSL_strdup() failureDr. David von Oheimb
2023-01-24CI: cross-compile: riscv: Add RV64 machine with Zb* and Zk*Christoph Müllner
2023-01-24CI: cross-compile: Allow to set CPU capabilitiesChristoph Müllner
2023-01-24Fix corruption when searching for CRLs in hashed directoriesHugo Landau
2023-01-24Add DTLS support to the large app data testMatt Caswell
2023-01-24Ensure our buffer allocation allows for the Explicit IVMatt Caswell
2023-01-24Add a test for large app dataMatt Caswell
2023-01-23MD5.pod: Recommend SHA-2 or SHA-3 family hashes instead of legacy onesTomas Mraz
2023-01-23X509_V_ERR_INVALID_PURPOSE: fix misleading text; Fix omission in X509_VERIFY_...Dr. David von Oheimb
2023-01-23cmp_client.c: fix handling of total_timeout for RR and GENM transactionsDr. David von Oheimb
2023-01-23cmp_client_test.c: add tests for end_time being initialized for RR/GENMDr. David von Oheimb
2023-01-23CMP docs: clarify behavior on message/total timeout values givenDr. David von Oheimb
2023-01-23Fixes wrong return type in BIO_do_connect man page.Thib
2023-01-23Fix incorrect check on RAND_bytes_ex() in generate_q_fips186_4()Niels Dossche
2023-01-20Padlock: fix byte swapping assembly for AES-192 and 256ValdikSS
2023-01-20Add link to EBNF definitionPauli
2023-01-20Add negative test for unquoted property stringPauli
2023-01-20Correct property EBNF for unquoted stringsPauli
2023-01-19Fix incorrect error return value in i2r_ADMISSION_SYNTAX()Niels Dossche
2023-01-17Fix potential NULL pointer dereferenceJuergen Christ
2023-01-17Clarify documentation of X509_STORE_CTX_get_current_cert()north-16
2023-01-17pkey: Imply public check if -pubin is specifiedTomas Mraz
2023-01-16s390x: Fix keccak xofs via CPACFJuergen Christ
2023-01-16Fix big-endian issue in chacha20 SVE implementation on aarch64fangming.fang
2023-01-16Bump actions/setup-python from 4.4.0 to 4.5.0dependabot[bot]
2023-01-16Documenting lack of error codes stabilityDmitry Belyavskiy
2023-01-14Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttimeBernd Edlinger
2023-01-14Revert "Limit size of modulus for BN_mod_exp_mont_consttime()"Bernd Edlinger
2023-01-13fips: make EdDSA unapproved for FIPSPauli
2023-01-12SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis
2023-01-12fix manpage of `d2i_X509(3)`Nobuhiro IMAI
2023-01-12Do not check definition of a macro and use it in a single conditionTomas Mraz
2023-01-11OSSL_PARAM_BLD and BIGNUM; ensure at least one byte is allocatedRichard Levitte
2023-01-11In OSSL_PARAM_set_BN(), make sure that the data_size field is at least 1Richard Levitte
2023-01-11test/param_build_test.c: test zero BIGNUMRichard Levitte
2023-01-11Add empty migration guide for 3.1H. Vetinari
2023-01-10Doc: Update history section of EC_GROUP API's.slontis
2023-01-10Documentation for EVP_PKEY_CTX_get0_pkey() and EVP_PKEY_CTX_get0_peerkey().Nikhil Bisht
2023-01-10info.c: Fix typos in seed macro name and description stringGreg McLearn
2023-01-09rsaz_exp_x2.c: Remove unused ALIGN64 macroTomas Mraz
2023-01-09rsaz_exp_x2.c: Avoid potential undefined behavior with strict aliasingTomas Mraz
2023-01-09Revert "Fix an occasional CI failure due to unaligned access"Tomas Mraz
2023-01-06Fix SM4 test failures on big-endian ARM processorsXu Yizhou
2023-01-05BIO_s_dgram: add documentation and hazard warningsHugo Landau