summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-05-27Implement SHA256_{Update,Transform,Final}() directly in sha256.c.jsing1-4/+103
2023-05-27Add HASH_NO_UPDATE and HASH_NO_TRANSFORM to md32_common.hjsing1-5/+7
2023-05-27Add coverage for calling BN_{dec,hex}2bn() with NULL inputs.jsing1-9/+37
2023-05-27Bump LibreSSL versionlibressl-v3.8.0tb1-3/+3
2023-05-27Clean up alignment handling for SHA-512.jsing2-80/+96
2023-05-27Remove malloc interposition, a workaround that was once needed for emacsotto1-7/+7
2023-05-26Move verified_chain from SSL to SSL_HANDSHAKEtb4-14/+17
2023-05-25Forcibly update the EVP_PKEY's internal keyop1-13/+25
2023-05-24Update X509_VERIFY_PARAM_inherit() to reflect the change of behaviortb1-9/+6
2023-05-24Copy the verify param hostflags independently of the host listtb2-6/+5
2023-05-24Add a test to verify that an SSL inherits the hostflags from the SSL_CTXtb2-1/+105
2023-05-24Provide CRYPTO_INT for statically linking libcrypto for libssl regresstb1-0/+2
2023-05-24Provide X509_VERIFY_PARAM_set_hostflags()tb1-1/+8
2023-05-23Simplify OBJ_obj2txt()tb2-8/+5
2023-05-23Add empty line for consistencytb1-1/+2
2023-05-23Add regress coverage for obj_dat.c r1.52tb1-1/+44
2023-05-23Always NUL terminate buf in OBJ_obj2txt()tb1-1/+4
2023-05-23cms_asn1.c: zap stray tabstb1-8/+1
2023-05-22Remove misplaced semicolons in .Fatb2-6/+6
2023-05-20ecdhtest: Fix indenttb1-2/+2
2023-05-20Remove a space that I thought I had already deleted.tb1-2/+2
2023-05-20Add a slow regress target that runs openssl speed with proper alignmenttb1-2/+7
2023-05-20openssl speed: add an '-unaligned n' optiontb2-7/+37
2023-05-20openssl speed: minor style nitstb1-8/+6
2023-05-20openssl speed: remove binary curve remnantstb1-88/+5