summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2023-02-07Update copyright yearRichard Levitte
2023-02-03pk7_doit.c: Check return of BIO_set_md() callsTomas Mraz
2023-02-03CVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address (3.0)Hugo Landau
2023-02-03Do not create DSA keys without parameters by decoderTomas Mraz
2023-02-03Fix NULL deference when validating FFC public key.slontis
2023-02-03Do not dereference PKCS7 object data if not setTomas Mraz
2023-02-03Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell
2023-02-03Avoid dangling ptrs in header and data params for PEM_read_bio_exMatt Caswell
2023-02-03Fix Timing Oracle in RSA decryptionDmitry Belyavskiy
2023-02-02Fix type confusion in nc_match_single()Viktor Dukhovni
2023-02-02Fix incomplete check on EVP_CIPHER_param_to_asn1()ndossche
2023-02-01Fix a potential memory leak in crypto/provider_child.cRuili Fang
2023-01-31Do not include sparse_array.o in libssl with no-sharedTomas Mraz
2023-01-31Avoid duplicating symbols in legacy.a with some build optionsTomas Mraz
2023-01-31Fix incomplete check on X509V3_add1_i2d()ndossche
2023-01-26Fix Coverity 1520485: logically dead codePauli
2023-01-25Fix incomplete checks for EVP_CIPHER_asn1_to_paramNiels Dossche
2023-01-24set_trace_data(): prevent double free on OPENSSL_strdup() failureDr. David von Oheimb
2023-01-24Fix corruption when searching for CRLs in hashed directoriesHugo Landau
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-23Fix incorrect check on RAND_bytes_ex() in generate_q_fips186_4()Niels Dossche
2023-01-20Correct property EBNF for unquoted stringsPauli
2023-01-19Fix incorrect error return value in i2r_ADMISSION_SYNTAX()Niels Dossche
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-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-11Avoid ifdefs in trace categoriesTomas Mraz
2023-01-11Add tests for trace_api.Daniel Fiala
2023-01-10info.c: Fix typos in seed macro name and description stringGreg McLearn
2023-01-09rsaz_exp_x2.c: Remove leftover from broken cherry-pickTomas Mraz
2023-01-09Revert "rsaz_exp_x2.c: Remove unused ALIGN64 macro"Tomas Mraz
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-04Cleanse internal BN_generate_dsa_nonce() buffers used to generate k.slontis
2022-12-22Fix possible UB in init_info_stringsBernd Edlinger
2022-12-22Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell
2022-12-22Fix BIO_f_asn1() to properly report some errorsMatt Caswell
2022-12-22Fix SMIME_crlf_copy() to properly report an errorMatt Caswell
2022-12-22Fix BIO_f_cipher() flushingMatt Caswell
2022-12-22Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri
2022-12-16Refine the documents of several APIsPeiwei Hu
2022-12-13Make error reason for disallowed legacy sigalg more specificTomas Mraz
2022-12-12crypto/err: expand on error code generationČestmír Kalina
2022-12-09Obtain PSS salt length from providerClemens Lang
2022-12-08x509: fix double locking problemPauli