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
OPENBSD_7_7
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
/
libc
/
stdlib
/
merge.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-10
Add the missing ".Nm X509_STORE_CTX_check_issued_fn" to the NAME section
schwarze
1
-2
/
+4
2023-08-10
Clean up {dh,dsa}_pub_encode()
tb
2
-46
/
+54
2023-08-10
Fix a leak in rsa_pub_encode()
tb
1
-12
/
+19
2023-08-10
In x509_vfy.h rev. 1.60 and rev. 1.62 (April 2023), tb@ provided
schwarze
1
-26
/
+51
2023-08-10
Remove now unnecessary 'do {} while (0);' and move variable declaration.
jsing
1
-5
/
+2
2023-08-10
Expand HASH_MAKE_STRING.
jsing
1
-13
/
+13
2023-08-10
Remove MD32_XARRAY remnants.
jsing
1
-4
/
+1
2023-08-10
Reorder functions.
jsing
1
-119
/
+119
2023-08-10
Implement MD5_{Update,Transform,Final}() directly in md5.c.
jsing
1
-1
/
+103
2023-08-10
Tidy includes.
jsing
2
-8
/
+3
2023-08-10
Mop up the last MD32_XARRAY.
jsing
1
-197
/
+187
2023-08-10
Inline the remaining 10 lines from rmdconst.h.
jsing
2
-75
/
+12
2023-08-10
Inline X variables definitions.
jsing
2
-345
/
+175
2023-08-10
Inline shift values.
jsing
2
-330
/
+170
2023-08-10
Apply some more style(9).
jsing
1
-170
/
+171
2023-08-10
Various fixes in {dh,dsa}_priv_encode()
tb
2
-40
/
+48
2023-08-10
rsa_priv_encode: plug leak on PKCS8_pkey_set0() failure
tb
1
-15
/
+19
2023-08-10
Improve byte order handling in gcm128.
jsing
1
-329
/
+44
2023-08-10
Remove MD32_REG_T.
jsing
6
-48
/
+16
2023-08-09
Add the forgotten .In line
schwarze
1
-3
/
+4
2023-08-09
In objects.h rev. 1.14 and 1.15 (Jan 2022), tb@ provided
schwarze
1
-5
/
+65
2023-08-09
Rework BN_BLINDING to use pthread_t directly
tb
3
-28
/
+18
2023-08-09
Merge remainder of rsa_crpt.c into rsa_eay.c
tb
3
-130
/
+55
2023-08-09
Move RSA blinding API from rsa_crpt.c to rsa_blinding.c
tb
2
-102
/
+102
2023-08-09
Move RSA_blinding_{on,off}() to the bottom of the file
tb
1
-29
/
+29
2023-08-09
Move bn_blind.c to rsa_blinding.c
tb
4
-13
/
+14
2023-08-09
Make declaration and definition of BN_BLINDING_new() match.
tb
2
-4
/
+4
2023-08-09
Merge BN_BLINDING_create_param() into BN_BLINDING_new()
tb
3
-33
/
+16
2023-08-09
Set up the blinding factors on first use
tb
1
-27
/
+14
2023-08-09
Remove retry loop in BN_BLINDING_setup()
tb
1
-24
/
+5
2023-08-09
Compute a square using BN_mod_sqr() instead of BN_mod_mul()
tb
1
-3
/
+3
2023-08-09
Simplify BN_BLINDING_invert()
tb
1
-14
/
+5
2023-08-09
Unwrap a line
tb
1
-3
/
+2
2023-08-08
Unwrap a line
tb
1
-3
/
+2
2023-08-08
Drop the unused BN_BLINDING argument of BN_BLINDING_create_param()
tb
3
-14
/
+11
2023-08-08
Rename ret into b in BN_BLINDING_setup()
tb
1
-8
/
+8
2023-08-08
Factor the actual setup step for the blinding into a helper
tb
1
-30
/
+43
2023-08-08
X509_STORE_CTX_get_check_issued(3) is weird.
schwarze
1
-0
/
+9
2023-08-08
Make BN_BLINDING respect some invariants
tb
1
-48
/
+17
2023-08-08
Simplify RSA_setup_blinding()
tb
1
-21
/
+16
2023-08-08
Remove ECDSA nonce padding kludge
tb
1
-22
/
+1
2023-08-08
In objects.h rev. 1.17 (Jan 14, 2022),
schwarze
1
-7
/
+1
2023-08-07
No need to mark BN_options() as intentionally undocumented any longer.
schwarze
1
-1
/
+0
2023-08-07
Mark asn1_ps_func as obsolete and intentionally undocumented.
schwarze
1
-0
/
+1
2023-08-07
Mark BIT_STRING_BITNAME as obsolete and intentionally undocumented.
schwarze
1
-0
/
+1
2023-08-07
Add a regress test exercising BIO_dup_chain() and triggering the leak
tb
1
-1
/
+43
2023-08-07
Fix two leaks in BIO_dup_chain()
tb
1
-19
/
+17
2023-08-07
Add missing space before =
tb
1
-2
/
+2
2023-08-05
remove trailing comma in NAME;
jmc
1
-3
/
+3
2023-08-04
Move the ENGINE_new() prototype a line down
tb
1
-2
/
+2
[next]