summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-07-05Prepare for release of 3.0.5openssl-3.0.5Richard Levitte
2022-07-05make updateRichard Levitte
2022-07-05Update copyright yearRichard Levitte
2022-07-05Update CHANGES and NEWS for upcoming release 3.0.5Richard Levitte
2022-07-05AES OCB test vectorsAlex Chernyakhovsky
2022-07-05Fix AES OCB encrypt/decrypt for x86 AES-NIAlex Chernyakhovsky
2022-07-05Fix bn_gcd code to check return value when calling BN_one()slontis
2022-07-05v3_sxnet: add a check for the return of i2s_ASN1_INTEGER()xkernel
2022-07-01Avoid crashing if CONF_modules_unload() is called after OPENSSL_cleanup()Tomas Mraz
2022-07-01APPS: dsaparam, gendsa: Support setting propertiesClemens Lang
2022-07-01Coverity: fix 1506297: negative returnsPauli
2022-07-01Coverity: fix 1506298: negative returnsPauli
2022-07-01Documentation update for EVP_set_default_propertiesslontis
2022-07-01fix Coverity 1506709: error handlingPauli
2022-06-29Remove redundant check for `saltlen > UINT32_MAX`Daniel Fiala
2022-06-29Fix memory leak in cmp_calc_protection()slontis
2022-06-29Avoid using union wrt. SystemTimeToFileTimeTee KOBAYASHI
2022-06-29Avoid using union wrt. optlen parameter for getsockoptTee KOBAYASHI
2022-06-28kdf objects missing a return if malloc fails.slontis
2022-06-28SSL_get_current_cipher() and SSL_get_pending_cipher() return 'const SSL_CIPHE...olszomal
2022-06-28Add test for try_key_ref() fallback handlingTomas Mraz
2022-06-28Add missing documentation of OSSL_FUNC_store_export_object()Tomas Mraz
2022-06-28Correct doubled OSSL_OSSL when documenting OSSL_FUNC_.._fnTomas Mraz
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