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
/
lib
/
libcrypto
/
ec
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Shuffle the global default_ec_key_meth down a few lines
tb
2024-11-16
1
-3
/
+3
*
Move the default EC_KEY_METHOD to the end of the file
tb
2024-11-16
1
-50
/
+50
*
ec_mult: fix includes
tb
2024-11-15
1
-2
/
+5
*
EC_KEY_copy() don't leave stale private keys in place
tb
2024-11-15
1
-6
/
+3
*
eck_prn: some more air to breathe
tb
2024-11-14
1
-1
/
+3
*
eck_prn: fix includes
tb
2024-11-14
1
-2
/
+4
*
ec_prn: use pkey rather than pk for an EC_KEY
tb
2024-11-14
1
-11
/
+11
*
eck_prn: use group rather than x for an EC_GROUP
tb
2024-11-14
1
-3
/
+3
*
eck_prn: use ec_key rather than x for an EC_KEY
tb
2024-11-14
1
-9
/
+9
*
eck_prn: consistently use bio for a BIO rather than b and bp randomly
tb
2024-11-14
1
-43
/
+43
*
eck_prn: sprinkle some empty lines and drop some parens for consistency
tb
2024-11-14
1
-7
/
+23
*
eck_prn: shuffle printing functions into a better order
tb
2024-11-14
1
-47
/
+47
*
Garbage collect a reference to ecp_mont.c, rewrap comment
tb
2024-11-12
1
-7
/
+6
*
ecp_methods.c: rewrap some lines
tb
2024-11-12
1
-25
/
+25
*
Lose the ugly GFp_simple_ and GFp_mont_ infixes
tb
2024-11-12
1
-127
/
+117
*
Make ec_GFp_simple_* static
tb
2024-11-12
2
-71
/
+32
*
Merge ecp_mont.c into ecp_methods.c
tb
2024-11-12
2
-271
/
+205
*
KNF nit for end of comment marker
tb
2024-11-12
1
-2
/
+2
*
Rename ecp_smpl.c to ecp_methods.c
tb
2024-11-12
1
-1
/
+1
*
Wrap comment badly mistreated by an autoformatter due to missing /*-
tb
2024-11-10
1
-3
/
+6
*
Garbage collect an unused variable
tb
2024-11-10
1
-3
/
+1
*
Clean up EC_KEY_dup()
tb
2024-11-08
1
-10
/
+15
*
Sweep over EC_KEY_copy()
tb
2024-11-08
1
-32
/
+28
*
Clean up EC_KEY_free
tb
2024-11-08
1
-14
/
+11
*
Clean up EC_KEY_new_by_curve_name()
tb
2024-11-08
1
-14
/
+20
*
Relocate ECParameters_dup() to ec_asn1
tb
2024-11-08
2
-24
/
+24
*
Rename EC_YBIT to EC_POINT_YBIT
tb
2024-11-08
1
-6
/
+6
*
Ugh. Don't return the group after freeing it
tb
2024-11-08
1
-2
/
+2
*
EC_GROUP_set_seed(): flip order of seed and len null checks
tb
2024-11-06
1
-2
/
+2
*
Treat the curls in EC_GROUP_dup() with a flatiron
tb
2024-11-06
1
-9
/
+17
*
Clean up EC_GROUP_copy()
tb
2024-11-06
1
-27
/
+15
*
Switch EC_GROUP_new() to calloc()
tb
2024-11-06
1
-21
/
+20
*
EC_POINT_is_at_infinity() returns a boolean
tb
2024-11-05
3
-15
/
+15
*
Rewrite EC_POINT_new() and EC_POINT_dup()
tb
2024-11-04
1
-27
/
+34
*
affine coordinates: the intention was to move the check, not to copy it...
tb
2024-11-03
1
-6
/
+1
*
Move point at infinity check to API boundary
tb
2024-11-03
1
-2
/
+7
*
d2i_ECPKParameters(): unify return statement with rest of file
tb
2024-11-02
1
-2
/
+3
*
ec_convert: remove _OCT also from the macro names
tb
2024-11-02
1
-24
/
+24
*
Fix includes in ec_lib and ecp_smpl
tb
2024-11-02
2
-2
/
+11
*
Merge compressed coordinate setting back into ecp_smpl and ec_lib
tb
2024-11-02
4
-283
/
+139
*
Rewrite/clean up ec_GFp_simple_set_compressed_coordinates()
tb
2024-11-02
1
-62
/
+48
*
Move point_conversion_t conversion to API boundary
tb
2024-11-01
1
-23
/
+33
*
Garbage collect field_div() member.
tb
2024-11-01
1
-3
/
+1
*
Drop the _oct from the function prefixes
tb
2024-10-31
1
-31
/
+31
*
Retire the oct2point and point2oct EC_METHOD members
tb
2024-10-31
4
-32
/
+10
*
Clean up the mess in i2d_EC_PRIVATEKEY()
tb
2024-10-31
1
-16
/
+36
*
Clean up o2i_ECPublicKey()
tb
2024-10-31
1
-14
/
+17
*
Rewrite i2o_ECPublicKey()
tb
2024-10-31
1
-26
/
+25
*
ecp_oct.c no longer needs bytestring and stdint
tb
2024-10-31
1
-4
/
+1
*
ec_point_to_octets: move out_len initialization up a bit
tb
2024-10-31
1
-3
/
+3
[prev]
[next]