summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimise bn_mul2_mulw_addtw() for aarch64.jsing2023-06-171-1/+28
* Speed up Montgomery multiplication.jsing2023-06-171-10/+37
* Fix CRYPTO_get_ex_new_index() to return 1 or highertb2023-06-161-2/+2
* Teach the grotty X509_certificate_type() about Ed25519 certstb2023-06-151-1/+4
* regentb2023-06-151-1/+9
* Add RSA with the sha3s to obj_xref.txttb2023-06-151-0/+4
* regen obj_xref.htb2023-06-151-12/+14
* Add Ed25519 to the obj_xref table.tb2023-06-151-3/+6
* Some fixes in ASN1_item_verify()tb2023-06-151-17/+8
* Make another NULL check explicit and put a brace on the proper linetb2023-06-151-4/+3
* Rename a few variables and other cosmeticstb2023-06-151-23/+21
* Switch ASN1_item_sign_ctx() to EVP_DigestSign()tb2023-06-151-9/+7
* Make NULL checks explicit in ASN1_item_sign_ctx()tb2023-06-151-6/+8
* ASN1_item_sign_ctx()tb2023-06-151-3/+7
* Fix a logic error in ASN1_item_sign_ctx()tb2023-06-151-5/+8
* Move comment about ASN1_item_dup() where it belongstb2023-06-131-7/+7
* Disallow aliasing of return value and modulustb2023-06-131-1/+44
* Add a BN_R_INVALID_ARGUMENT error codetb2023-06-132-2/+4
* Remove prototypes for various ec_GF2m_* functions that no longer exist.jsing2023-06-121-13/+1
* Optimise quad word primitives on aarch64.jsing2023-06-121-1/+136
* Provide and use various quad word primitives.jsing2023-06-123-27/+120
* Convert legacy server kex to one-shot sign/verifytb2023-06-112-47/+62
* Easy EVP_Digest{Sign,Verify} conversions for legacy stacktb2023-06-112-23/+8
* remove unused args_st structjsg2023-06-112-12/+2
* remove chopup_args() unused since apps.c rev 1.31jsg2023-06-112-72/+2
* openssl enc: drop a few parens and unwrap a few linestb2023-06-111-20/+14
* openssl enc: small style fixup after ZLIB unifdeftb2023-06-111-4/+2
* Unifdef ZLIBtb2023-06-112-44/+2
* Unifdef ZLIBtb2023-06-117-739/+7
* Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3tb2023-06-102-22/+10
* File new test-bleichenbacher-timing-pregenerate.py under failing teststb2023-06-101-1/+3
* Remove dead code.beck2023-06-081-13/+3
* From the description of "openssl verify", delete the duplicate andschwarze2023-06-081-130/+9
* Add portable version and m88k-specific version lb() function, becauseaoyama2023-06-071-1/+21
* Refer to the field "thisUpdate" instead of the non-existent "lastUpdate".schwarze2023-06-071-4/+10
* In 1995, Eric A. Young chose a confusing name for the "lastUpdate" fieldschwarze2023-06-062-12/+20
* Fix typo in comment: exta -> extratb2023-06-061-2/+2
* Fix copy+paste error in x509 asn regressjob2023-06-051-3/+3
* Improve the description of CMS_get0_signers()job2023-06-051-3/+3
* Reinstate bn_isqrt.c r1.8 and crypto_lock.c r1.3tb2023-06-042-8/+5
* Make ruby-openssl cope with default ruby changetb2023-06-041-2/+2
* bn_mod_inverse tweakstb2023-06-041-2/+4
* More thorough write-afetr-free checks.otto2023-06-043-25/+54
* Add regress coverage for BN_mod_inverse()tb2023-06-032-1/+387
* Fix variable reuse in BN_mod_inverse()tb2023-06-021-21/+15
* fix typotb2023-06-021-2/+2
* Remove the speed test againtb2023-06-011-7/+2
* Rework tls_check_subject_altname() error handlingtb2023-06-011-12/+13
* Check for X509_get_ext_d2i() failuretb2023-06-011-4/+10
* Avoid a potentially overflowing checktb2023-06-011-2/+2