summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix incomplete error check on ASN1_item_i2d()ndossche2023-02-281-1/+1
* Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki2023-02-242-2/+33
* CMS_add0_cert: if cert already present, do not throw error but ignore itDr. David von Oheimb2023-02-241-16/+16
* CMS_add1_crl(): prevent double free on failure of CMS_add0_crl()Dr. David von Oheimb2023-02-241-5/+6
* first cut at sigalg loadingMichael Baentsch2023-02-241-7/+16
* Fixes #20278: Fixed double free bug in crypto/http/http_client.cJeeban Sethi2023-02-231-3/+8
* Fix potential NULL pointer dereference in function evp_pkey_asn1_ctrlzhailiangliang2023-02-231-2/+8
* Ensure calling BIO_recvmmsg() with a dgram pair reports errorsMatt Caswell2023-02-221-2/+4
* Don't raise an error on retryable read in a BIO_s_dgram_pair()Matt Caswell2023-02-221-4/+2
* Only call OPENSSL_init_crypto on fetch if using the default libctxMatt Caswell2023-02-221-4/+5
* Fix incorrect error branch in ossl_bn_rsa_fips186_4_derive_prime()ndossche2023-02-201-1/+1
* Use of sparse_array.c only in the shared libsslRichard Levitte2023-02-141-3/+1
* OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb2023-02-131-5/+33
* rsa: add msvc intrinsic for non x64 platformsHubert Kario2023-02-111-1/+23
* Fix the return values of the aarch64 unroll8_eor_aes_gcm_*_*_kernel functionsTom Cosgrove2023-02-081-11/+20
* CMP cert_response(): add missing rejection status on client rejecting new certDr. David von Oheimb2023-02-081-0/+1
* OSSL_CMP_SRV_process_request(): fix recipNonce on error in subsequent request...Dr. David von Oheimb2023-02-081-7/+13
* cmp_ctx.c: fix wrong comments on OSSL_CMP_CTX_set1_{recipient,issuer}Dr. David von Oheimb2023-02-081-2/+2
* CMP check_transactionID_or_nonce(): fix reason code on unmatched recipNonceDr. David von Oheimb2023-02-081-1/+1
* ossl_cmp_msg_check_update(): fix two wrong error return values (-1 instead of 0)Dr. David von Oheimb2023-02-081-6/+6
* Fix BIO_set_indent() checkNiels Dossche2023-02-081-1/+1
* Fix incomplete BIO_dup_state() error checkndossche2023-02-081-1/+1
* Fix incomplete check on CMS_SharedInfo_encodendossche2023-02-081-1/+1
* Fix error check on default_check() helper functionndossche2023-02-081-1/+1
* Apply aes-gcm unroll8+eor3 optimization patch to Neoverse V2Xiaokang Qian2023-02-082-1/+3
* S390x: Support ME and CRT offloadingJuergen Christ2023-02-086-4/+276
* Fix incomplete error check on BIO_set_md()ndossche2023-02-081-1/+1
* CMS_decrypt_set1_*(): fix NULL deref on unsuitable content typeDr. David von Oheimb2023-02-081-7/+11
* New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch2023-02-081-0/+36
* Rationalize FIPS sourcesTomas Mraz2023-02-082-6/+9
* Add more punycode tests and remove ossl_a2ucompare()slontis2023-02-081-19/+0
* Fix incomplete error check on BIO_set_accept_name()ndossche2023-02-081-1/+1
* Restrict the Arm 'LDR REG, =VALUE' pseudo instruction on Neon, to appease clangTom Cosgrove2023-02-081-0/+10
* Support signedAndEnveloped content in PKCS7_decrypt()Tomas Mraz2023-02-071-1/+2
* pk7_doit.c: Check return of BIO_set_md() callsTomas Mraz2023-02-071-2/+10
* Fix GENERAL_NAME_cmp for x400Address (master)Hugo Landau2023-02-071-1/+1
* 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