summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2023-02-08S390x: Support ME and CRT offloadingJuergen Christ
2023-02-08Fix incomplete error check on BIO_set_md()ndossche
2023-02-08CMS_decrypt_set1_*(): fix NULL deref on unsuitable content typeDr. David von Oheimb
2023-02-08New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch
2023-02-08Rationalize FIPS sourcesTomas Mraz
2023-02-08Add more punycode tests and remove ossl_a2ucompare()slontis
2023-02-08Fix incomplete error check on BIO_set_accept_name()ndossche
2023-02-08Restrict the Arm 'LDR REG, =VALUE' pseudo instruction on Neon, to appease clangTom Cosgrove
2023-02-07Support signedAndEnveloped content in PKCS7_decrypt()Tomas Mraz
2023-02-07pk7_doit.c: Check return of BIO_set_md() callsTomas Mraz
2023-02-07Fix GENERAL_NAME_cmp for x400Address (master)Hugo Landau
2023-02-07Do not create DSA keys without parameters by decoderTomas Mraz
2023-02-07Fix NULL deference when validating FFC public key.slontis
2023-02-07Do not dereference PKCS7 object data if not setTomas Mraz
2023-02-07Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell
2023-02-07Avoid dangling ptrs in header and data params for PEM_read_bio_exMatt Caswell
2023-02-07Fix Timing Oracle in RSA decryptionDmitry Belyavskiy
2023-02-07Fix type confusion in nc_match_single()Viktor Dukhovni
2023-02-06Fix SM4-XTS build failure on Mac mini M1Xu Yizhou
2023-02-02SM4 AESE optimization for ARMv8Xu Yizhou
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-30Enable AES optimisation on Apple Silicon M2-based systemsTom Cosgrove
2023-01-27Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz
2023-01-27Revert "Give BIO_s_mem() the ability to support datagrams"Tomas Mraz
2023-01-26Fix Coverity 1520485: logically dead codePauli
2023-01-26OSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for msg body where it makes...Dr. David von Oheimb
2023-01-26add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()Dr. David von Oheimb
2023-01-25Fix incomplete checks for EVP_CIPHER_asn1_to_paramNiels Dossche
2023-01-24APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb
2023-01-24X509{,_CRL,_REVOKED}_{set,sign}*(): fix 'modified' field and return valuesDr. David von Oheimb
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-20bn2bin(): Don't accept len < 0Richard Levitte
2023-01-20bin2bn(): When len==0, just return a zero BIGNUMRichard Levitte
2023-01-20Correct property EBNF for unquoted stringsPauli
2023-01-19Fix incorrect error return value in i2r_ADMISSION_SYNTAX()Niels Dossche
2023-01-17remove unused macro in cast_local.h and des_local.hzhangzhilei
2023-01-16PKCS12 - Add additional libctx and propq support.slontis
2023-01-16Fix big-endian issue in chacha20 SVE implementation on aarch64fangming.fang
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-13QUIC: Enable building with QUIC support disabledHugo Landau