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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Provide an implementation of bn_sqr() that calls s2n-bignum's bignum_sqr().
jsing
2023-01-21
3
-3
/
+41
*
Fix include.
jsing
2023-01-21
1
-1
/
+1
*
Include the ISC license from s2n-bignum's LICENSE file.
jsing
2023-01-21
1
-1
/
+12
*
Bring in s2n-bignum's bignum_sqr() for amd64.
jsing
2023-01-21
1
-0
/
+185
*
Include the ISC license from s2n-bignum's LICENSE file.
jsing
2023-01-21
2
-1
/
+25
*
Bring in the internal and "public" headers for s2n-bignum.
jsing
2023-01-21
2
-0
/
+862
*
Refactor BN_mul().
jsing
2023-01-21
1
-67
/
+81
*
Refactor BN_sqr().
jsing
2023-01-21
1
-50
/
+80
*
Provide basic benchmarks for BN_mul() and BN_sqr().
jsing
2023-01-21
2
-2
/
+275
*
Reorder functions and drop unnessary static prototypes.
jsing
2023-01-21
1
-372
/
+363
*
Refactor x509v3_cache_extensions
job
2023-01-20
3
-41
/
+26
*
Remove various #ifndef BN_SQR_COMBA.
jsing
2023-01-20
1
-19
/
+1
*
Move bn_{mul,sqr}_comba{4,8}() from bn_asm.c to bn_mul.c/bn_sqr.c.
jsing
2023-01-20
8
-306
/
+302
*
Move {mul,sqr}_add_c{,2} macros from bn_asm.c to bn_local.h.
jsing
2023-01-20
3
-153
/
+160
*
Remove unused code.
jsing
2023-01-20
3
-467
/
+15
*
Replace BN_DIV3W with HAVE_BN_DIV_3_WORDS (in bn_arch.h).
jsing
2023-01-20
3
-6
/
+8
*
Provide a per machine bn_arch.h.
jsing
2023-01-20
15
-1
/
+338
*
Reorder functions.
jsing
2023-01-20
1
-344
/
+344
*
Reorder functions for easier maintenance.
jsing
2023-01-20
1
-30
/
+30
*
Remove more unused assembly generation scripts.
jsing
2023-01-19
8
-696
/
+0
*
Remove various unused assembly files and assembly generation scripts.
jsing
2023-01-19
10
-7760
/
+0
*
Bring in a description of bn_words_3_div().
jsing
2023-01-18
1
-1
/
+9
*
Start cleaning up BN_div_internal().
jsing
2023-01-18
1
-158
/
+195
*
Don't do policy checking unless we were asked to do so.
beck
2023-01-17
1
-2
/
+3
*
Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_add
miod
2023-01-17
12
-700
/
+7
*
Move BN_sqr() to the bottom of the file.
jsing
2023-01-16
1
-85
/
+85
*
Mop up debug code that escaped previously.
jsing
2023-01-16
3
-82
/
+3
*
gost: add missing BN_CTX_{start,end}() pair
tb
2023-01-15
1
-1
/
+4
*
Move constants out of text segment into rodata to prepare for xonly support
deraadt
2023-01-14
14
-19
/
+25
*
Remove unused Elliptic Curve code.
jsing
2023-01-14
15
-25353
/
+4
*
Rewrite BN_CTX.
jsing
2023-01-14
1
-410
/
+98
*
Greatly simplify bn_expand_internal().
jsing
2023-01-14
1
-103
/
+26
*
Clean up and simplify EC_KEY handling, mostly from a BN_CTX perspective.
jsing
2023-01-14
1
-59
/
+80
*
Move all data tables from .text section to .rodata, and update the code to
miod
2023-01-13
8
-39
/
+104
*
Move all data tables from .text section to .rodata, and update the code to
miod
2023-01-13
7
-78
/
+54
*
Prevent 1-byte out-of-bounds read in i2c_ASN1_BIT_STRING
tb
2023-01-13
1
-2
/
+4
*
based upon inspection of obj/*.S ...
deraadt
2023-01-11
1
-1
/
+3
*
temporarily force hppa libcrypto to be built --no-execute-only because
deraadt
2023-01-11
1
-1
/
+3
*
Clean up and simplify BIGNUM handling in DSA code.
jsing
2023-01-11
3
-96
/
+116
*
Simplify BIGNUM handling in dsa_builtin_keygen().
jsing
2023-01-11
1
-18
/
+17
*
Replace BN_lshift1()/BN_rshift1() with calls to BN_lshift()/BN_rshift().
jsing
2023-01-11
1
-125
/
+42
*
Rewrite BN_lshift()
jsing
2023-01-10
1
-26
/
+57
*
Rewrite/simplify BN_free().
jsing
2023-01-07
1
-10
/
+12
*
Flip BN_clear_free() and BN_free()
jsing
2023-01-07
1
-4
/
+4
*
Use calloc() in BN_new(), rather than malloc() and then manually zeroing.
jsing
2023-01-07
1
-10
/
+7
*
Fix previous.
jsing
2023-01-07
1
-3
/
+9
*
tlsfuzzer: hook up new connection abort tests while skipping the NST
tb
2023-01-06
1
-1
/
+5
*
Rewrite BN_rshift()
jsing
2023-01-05
1
-37
/
+42
*
Add additional shift benchmarks that are useful on BN_BITS2 == 32 platforms
jsing
2023-01-05
1
-2
/
+56
*
ugly white space
deraadt
2023-01-04
1
-2
/
+2
[prev]
[next]