summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove SSL_DES and SSL_IDEA remnantstb2025-01-182-6/+2
* SSL_CTX_set_cipher_list: stop mentioning ancient cipherstb2025-01-181-11/+1
* Remove last uses of SSL_aDSStb2025-01-182-14/+2
* ssl_seclevel: remove comment pertaining to DSA certstb2025-01-181-6/+1
* Stop mentioning DSA/DSStb2025-01-186-23/+16
* Use name instead of register.jsing2025-01-181-3/+3
* ssl_local.h: does not need to include dsa.htb2025-01-171-2/+1
* rsa_pmeth: unify strcmp return checkstb2025-01-171-12/+10
* Replace the remaining group->meth->field_{mul,sqr}tb2025-01-171-13/+13
* ecp_methods: remove p = group->p indirectiontb2025-01-171-37/+34
* ecp_methods: rework field_{mul,sqr}() handlingtb2025-01-171-93/+83
* Fix two incorrect strtonum() conversionstb2025-01-171-3/+13
* dh_ameth: explcitly -> explicitlytb2025-01-171-2/+2
* asn_mime: deteched -> detached + a knf nittb2025-01-171-2/+3
* Interop tests for openssl 3.3 and 3.4, retire 3.2, 1.1 (and 3.1 remnants)tb2025-01-1512-191/+130
* Default to eopenssl33 for other_openssl_bintb2025-01-151-2/+2
* Fix another awful comment in ec_point_cmp()tb2025-01-111-4/+3
* Align vertical backslashes in a macrotb2025-01-111-2/+2
* ec_point_cmp: tidy up an ugly commenttb2025-01-111-7/+5
* ec_key_gen() is unused outside ec_key.c, so make it statictb2025-01-112-4/+3
* Move EC_KEY_METHOD_DYNAMIC next to the two methods using ittb2025-01-112-4/+4
* Remove a weird commenttb2025-01-111-5/+1
* Rename the is_on_curve() method to point_is_on_curve()tb2025-01-113-12/+13
* Move is_on_curve() and (point) cmp() uptb2025-01-112-201/+201
* Move compressed coordinate setting into public APItb2025-01-113-108/+83
* Rework ec_point_set_compressed_coordinates()tb2025-01-111-18/+14
* Move ec_points_make_affine() to the right placetb2025-01-111-135/+135
* Move the EC_POINTs API into the garbage bintb2025-01-111-20/+20
* Neuter the EC_POINTs_* APItb2025-01-114-77/+16
* Remove a pointless check about Z == 1tb2025-01-111-7/+1
* Inline ec_point_make_affine() in the public APItb2025-01-113-44/+22
* Remove seven pairs of unnecessary parenthesestb2025-01-111-5/+5
* When describing v3 crypt, be specific as to which machine was simulated.jsg2025-01-091-3/+3
* ec_lib.c: zap stray empty line at end of filetb2025-01-091-2/+1
* check_discriminant: make the assumptions on p, a, b more explicittb2025-01-091-2/+3
* Improve order of things in BN_RECP_CTX_set()tb2025-01-081-3/+4
* Remove parentheses in return statementstb2025-01-081-8/+8
* Add a space after commatb2025-01-081-3/+3
* Remove superfluous parenthesestb2025-01-081-13/+13
* X509_NAME_print() also fails to indenttb2025-01-081-5/+6
* X509_NAME_print: remove lie about multiple lines being usedtb2025-01-071-4/+2
* Rewrite TS_ASN1_INTEGER_print_bio()tb2025-01-071-14/+19
* Remove stale comment about methods and memberstb2025-01-071-6/+1
* Check discriminant directly in EC_GROUP_set_discriminant()tb2025-01-073-68/+47
* unitialized -> uninitializedtb2025-01-061-2/+2
* ec_lib: create a garbage bin at the end, throw Jprojective stuff in theretb2025-01-061-19/+24
* Inline the last two uses of ec_mont_group_clear()tb2025-01-061-14/+11
* typo: slighty -> slightlytb2025-01-061-2/+2
* group_copy() is no longer a thing...tb2025-01-061-3/+1
* Remove get_order_bits() and get_degree() methodstb2025-01-063-28/+5