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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Explain how to free the stack returned by CMS_get1_{certs,crls}()
tb
2024-11-30
1
-2
/
+9
*
Inline trivial EC point methods
tb
2024-11-30
3
-95
/
+23
*
Get BNs Z coordinates from the BN_CTX
tb
2024-11-30
1
-8
/
+3
*
Improve ec_points_make_affine()
tb
2024-11-30
1
-119
/
+93
*
Don't leak the abuf on error in PKCS7_dataFinal()
tb
2024-11-30
1
-1
/
+2
*
Remove X9.42 DH rudiments
tb
2024-11-29
3
-19
/
+7
*
Provide an example of signing with HMAC-SHA256 or Ed25519
schwarze
2024-11-29
1
-3
/
+67
*
Remove weird pad member that was never set to zero after malloc() so
tb
2024-11-29
3
-12
/
+3
*
Make a comment match reality better
tb
2024-11-26
1
-1
/
+1
*
Unify checking for the asn1_flag
tb
2024-11-25
2
-4
/
+4
*
Fix some inaccuracies and gaps in the paragraph i wrote about CMAC
schwarze
2024-11-24
1
-18
/
+47
*
Disable small builtin curves
tb
2024-11-24
1
-1
/
+23
*
Simplify endian handling in SHA-3.
jsing
2024-11-23
1
-26
/
+5
*
Further refactoring of the wNAF code
tb
2024-11-23
1
-55
/
+65
*
Drop bn is zero special case
tb
2024-11-23
1
-5
/
+1
*
Further simplify after dropping wNAF modification
tb
2024-11-23
1
-23
/
+13
*
Ditch the wNAF modification
tb
2024-11-23
1
-10
/
+5
*
Comment tweak from jsing with another tweak by me
tb
2024-11-22
1
-2
/
+2
*
Stop using BIGNUM internals, add some clarifying comments
tb
2024-11-22
1
-4
/
+23
*
Rewrite the crazy while loop into a for loop
tb
2024-11-22
1
-5
/
+5
*
First pass over compute_wNAF()
tb
2024-11-22
1
-145
/
+80
*
Swap the order of m and n in ec_wNAF_precompute()
tb
2024-11-22
1
-10
/
+10
*
Split two helpers out of ec_wNAF_mul()
tb
2024-11-22
1
-92
/
+119
*
Rename curve_name into nid
tb
2024-11-22
2
-6
/
+6
*
Use OPENSSL_EC_EXPLICIT_CURVE rather than 0
tb
2024-11-22
1
-2
/
+2
*
Garbage collect the now unused totalnum
tb
2024-11-22
1
-5
/
+2
*
Move wNAF[], wNAF_len[], wsize[] to the stack
tb
2024-11-22
1
-32
/
+6
*
Change 0 - digit to -digit
tb
2024-11-22
1
-2
/
+2
*
Rename val_sub[] into row[] and move it to the stack
tb
2024-11-22
1
-15
/
+13
*
ec_wNAF_mul(): lose two levels of indentation
tb
2024-11-21
1
-17
/
+18
*
ec_wNAF_mul(): remove r_is_at_infinity silliness
tb
2024-11-21
1
-25
/
+20
*
ec_lib: zap a useless comment
tb
2024-11-17
1
-3
/
+1
*
Minor simplifications in ec_cmp()
tb
2024-11-17
1
-11
/
+9
*
Rewrite EC_GROUP_cmp()
tb
2024-11-17
1
-51
/
+75
*
Simplify signature of ec_wNAF_mul()
tb
2024-11-16
3
-56
/
+30
*
Provide a SHA-256 assembly implementation for amd64 using SHA-NI.
jsing
2024-11-16
3
-2
/
+220
*
Remove sha512-x86_64.pl.
jsing
2024-11-16
1
-347
/
+0
*
Provide a replacement assembly implementation for SHA-512 on amd64.
jsing
2024-11-16
3
-6
/
+336
*
Add CPU capability detection for the Intel SHA extensions (aka SHA-NI).
jsing
2024-11-16
2
-5
/
+27
*
Specify size for K256 symbol.
jsing
2024-11-16
1
-1
/
+2
*
Merge ec_kmeth into ec_key
tb
2024-11-16
3
-331
/
+272
*
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
*
Use a better curve and a better hash for the ECDSA_do_sign() example
tb
2024-11-15
1
-9
/
+9
*
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
*
x509_policy.c: point at RFC 9618
tb
2024-11-14
1
-3
/
+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
[prev]
[next]