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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Rewrite BN_rshift()
jsing
2023-01-05
1
-37
/
+42
*
Add explicit LL suffixes to large constants to appease some compilers on
miod
2023-01-01
1
-2
/
+3
*
succcess -> success
jsg
2022-12-28
1
-3
/
+3
*
Change the way malloc_init() works so that the main data structures
otto
2022-12-27
1
-65
/
+66
*
spelling fixes; from paul tagliamonte
jmc
2022-12-27
8
-15
/
+15
*
Prepare to provide X509_CRL_get0_sigalg()
tb
2022-12-26
2
-2
/
+12
*
fix another typo in comment in a line touched by the last commit (this
sthen
2022-12-26
1
-1
/
+1
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
10
-23
/
+23
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
100
-265
/
+265
*
Zap trailing whitespace in license and add some empty lines
tb
2022-12-24
5
-10
/
+18
*
Add the missing Copyright and license headers in the libcrypto/comp directory.
schwarze
2022-12-23
6
-9
/
+570
*
Document the deprecated wrappers BIO_set_app_data(3) and BIO_get_app_data(3).
schwarze
2022-12-23
1
-5
/
+36
*
Mark BIO_buffer_get_num_lines(3) as intentionally undocumented.
schwarze
2022-12-23
1
-2
/
+5
*
Mark BIO_f_nbio_test(3) as intentionally undocumented.
schwarze
2022-12-23
1
-2
/
+5
*
new manual page BIO_s_datagram(3);
schwarze
2022-12-23
3
-3
/
+577
[prev]
[next]