summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-05-30fix some nits on previousop1-6/+10
2023-05-29Correct test that was pasto'ed incorrectlybeck1-3/+7
2023-05-29Correctly catch all return values from X509_NAME_get_index_by_NIDbeck1-6/+11
2023-05-29Oops, Fa -> .Fabeck1-2/+2
2023-05-29Make X509_NAME_get_text_by[NID|OBJ] safer.beck3-22/+125
2023-05-29Stop suggesting that children play with loaded revolvers.beck1-31/+49
2023-05-28Provide optimised bn_mulw_{addw,addw_addw,addtw}() for aarch64.jsing1-1/+68
2023-05-28Provide optimised bn_addw_addw()/bn_subw_subw() for aarch64.jsing1-1/+43
2023-05-28Sprinkle some style(9).jsing1-15/+15
2023-05-28Expand occurrences of HASH_CTX that were previously missed.jsing1-4/+5
2023-05-28Reorder functions.jsing1-214/+214
2023-05-28Clean up includes.jsing1-6/+5
2023-05-28Remove now unnecessary do {} while(0);jsing1-3/+1
2023-05-28Inline HASH_MAKE_STRING for SHA256.jsing1-34/+37
2023-05-28Rewrite BN_{asc,dec,hex}2bn() using CBS.jsing1-123/+224
2023-05-28correct comment, spotted by tb@beck1-4/+4
2023-05-28Refactor tls_check_common_name to use lower level API.beck2-14/+51
2023-05-28Merge X509_VERIFY_PARAM_ID into X509_VERIFY_PARAMtb4-110/+73