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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-03
affine coordinates: the intention was to move the check, not to copy it...
tb
1
-6
/
+1
2024-11-03
Move point at infinity check to API boundary
tb
1
-2
/
+7
2024-11-03
Add regress coverage for BN_bn2binpad() and BN_bn2lebinpad().
jsing
1
-3
/
+137
2024-11-03
Add some additional BN conversion test cases.
jsing
1
-3
/
+21
2024-11-02
d2i_ECPKParameters(): unify return statement with rest of file
tb
1
-2
/
+3
2024-11-02
netcat: drop caddr_t cast. It's not needed and not portable.
tb
1
-2
/
+2
2024-11-02
ec_convert: remove _OCT also from the macro names
tb
1
-24
/
+24
2024-11-02
Fix includes in ec_lib and ecp_smpl
tb
2
-2
/
+11
2024-11-02
Merge compressed coordinate setting back into ecp_smpl and ec_lib
tb
5
-286
/
+140
2024-11-02
ec_asn1_test: I somehow managed to commit the version without freezero...
tb
1
-3
/
+4
2024-11-02
Assert assumption on CRYPTO_THREADID
tb
1
-1
/
+2
2024-11-02
Rewrite/clean up ec_GFp_simple_set_compressed_coordinates()
tb
1
-62
/
+48
2024-11-02
Bye bye CRYPTO_THREADID
tb
2
-37
/
+2
2024-11-02
Inline last uses of CRYPTO_THREADID in err/
tb
2
-19
/
+10
2024-11-02
sort includes
tb
1
-2
/
+2
2024-11-01
More include sweeping in cms.
tb
3
-17
/
+26
2024-11-01
Fix includes in cms_env.c
tb
1
-9
/
+10
2024-11-01
Drop some pointless parentheses
tb
2
-9
/
+9
2024-11-01
Only include cryptlib.h where it's needed
tb
5
-25
/
+31
2024-11-01
ec_asn1_test: set compressed coordinates for the "simple" generator
tb
1
-3
/
+3
2024-11-01
Also exercise the "simple" version of the builtin curves, not only "mont"
tb
1
-27
/
+124
2024-11-01
Clean up PPC CPU capabilities and Montgomery code.
jsing
5
-1122
/
+6
2024-11-01
Update cert.pem, ok sthen
tb
1
-59
/
+592
2024-11-01
regen cert.pem after sort order change in format-pem.pl
tb
1
-953
/
+953
2024-11-01
Don't lowercase cert subjects when sorting; combined with perl foreach over
sthen
1
-5
/
+5
2024-11-01
KNF
tb
1
-2
/
+3
2024-11-01
Move point_conversion_t conversion to API boundary
tb
1
-23
/
+33
2024-11-01
Garbage collect field_div() member.
tb
1
-3
/
+1
2024-11-01
sort
tb
1
-2
/
+2
2024-10-31
Drop the _oct from the function prefixes
tb
1
-31
/
+31
2024-10-31
Retire the oct2point and point2oct EC_METHOD members
tb
4
-32
/
+10
2024-10-31
Clean up the mess in i2d_EC_PRIVATEKEY()
tb
1
-16
/
+36
2024-10-31
Clean up o2i_ECPublicKey()
tb
1
-14
/
+17
2024-10-31
Rewrite i2o_ECPublicKey()
tb
1
-26
/
+25
2024-10-31
ecp_oct.c no longer needs bytestring and stdint
tb
1
-4
/
+1
2024-10-31
ec_point_to_octets: move out_len initialization up a bit
tb
1
-3
/
+3
2024-10-30
Expand the introductory comment with references to X9.62 and SEC 1
tb
1
-1
/
+4
2024-10-30
Move the point2bn and point2hex API to ec_convert.c
tb
3
-146
/
+84
2024-10-30
Replace hardcoded 1U with EC_OCT_YBIT
tb
1
-2
/
+2
2024-10-30
Move the GFp-specific point <-> octets functions to ec_convert.c
tb
2
-296
/
+296
2024-10-30
Move public point <-> octets API to a new ec_convert.c
tb
3
-131
/
+202
2024-10-30
Rewrite EC_POINT_bn2point()
tb
1
-28
/
+15
2024-10-30
Add ec_point_from_asn1_bit_string()
tb
1
-16
/
+20
2024-10-30
Add ec_point_from_asn1_octet_string()
tb
1
-13
/
+21
2024-10-30
Provide ec_point_from_octets()
tb
2
-3
/
+35
2024-10-30
Rewrite BN_hex2point()
tb
1
-11
/
+12
2024-10-30
Rewrite EC_POINT_point2hex()
tb
1
-34
/
+10
2024-10-30
Rewrite EC_POINT_point2bn()
tb
1
-17
/
+11
2024-10-30
ec_asn1_group2parameters: some spring cleaning
tb
1
-14
/
+12
2024-10-30
ec_asn1_group2parameters: replace point with generator
tb
1
-4
/
+4
[next]