summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make ASN.1 BIO internaltb2023-07-289-84/+15
* Set OPENSSL_NO_ENGINE, remove engine codetb2023-07-2833-4967/+9
* Drop DSO and define OPENSSL_NO_DSOtb2023-07-2812-1588/+5
* Drop the comp moduletb2023-07-2810-958/+5
* Remove some unneeded includes from ecdh.ctb2023-07-281-4/+1
* Pull up zeroing of out; drop unnecessary checktb2023-07-281-4/+3
* Rename buflen to buf_len, use calloc/freezerotb2023-07-281-7/+8
* Move KDF handling to ECDH_compute_key()tb2023-07-285-47/+73
* Merge ecdh.h into ec.htb2023-07-284-124/+12
* Excise ECDH_METHODtb2023-07-2813-369/+9
* Remove ECDH errorstb2023-07-286-123/+3
* Remove some unneeded includes from ecdsa.htb2023-07-281-5/+1
* Merge ecdsa.h into ec.htb2023-07-284-186/+70
* Remove ECDSA_METHODtb2023-07-2813-345/+9
* Remove ecs_err.ctb2023-07-287-132/+4
* Place public ECDSA API next to the internal methodstb2023-07-281-51/+48
* 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