aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-05Prepare for release of 3.0.5openssl-3.0.5Richard Levitte3-4/+4
2022-07-05make updateRichard Levitte2-17/+17
2022-07-05Update copyright yearRichard Levitte26-26/+26
2022-07-05Update CHANGES and NEWS for upcoming release 3.0.5Richard Levitte2-2/+35
2022-07-05AES OCB test vectorsAlex Chernyakhovsky1-0/+50
2022-07-05Fix AES OCB encrypt/decrypt for x86 AES-NIAlex Chernyakhovsky1-2/+2
2022-07-05Fix bn_gcd code to check return value when calling BN_one()slontis1-2/+4
2022-07-05v3_sxnet: add a check for the return of i2s_ASN1_INTEGER()xkernel1-0/+2
2022-07-01Avoid crashing if CONF_modules_unload() is called after OPENSSL_cleanup()Tomas Mraz1-1/+3
2022-07-01APPS: dsaparam, gendsa: Support setting propertiesClemens Lang3-4/+49
2022-07-01Coverity: fix 1506297: negative returnsPauli1-0/+5
2022-07-01Coverity: fix 1506298: negative returnsPauli1-0/+5
2022-07-01Documentation update for EVP_set_default_propertiesslontis1-0/+6
2022-07-01fix Coverity 1506709: error handlingPauli1-1/+2
2022-06-29Remove redundant check for `saltlen > UINT32_MAX`Daniel Fiala1-1/+1
2022-06-29Fix memory leak in cmp_calc_protection()slontis1-1/+1
2022-06-29Avoid using union wrt. SystemTimeToFileTimeTee KOBAYASHI1-9/+8
2022-06-29Avoid using union wrt. optlen parameter for getsockoptTee KOBAYASHI1-42/+24
2022-06-28kdf objects missing a return if malloc fails.slontis2-3/+7
2022-06-28SSL_get_current_cipher() and SSL_get_pending_cipher() return 'const SSL_CIPHE...olszomal1-2/+2
2022-06-28Add test for try_key_ref() fallback handlingTomas Mraz2-0/+194
2022-06-28Add missing documentation of OSSL_FUNC_store_export_object()Tomas Mraz1-0/+9
2022-06-28Correct doubled OSSL_OSSL when documenting OSSL_FUNC_.._fnTomas Mraz5-13/+13
2022-06-28store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz3-5/+23
2022-06-28crypto/provider_core.c: Avoid calling unlock two timesPeiwei Hu1-3/+1
2022-06-28Allocate EVP_PBE_CTL with OPENSSL_zalloc.Daniel Fiala1-1/+1
2022-06-28Fix range_should_be_prefix() to actually return the correct resultMatt Caswell2-2/+123
2022-06-28fuzz/asn1.c: Add check for ASN1_item_i2dJiasheng Jiang1-2/+3
2022-06-28Fix memory leak in ossl_rsa_fromdata.slontis1-2/+5
2022-06-28Add a test for an all 0 RSA keyMatt Caswell1-0/+12
2022-06-28The rsa_validate_keypair_multiprime() function return is not booleanMatt Caswell1-1/+1
2022-06-27Improve checks for invalid saltlen in DER writer.Daniel Fiala1-3/+3
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala5-13/+13
2022-06-27Add checks for saltlen and trailerfield to rsa key writer.Daniel Fiala3-2/+44
2022-06-25Fix a memory leak in EC_GROUP_new_from_ecparametersBernd Edlinger1-2/+2
2022-06-24Added documentation for PEM_X509_INFO_read() and PEM_X509_INFO_read_bio()Allan2-7/+17
2022-06-24Update fips source checksums to drop the unwanted headersTomas Mraz3-36/+2
2022-06-24Avoid including decoder/encoder/store headers into fips moduleTomas Mraz1-1/+3
2022-06-23Fix compile issues in test/v3ext.c with no-rfc3779Bernd Edlinger1-0/+4
2022-06-23Add a CI workflow for no-rfc3779Bernd Edlinger1-0/+1
2022-06-23Test whether decoded-from-explicit survives import/exportTomas Mraz1-2/+25
2022-06-23The flag "decoded-from-explicit" must be imp/exportableTomas Mraz3-7/+25
2022-06-23put_str: Use memcpy instead of strncpyTomas Mraz1-5/+5
2022-06-23Fix the checks of X509_LOOKUP_* functionsPeiwei Hu3-9/+9
2022-06-23Fix the checks of X509_REVOKED_add1_ext_i2dPeiwei Hu1-5/+5
2022-06-23crypto/http/http_client.c: Add the check for OPENSSL_strdupJiasheng Jiang1-0/+8
2022-06-23rsa: fix bn_reduce_once_in_place call for rsaz_mod_exp_avx512_x2Xi Ruoyao1-0/+3
2022-06-22test/v3nametest.c: Add check for OPENSSL_mallocJiasheng Jiang1-0/+2
2022-06-22test/evp_test.c: Add check for OPENSSL_strdupJiasheng Jiang1-4/+8
2022-06-22Improve diagnostics on setting groupsDmitry Belyavskiy1-1/+6