summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove ECDSA_{do_,}sign_ex()tb2023-07-281-57/+20
* Make extended ECDSA signing routines internaltb2023-07-285-25/+14
* Remove ASN1_BIT_STRING_set docotb2023-07-281-42/+2
* Remove stale .Xr missed in previoustb2023-07-281-3/+2
* Remove ASN1_BIT_STRING_num_asc.3tb2023-07-283-151/+3
* Prepare the ssltest for the upcoming bumptb2023-07-271-1/+8
* Remove antiquated options outputtb2023-07-273-44/+7
* Annotate bogus output as incorrecttb2023-07-271-1/+2
* Fix two mandoc -Tlint warnings left in previoustb2023-07-271-4/+3
* Fix typotb2023-07-271-3/+3
* Prepare this test for the upcoming bumptb2023-07-261-1/+3
* Remove comment containing an outdated pathtb2023-07-261-2/+1
* Remove ERR_get_{err_state,string}_table documentationtb2023-07-261-6/+2
* Remove BUF_reverse and BUF_strdup documentationtb2023-07-261-53/+2
* BN_BLINDING will be made internal-only. Remove its documentationtb2023-07-264-325/+5
* BIO_f_asn1 and the prefix/suffix API will be removedtb2023-07-265-244/+14
* Document CMS_SignerInfos_get_version and CMS_get_version which willtb2023-07-262-4/+53
* Tweak EC_GROUP_check_discriminant()tb2023-07-261-28/+28
* Unindent a big block in EC_GROUP_get_affine_coordinates()tb2023-07-261-32/+34
* Introduce and use ec_encode_scalar()tb2023-07-261-43/+48
* Garbage collect the unused order in check_discriminant()tb2023-07-261-4/+2
* Streamline check_discriminant()tb2023-07-261-14/+6
* Introduce ec_decode_scalar()tb2023-07-261-81/+39
* Use EC_POINT_set_to_infinity() rather than inlining ittb2023-07-261-6/+4
* Remove constructor attribute for OPENSSL_cpuid_setup() on arm/aarch64.jsing2023-07-262-10/+2
* Fix a few more 0/NULL misspellingstb2023-07-251-8/+8
* Use [a,b), not [a,b-1] in a commenttb2023-07-251-2/+2
* EC_POINT_is_on_curve() error is -1, not 0.tb2023-07-251-2/+2
* Fix two EC_POINT_is_on_curve() checkstb2023-07-242-4/+4
* Fix EC_POINT_is_on_curve() checks.tb2023-07-241-9/+9
* Fix a minibug in DH_check()tb2023-07-241-2/+2
* Remove OPENSSL_cpuid_setup() call from OPENSSL_add_all_algorithms_noconf()jsing2023-07-241-2/+1
* Mark read/write registers as non-overlapping for bn_qwmulw_{addqw_,}addw()jsing2023-07-241-3/+3
* Use C99 initializers for x509_name_fftb2023-07-241-8/+8
* remove errstr -stats testtb2023-07-241-3/+1
* sprinkle some void between () in function definitionstb2023-07-2313-26/+26
* Remove -stats option from openssl(1) errstr.tb2023-07-232-41/+5
* Tweak previous. Should have been 60 instead of 64tb2023-07-221-3/+3
* Align argument names of OBJ_add_sigid() with the other functions.tb2023-07-221-2/+2
* Rewrite obj_xref.ctb2023-07-224-419/+291
* No need to call OBJ_sigid_free() in EVP_cleanup() anymore.tb2023-07-221-2/+1
* Neuter OBJ_add_sigid() and OBJ_sigid_free()tb2023-07-221-93/+11
* Adapt bn_print() for EdDSA key printingtb2023-07-221-7/+40
* Simplify indent handling in bn_print()tb2023-07-221-6/+3
* Fix #includes in ct_sct.ctb2023-07-221-5/+7
* Actually add OBJ_find_sigid_algstb2023-07-221-0/+90
* Rename OBJ_add_sigid.3 to OBJ_find_sigid_algs.3tb2023-07-222-92/+2
* bio_asn1 tests: drop unneeded variabletb2023-07-211-3/+2
* Add missing license for rsa_local.htb2023-07-211-1/+57
* Simple adjustments for DSO removaltb2023-07-212-8/+6