summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-17Optimise bn_mul2_mulw_addtw() for aarch64.jsing1-1/+28
2023-06-17Speed up Montgomery multiplication.jsing1-10/+37
2023-06-16Fix CRYPTO_get_ex_new_index() to return 1 or highertb1-2/+2
2023-06-15Teach the grotty X509_certificate_type() about Ed25519 certstb1-1/+4
2023-06-15regentb1-1/+9
2023-06-15Add RSA with the sha3s to obj_xref.txttb1-0/+4
2023-06-15regen obj_xref.htb1-12/+14
2023-06-15Add Ed25519 to the obj_xref table.tb1-3/+6
2023-06-15Some fixes in ASN1_item_verify()tb1-17/+8
2023-06-15Make another NULL check explicit and put a brace on the proper linetb1-4/+3
2023-06-15Rename a few variables and other cosmeticstb1-23/+21
2023-06-15Switch ASN1_item_sign_ctx() to EVP_DigestSign()tb1-9/+7
2023-06-15Make NULL checks explicit in ASN1_item_sign_ctx()tb1-6/+8
2023-06-15ASN1_item_sign_ctx()tb1-3/+7
2023-06-15Fix a logic error in ASN1_item_sign_ctx()tb1-5/+8
2023-06-13Move comment about ASN1_item_dup() where it belongstb1-7/+7
2023-06-13Disallow aliasing of return value and modulustb1-1/+44
2023-06-13Add a BN_R_INVALID_ARGUMENT error codetb2-2/+4
2023-06-12Remove prototypes for various ec_GF2m_* functions that no longer exist.jsing1-13/+1
2023-06-12Optimise quad word primitives on aarch64.jsing1-1/+136
2023-06-12Provide and use various quad word primitives.jsing3-27/+120
2023-06-11Convert legacy server kex to one-shot sign/verifytb2-47/+62
2023-06-11Easy EVP_Digest{Sign,Verify} conversions for legacy stacktb2-23/+8
2023-06-11remove unused args_st structjsg2-12/+2
2023-06-11remove chopup_args() unused since apps.c rev 1.31jsg2-72/+2
2023-06-11openssl enc: drop a few parens and unwrap a few linestb1-20/+14
2023-06-11openssl enc: small style fixup after ZLIB unifdeftb1-4/+2
2023-06-11Unifdef ZLIBtb2-44/+2
2023-06-11Unifdef ZLIBtb7-739/+7
2023-06-10Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3tb2-22/+10
2023-06-10File new test-bleichenbacher-timing-pregenerate.py under failing teststb1-1/+3
2023-06-08Remove dead code.beck1-13/+3
2023-06-08From the description of "openssl verify", delete the duplicate andschwarze1-130/+9
2023-06-07Add portable version and m88k-specific version lb() function, becauseaoyama1-1/+21
2023-06-07Refer to the field "thisUpdate" instead of the non-existent "lastUpdate".schwarze1-4/+10
2023-06-06In 1995, Eric A. Young chose a confusing name for the "lastUpdate" fieldschwarze2-12/+20
2023-06-06Fix typo in comment: exta -> extratb1-2/+2
2023-06-05Fix copy+paste error in x509 asn regressjob1-3/+3
2023-06-05Improve the description of CMS_get0_signers()job1-3/+3
2023-06-04Reinstate bn_isqrt.c r1.8 and crypto_lock.c r1.3tb2-8/+5
2023-06-04Make ruby-openssl cope with default ruby changetb1-2/+2
2023-06-04bn_mod_inverse tweakstb1-2/+4
2023-06-04More thorough write-afetr-free checks.otto3-25/+54
2023-06-03Add regress coverage for BN_mod_inverse()tb2-1/+387
2023-06-02Fix variable reuse in BN_mod_inverse()tb1-21/+15
2023-06-02fix typotb1-2/+2
2023-06-01Remove the speed test againtb1-7/+2
2023-06-01Rework tls_check_subject_altname() error handlingtb1-12/+13
2023-06-01Check for X509_get_ext_d2i() failuretb1-4/+10
2023-06-01Avoid a potentially overflowing checktb1-2/+2