summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Do not create DSA keys without parameters by decoderTomas Mraz2023-02-071-0/+24
* Fix NULL deference when validating FFC public key.slontis2023-02-071-0/+9
* Do not dereference PKCS7 object data if not setTomas Mraz2023-02-071-4/+12
* Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell2023-02-071-8/+32
* Avoid dangling ptrs in header and data params for PEM_read_bio_exMatt Caswell2023-02-071-0/+2
* Fix Timing Oracle in RSA decryptionDmitry Belyavskiy2023-02-075-91/+715
* Fix type confusion in nc_match_single()Viktor Dukhovni2023-02-071-14/+31
* Fix SM4-XTS build failure on Mac mini M1Xu Yizhou2023-02-062-8/+19
* SM4 AESE optimization for ARMv8Xu Yizhou2023-02-023-1/+2005
* Fix incomplete check on EVP_CIPHER_param_to_asn1()ndossche2023-02-021-1/+1
* Fix a potential memory leak in crypto/provider_child.cRuili Fang2023-02-011-1/+3
* Do not include sparse_array.o in libssl with no-sharedTomas Mraz2023-01-311-1/+3
* Avoid duplicating symbols in legacy.a with some build optionsTomas Mraz2023-01-3115-20/+16
* Fix incomplete check on X509V3_add1_i2d()ndossche2023-01-311-2/+2
* Enable AES optimisation on Apple Silicon M2-based systemsTom Cosgrove2023-01-301-1/+2
* Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz2023-01-271-76/+263
* Revert "Give BIO_s_mem() the ability to support datagrams"Tomas Mraz2023-01-271-118/+8
* Fix Coverity 1520485: logically dead codePauli2023-01-261-4/+0
* OSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for msg body where it makes...Dr. David von Oheimb2023-01-261-31/+54
* add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()Dr. David von Oheimb2023-01-261-0/+25
* Fix incomplete checks for EVP_CIPHER_asn1_to_paramNiels Dossche2023-01-253-3/+3
* APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb2023-01-241-0/+6
* X509{,_CRL,_REVOKED}_{set,sign}*(): fix 'modified' field and return valuesDr. David von Oheimb2023-01-243-47/+64
* set_trace_data(): prevent double free on OPENSSL_strdup() failureDr. David von Oheimb2023-01-241-5/+9
* Fix corruption when searching for CRLs in hashed directoriesHugo Landau2023-01-241-3/+13
* X509_V_ERR_INVALID_PURPOSE: fix misleading text; Fix omission in X509_VERIFY_...Dr. David von Oheimb2023-01-231-1/+1
* cmp_client.c: fix handling of total_timeout for RR and GENM transactionsDr. David von Oheimb2023-01-231-12/+10
* cmp_client_test.c: add tests for end_time being initialized for RR/GENMDr. David von Oheimb2023-01-232-5/+9
* Fix incorrect check on RAND_bytes_ex() in generate_q_fips186_4()Niels Dossche2023-01-231-1/+1
* bn2bin(): Don't accept len < 0Richard Levitte2023-01-201-0/+4
* bin2bn(): When len==0, just return a zero BIGNUMRichard Levitte2023-01-201-0/+9
* Correct property EBNF for unquoted stringsPauli2023-01-201-18/+0
* Fix incorrect error return value in i2r_ADMISSION_SYNTAX()Niels Dossche2023-01-191-1/+1
* remove unused macro in cast_local.h and des_local.hzhangzhilei2023-01-172-60/+0
* PKCS12 - Add additional libctx and propq support.slontis2023-01-168-17/+128
* Fix big-endian issue in chacha20 SVE implementation on aarch64fangming.fang2023-01-161-9/+16
* Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttimeBernd Edlinger2023-01-143-8/+48
* Revert "Limit size of modulus for BN_mod_exp_mont_consttime()"Bernd Edlinger2023-01-141-9/+0
* QUIC: Enable building with QUIC support disabledHugo Landau2023-01-132-0/+15
* Add BIO poll descriptorsHugo Landau2023-01-132-0/+20
* Support all five EdDSA instances from RFC 8032James Muir2023-01-134-59/+100
* Make RSA_generate_multi_prime_key() not segfault if e is NULL.slontis2023-01-121-6/+7
* remove unused macro in rc2_local.h and rc5_local.hzhangzhilei2023-01-122-127/+0
* Do not check definition of a macro and use it in a single conditionTomas Mraz2023-01-121-2/+3
* OSSL_PARAM_BLD and BIGNUM; ensure at least one byte is allocatedRichard Levitte2023-01-111-0/+4
* In OSSL_PARAM_set_BN(), make sure that the data_size field is at least 1Richard Levitte2023-01-111-0/+3
* info.c: Fix typos in seed macro name and description stringGreg McLearn2023-01-101-2/+2
* rsaz_exp_x2.c: Remove unused ALIGN64 macroTomas Mraz2023-01-091-8/+0
* rsaz_exp_x2.c: Avoid potential undefined behavior with strict aliasingTomas Mraz2023-01-091-4/+12
* Revert "Fix an occasional CI failure due to unaligned access"Tomas Mraz2023-01-091-9/+7