summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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