summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-06-28store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz
2022-06-28crypto/provider_core.c: Avoid calling unlock two timesPeiwei Hu
2022-06-28Allocate EVP_PBE_CTL with OPENSSL_zalloc.Daniel Fiala
2022-06-28Fix range_should_be_prefix() to actually return the correct resultMatt Caswell
2022-06-28fuzz/asn1.c: Add check for ASN1_item_i2dJiasheng Jiang
2022-06-28Fix memory leak in ossl_rsa_fromdata.slontis
2022-06-28Add a test for an all 0 RSA keyMatt Caswell
2022-06-28The rsa_validate_keypair_multiprime() function return is not booleanMatt Caswell
2022-06-27Improve checks for invalid saltlen in DER writer.Daniel Fiala
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala
2022-06-27Add checks for saltlen and trailerfield to rsa key writer.Daniel Fiala
2022-06-25Fix a memory leak in EC_GROUP_new_from_ecparametersBernd Edlinger
2022-06-24Added documentation for PEM_X509_INFO_read() and PEM_X509_INFO_read_bio()Allan
2022-06-24Update fips source checksums to drop the unwanted headersTomas Mraz
2022-06-24Avoid including decoder/encoder/store headers into fips moduleTomas Mraz
2022-06-23Fix compile issues in test/v3ext.c with no-rfc3779Bernd Edlinger
2022-06-23Add a CI workflow for no-rfc3779Bernd Edlinger
2022-06-23Test whether decoded-from-explicit survives import/exportTomas Mraz
2022-06-23The flag "decoded-from-explicit" must be imp/exportableTomas Mraz
2022-06-23put_str: Use memcpy instead of strncpyTomas Mraz
2022-06-23Fix the checks of X509_LOOKUP_* functionsPeiwei Hu
2022-06-23Fix the checks of X509_REVOKED_add1_ext_i2dPeiwei Hu
2022-06-23crypto/http/http_client.c: Add the check for OPENSSL_strdupJiasheng Jiang
2022-06-23rsa: fix bn_reduce_once_in_place call for rsaz_mod_exp_avx512_x2Xi Ruoyao
2022-06-22test/v3nametest.c: Add check for OPENSSL_mallocJiasheng Jiang
2022-06-22test/evp_test.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-06-22Improve diagnostics on setting groupsDmitry Belyavskiy
2022-06-22apps/s_server.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-06-22crypto/x509/by_store.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-06-21Prepare for 3.0.5Matt Caswell
2022-06-21Prepare for release of 3.0.4openssl-3.0.4Matt Caswell
2022-06-21make updateMatt Caswell
2022-06-21Use --release in dev/release.shHugo Landau
2022-06-21Update copyright yearMatt Caswell
2022-06-21Update CHANGES.md and NEWS.md for new releaseMatt Caswell
2022-06-20c_rehash: Drop the issuer_name_hash= prefix from the CRL hashTomas Mraz
2022-06-20Fix file operations in c_rehash.Daniel Fiala
2022-06-20providers/implementations/exchange/kdf_exch.c: fix unavailable SIZE_MAXRichard Levitte
2022-06-17Clarify use of EGD for HPNS in rand/rand_egd.c comments.Randall S. Becker
2022-06-16Fix documentation of BIO_FLAGS_BASE64_NO_NLFraser Tweedale
2022-06-16Have set_dateopt() return 1 on success to make -dateopt workHartmut Holzgraefe
2022-06-16test/recipes/*.t: setup() doesn't play well with spaces in the argumentRichard Levitte
2022-06-16Fix for OSSL_PARAM sample code referencing OSSL_PARAM_UTF8_PTRMichael Baentsch
2022-06-16Add an extra reduction step to RSAZ mod_exp implementationsTomas Mraz
2022-06-16Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.Tomas Mraz
2022-06-16test/ssl_old_test.c: Add check for OPENSSL_mallocJiasheng Jiang
2022-06-16Add sensitive memory clean in priv encodeKan
2022-06-15test/ssl_old_test.c: Add check for OPENSSL_zallocJiasheng Jiang
2022-06-15Fix a mem leak in evp_pkey_export_to_providerK1
2022-06-15Fix a crash in X509v3_asid_subset()Matt Caswell