index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regress
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-01-18
Drop field determination dance
tb
1
-9
/
+2
2025-01-18
Stop pretending we support arbirary explicit groups
tb
1
-3
/
+2
2025-01-18
Remove SSL_DES and SSL_IDEA remnants
tb
2
-6
/
+2
2025-01-18
SSL_CTX_set_cipher_list: stop mentioning ancient ciphers
tb
1
-11
/
+1
2025-01-18
Remove last uses of SSL_aDSS
tb
2
-14
/
+2
2025-01-18
ssl_seclevel: remove comment pertaining to DSA certs
tb
1
-6
/
+1
2025-01-18
Stop mentioning DSA/DSS
tb
6
-23
/
+16
2025-01-18
Use name instead of register.
jsing
1
-3
/
+3
2025-01-17
ssl_local.h: does not need to include dsa.h
tb
1
-2
/
+1
2025-01-17
rsa_pmeth: unify strcmp return checks
tb
1
-12
/
+10
2025-01-17
Replace the remaining group->meth->field_{mul,sqr}
tb
1
-13
/
+13
2025-01-17
ecp_methods: remove p = group->p indirection
tb
1
-37
/
+34
2025-01-17
ecp_methods: rework field_{mul,sqr}() handling
tb
1
-93
/
+83
2025-01-17
Fix two incorrect strtonum() conversions
tb
1
-3
/
+13
2025-01-17
dh_ameth: explcitly -> explicitly
tb
1
-2
/
+2
2025-01-17
asn_mime: deteched -> detached + a knf nit
tb
1
-2
/
+3
2025-01-15
Interop tests for openssl 3.3 and 3.4, retire 3.2, 1.1 (and 3.1 remnants)
tb
12
-191
/
+130
2025-01-15
Default to eopenssl33 for other_openssl_bin
tb
1
-2
/
+2
2025-01-11
Fix another awful comment in ec_point_cmp()
tb
1
-4
/
+3
2025-01-11
Align vertical backslashes in a macro
tb
1
-2
/
+2
2025-01-11
ec_point_cmp: tidy up an ugly comment
tb
1
-7
/
+5
2025-01-11
ec_key_gen() is unused outside ec_key.c, so make it static
tb
2
-4
/
+3
2025-01-11
Move EC_KEY_METHOD_DYNAMIC next to the two methods using it
tb
2
-4
/
+4
2025-01-11
Remove a weird comment
tb
1
-5
/
+1
2025-01-11
Rename the is_on_curve() method to point_is_on_curve()
tb
3
-12
/
+13
2025-01-11
Move is_on_curve() and (point) cmp() up
tb
2
-201
/
+201
2025-01-11
Move compressed coordinate setting into public API
tb
3
-108
/
+83
2025-01-11
Rework ec_point_set_compressed_coordinates()
tb
1
-18
/
+14
2025-01-11
Move ec_points_make_affine() to the right place
tb
1
-135
/
+135
2025-01-11
Move the EC_POINTs API into the garbage bin
tb
1
-20
/
+20
2025-01-11
Neuter the EC_POINTs_* API
tb
4
-77
/
+16
2025-01-11
Remove a pointless check about Z == 1
tb
1
-7
/
+1
2025-01-11
Inline ec_point_make_affine() in the public API
tb
3
-44
/
+22
2025-01-11
Remove seven pairs of unnecessary parentheses
tb
1
-5
/
+5
2025-01-09
When describing v3 crypt, be specific as to which machine was simulated.
jsg
1
-3
/
+3
2025-01-09
ec_lib.c: zap stray empty line at end of file
tb
1
-2
/
+1
2025-01-09
check_discriminant: make the assumptions on p, a, b more explicit
tb
1
-2
/
+3
2025-01-08
Improve order of things in BN_RECP_CTX_set()
tb
1
-3
/
+4
2025-01-08
Remove parentheses in return statements
tb
1
-8
/
+8
2025-01-08
Add a space after comma
tb
1
-3
/
+3
2025-01-08
Remove superfluous parentheses
tb
1
-13
/
+13
2025-01-08
X509_NAME_print() also fails to indent
tb
1
-5
/
+6
2025-01-07
X509_NAME_print: remove lie about multiple lines being used
tb
1
-4
/
+2
2025-01-07
Rewrite TS_ASN1_INTEGER_print_bio()
tb
1
-14
/
+19
2025-01-07
Remove stale comment about methods and members
tb
1
-6
/
+1
2025-01-07
Check discriminant directly in EC_GROUP_set_discriminant()
tb
3
-68
/
+47
2025-01-06
unitialized -> uninitialized
tb
1
-2
/
+2
2025-01-06
ec_lib: create a garbage bin at the end, throw Jprojective stuff in there
tb
1
-19
/
+24
2025-01-06
Inline the last two uses of ec_mont_group_clear()
tb
1
-14
/
+11
2025-01-06
typo: slighty -> slightly
tb
1
-2
/
+2
[prev]
[next]