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-04-14
t22 and t23 can fail if the first chunk ends up being allocated at
otto
1
-2
/
+12
2024-04-14
Fix indent
tb
1
-3
/
+3
2024-04-14
Delete a few more GOST remnants
tb
1
-21
/
+1
2024-04-14
Remove documentation of no longer available API
tb
1
-85
/
+4
2024-04-13
Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl()
tb
2
-7
/
+16
2024-04-13
Unwrap a line for consistency with other copy-pasted versions
tb
1
-3
/
+2
2024-04-12
bio_enc: various basic cleanup
tb
1
-64
/
+67
2024-04-12
Garbage collect various *_init() pmeths
tb
3
-53
/
+24
2024-04-12
Fix a potential NULL-deref in EVP_PKEY_keygen()
tb
1
-6
/
+8
2024-04-11
Remove parentheses after return
tb
1
-40
/
+40
2024-04-11
Rework internal tm_to_*() converters
tb
1
-69
/
+66
2024-04-10
symbols test: Remove a few things that are long gone
tb
1
-19
/
+5
2024-04-10
Re-guard the crypto_malloc macros.
beck
1
-1
/
+3
2024-04-10
Remove the prototype of BN_gcd_nonct()
tb
1
-2
/
+1
2024-04-10
Hide deprecated functions in ec.h
beck
5
-12
/
+31
2024-04-10
Hide deprecated functions in evp.h
beck
5
-14
/
+19
2024-04-10
Add HMAC_init and HMAC_CTX_reset to Symbols.namespace.
beck
1
-0
/
+2
2024-04-10
Hide symbols in bn.h
beck
6
-19
/
+21
2024-04-10
Hide a couple of LCRYPTO_UNUSED in asn1.h
beck
4
-10
/
+8
2024-04-10
Add RC2 symbols to Symbols.namespace.
beck
1
-0
/
+7
2024-04-10
Finish hiding symbols in rand.h
beck
5
-6
/
+34
2024-04-10
Finish Hiding symbols in crypto.h
beck
9
-18
/
+101
2024-04-09
whirlpool_test: avoid calling arc4random_uniform(0)
tb
1
-2
/
+4
2024-04-09
whirlpool_test: zap lots of trailing whitespace
tb
1
-58
/
+58
2024-04-09
bn_convert: plug leak spotted by ASAN
tb
1
-2
/
+4
2024-04-09
Add a comment on abuse of EXFLAG_INVALID
tb
1
-1
/
+8
2024-04-09
Add initial regress for BN_set_bit(), BN_clear_bit() and BN_mask_bits().
jsing
2
-1
/
+229