| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove SSL_DES and SSL_IDEA remnants | tb | 2025-01-18 | 2 | -6/+2 |
* | SSL_CTX_set_cipher_list: stop mentioning ancient ciphers | tb | 2025-01-18 | 1 | -11/+1 |
* | Remove last uses of SSL_aDSS | tb | 2025-01-18 | 2 | -14/+2 |
* | ssl_seclevel: remove comment pertaining to DSA certs | tb | 2025-01-18 | 1 | -6/+1 |
* | Stop mentioning DSA/DSS | tb | 2025-01-18 | 6 | -23/+16 |
* | Use name instead of register. | jsing | 2025-01-18 | 1 | -3/+3 |
* | ssl_local.h: does not need to include dsa.h | tb | 2025-01-17 | 1 | -2/+1 |
* | rsa_pmeth: unify strcmp return checks | tb | 2025-01-17 | 1 | -12/+10 |
* | Replace the remaining group->meth->field_{mul,sqr} | tb | 2025-01-17 | 1 | -13/+13 |
* | ecp_methods: remove p = group->p indirection | tb | 2025-01-17 | 1 | -37/+34 |
* | ecp_methods: rework field_{mul,sqr}() handling | tb | 2025-01-17 | 1 | -93/+83 |
* | Fix two incorrect strtonum() conversions | tb | 2025-01-17 | 1 | -3/+13 |
* | dh_ameth: explcitly -> explicitly | tb | 2025-01-17 | 1 | -2/+2 |
* | asn_mime: deteched -> detached + a knf nit | tb | 2025-01-17 | 1 | -2/+3 |
* | Interop tests for openssl 3.3 and 3.4, retire 3.2, 1.1 (and 3.1 remnants) | tb | 2025-01-15 | 12 | -191/+130 |
* | Default to eopenssl33 for other_openssl_bin | tb | 2025-01-15 | 1 | -2/+2 |
* | Fix another awful comment in ec_point_cmp() | tb | 2025-01-11 | 1 | -4/+3 |
* | Align vertical backslashes in a macro | tb | 2025-01-11 | 1 | -2/+2 |
* | ec_point_cmp: tidy up an ugly comment | tb | 2025-01-11 | 1 | -7/+5 |
* | ec_key_gen() is unused outside ec_key.c, so make it static | tb | 2025-01-11 | 2 | -4/+3 |
* | Move EC_KEY_METHOD_DYNAMIC next to the two methods using it | tb | 2025-01-11 | 2 | -4/+4 |
* | Remove a weird comment | tb | 2025-01-11 | 1 | -5/+1 |
* | Rename the is_on_curve() method to point_is_on_curve() | tb | 2025-01-11 | 3 | -12/+13 |
* | Move is_on_curve() and (point) cmp() up | tb | 2025-01-11 | 2 | -201/+201 |
* | Move compressed coordinate setting into public API | tb | 2025-01-11 | 3 | -108/+83 |
* | Rework ec_point_set_compressed_coordinates() | tb | 2025-01-11 | 1 | -18/+14 |
* | Move ec_points_make_affine() to the right place | tb | 2025-01-11 | 1 | -135/+135 |
* | Move the EC_POINTs API into the garbage bin | tb | 2025-01-11 | 1 | -20/+20 |
* | Neuter the EC_POINTs_* API | tb | 2025-01-11 | 4 | -77/+16 |
* | Remove a pointless check about Z == 1 | tb | 2025-01-11 | 1 | -7/+1 |
* | Inline ec_point_make_affine() in the public API | tb | 2025-01-11 | 3 | -44/+22 |
* | Remove seven pairs of unnecessary parentheses | tb | 2025-01-11 | 1 | -5/+5 |
* | When describing v3 crypt, be specific as to which machine was simulated. | jsg | 2025-01-09 | 1 | -3/+3 |
* | ec_lib.c: zap stray empty line at end of file | tb | 2025-01-09 | 1 | -2/+1 |
* | check_discriminant: make the assumptions on p, a, b more explicit | tb | 2025-01-09 | 1 | -2/+3 |
* | Improve order of things in BN_RECP_CTX_set() | tb | 2025-01-08 | 1 | -3/+4 |
* | Remove parentheses in return statements | tb | 2025-01-08 | 1 | -8/+8 |
* | Add a space after comma | tb | 2025-01-08 | 1 | -3/+3 |
* | Remove superfluous parentheses | tb | 2025-01-08 | 1 | -13/+13 |
* | X509_NAME_print() also fails to indent | tb | 2025-01-08 | 1 | -5/+6 |
* | X509_NAME_print: remove lie about multiple lines being used | tb | 2025-01-07 | 1 | -4/+2 |
* | Rewrite TS_ASN1_INTEGER_print_bio() | tb | 2025-01-07 | 1 | -14/+19 |
* | Remove stale comment about methods and members | tb | 2025-01-07 | 1 | -6/+1 |
* | Check discriminant directly in EC_GROUP_set_discriminant() | tb | 2025-01-07 | 3 | -68/+47 |
* | unitialized -> uninitialized | tb | 2025-01-06 | 1 | -2/+2 |
* | ec_lib: create a garbage bin at the end, throw Jprojective stuff in there | tb | 2025-01-06 | 1 | -19/+24 |
* | Inline the last two uses of ec_mont_group_clear() | tb | 2025-01-06 | 1 | -14/+11 |
* | typo: slighty -> slightly | tb | 2025-01-06 | 1 | -2/+2 |
* | group_copy() is no longer a thing... | tb | 2025-01-06 | 1 | -3/+1 |
* | Remove get_order_bits() and get_degree() methods | tb | 2025-01-06 | 3 | -28/+5 |