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
/
ec_asn1.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-22
Move wNAF[], wNAF_len[], wsize[] to the stack
tb
1
-32
/
+6
2024-11-22
Change 0 - digit to -digit
tb
1
-2
/
+2
2024-11-22
Rename val_sub[] into row[] and move it to the stack
tb
1
-15
/
+13
2024-11-21
ec_wNAF_mul(): lose two levels of indentation
tb
1
-17
/
+18
2024-11-21
ec_wNAF_mul(): remove r_is_at_infinity silliness
tb
1
-25
/
+20
2024-11-17
ec_lib: zap a useless comment
tb
1
-3
/
+1
2024-11-17
Minor simplifications in ec_cmp()
tb
1
-11
/
+9
2024-11-17
Rewrite EC_GROUP_cmp()
tb
1
-51
/
+75
2024-11-16
Simplify signature of ec_wNAF_mul()
tb
3
-56
/
+30
2024-11-16
Provide a SHA-256 assembly implementation for amd64 using SHA-NI.
jsing
3
-2
/
+220
2024-11-16
Remove sha512-x86_64.pl.
jsing
1
-347
/
+0
2024-11-16
Provide a replacement assembly implementation for SHA-512 on amd64.
jsing
3
-6
/
+336
2024-11-16
Add CPU capability detection for the Intel SHA extensions (aka SHA-NI).
jsing
2
-5
/
+27
2024-11-16
Specify size for K256 symbol.
jsing
1
-1
/
+2
2024-11-16
Merge ec_kmeth into ec_key
tb
3
-331
/
+272
2024-11-16
Shuffle the global default_ec_key_meth down a few lines
tb
1
-3
/
+3
2024-11-16
Move the default EC_KEY_METHOD to the end of the file
tb
1
-50
/
+50
2024-11-15
Use a better curve and a better hash for the ECDSA_do_sign() example
tb
1
-9
/
+9
2024-11-15
ec_mult: fix includes
tb
1
-2
/
+5
2024-11-15
EC_KEY_copy() don't leave stale private keys in place
tb
1
-6
/
+3
2024-11-14
x509_policy.c: point at RFC 9618
tb
1
-3
/
+3
2024-11-14
eck_prn: some more air to breathe
tb
1
-1
/
+3
2024-11-14
eck_prn: fix includes
tb
1
-2
/
+4
2024-11-14
ec_prn: use pkey rather than pk for an EC_KEY
tb
1
-11
/
+11
2024-11-14
eck_prn: use group rather than x for an EC_GROUP
tb
1
-3
/
+3
2024-11-14
eck_prn: use ec_key rather than x for an EC_KEY
tb
1
-9
/
+9
2024-11-14
eck_prn: consistently use bio for a BIO rather than b and bp randomly
tb
1
-43
/
+43
2024-11-14
eck_prn: sprinkle some empty lines and drop some parens for consistency
tb
1
-7
/
+23
2024-11-14
eck_prn: shuffle printing functions into a better order
tb
1
-47
/
+47
2024-11-13
AES_{decrypt,encrypt}() don't return void internal function
tb
1
-3
/
+3
2024-11-12
The subject of a certificate is not optional
tb
1
-2
/
+2
2024-11-12
Link the new manual page EVP_PKEY_new_CMAC_key(3) to the build
schwarze
2
-29
/
+5