summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-28Remove ASN1_BIT_STRING_num_asc.3tb3-151/+3
2023-07-27Prepare the ssltest for the upcoming bumptb1-1/+8
2023-07-27Remove antiquated options outputtb3-44/+7
2023-07-27Annotate bogus output as incorrecttb1-1/+2
2023-07-27Fix two mandoc -Tlint warnings left in previoustb1-4/+3
2023-07-27Fix typotb1-3/+3
2023-07-26Prepare this test for the upcoming bumptb1-1/+3
2023-07-26Remove comment containing an outdated pathtb1-2/+1
2023-07-26Remove ERR_get_{err_state,string}_table documentationtb1-6/+2
2023-07-26Remove BUF_reverse and BUF_strdup documentationtb1-53/+2
2023-07-26BN_BLINDING will be made internal-only. Remove its documentationtb4-325/+5
2023-07-26BIO_f_asn1 and the prefix/suffix API will be removedtb5-244/+14
2023-07-26Document CMS_SignerInfos_get_version and CMS_get_version which willtb2-4/+53
2023-07-26Tweak EC_GROUP_check_discriminant()tb1-28/+28
2023-07-26Unindent a big block in EC_GROUP_get_affine_coordinates()tb1-32/+34
2023-07-26Introduce and use ec_encode_scalar()tb1-43/+48
2023-07-26Garbage collect the unused order in check_discriminant()tb1-4/+2
2023-07-26Streamline check_discriminant()tb1-14/+6
2023-07-26Introduce ec_decode_scalar()tb1-81/+39
2023-07-26Use EC_POINT_set_to_infinity() rather than inlining ittb1-6/+4
2023-07-26Remove constructor attribute for OPENSSL_cpuid_setup() on arm/aarch64.jsing2-10/+2
2023-07-25Fix a few more 0/NULL misspellingstb1-8/+8
2023-07-25Use [a,b), not [a,b-1] in a commenttb1-2/+2
2023-07-25EC_POINT_is_on_curve() error is -1, not 0.tb1-2/+2
2023-07-24Fix two EC_POINT_is_on_curve() checkstb2-4/+4
2023-07-24Fix EC_POINT_is_on_curve() checks.tb1-9/+9
2023-07-24Fix a minibug in DH_check()tb1-2/+2
2023-07-24Remove OPENSSL_cpuid_setup() call from OPENSSL_add_all_algorithms_noconf()jsing1-2/+1
2023-07-24Mark read/write registers as non-overlapping for bn_qwmulw_{addqw_,}addw()jsing1-3/+3
2023-07-24Use C99 initializers for x509_name_fftb1-8/+8
2023-07-24remove errstr -stats testtb1-3/+1
2023-07-23sprinkle some void between () in function definitionstb13-26/+26
2023-07-23Remove -stats option from openssl(1) errstr.tb2-41/+5
2023-07-22Tweak previous. Should have been 60 instead of 64tb1-3/+3
2023-07-22Align argument names of OBJ_add_sigid() with the other functions.tb1-2/+2
2023-07-22Rewrite obj_xref.ctb4-419/+291
2023-07-22No need to call OBJ_sigid_free() in EVP_cleanup() anymore.tb1-2/+1
2023-07-22Neuter OBJ_add_sigid() and OBJ_sigid_free()tb1-93/+11
2023-07-22Adapt bn_print() for EdDSA key printingtb1-7/+40
2023-07-22Simplify indent handling in bn_print()tb1-6/+3
2023-07-22Fix #includes in ct_sct.ctb1-5/+7