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
/
recallocarray.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-06-10
err.c: fix previous: 8 spaces -> tab
tb
1
-2
/
+2
2025-06-09
Fix comment: unsigned int, not just int
tb
1
-2
/
+2
2025-06-09
one DES_LONG hid in arch/sh/opensslconf.h
tb
1
-8
/
+0
2025-06-09
Move (mostly) MI constants to proper headers
tb
18
-416
/
+36
2025-06-09
Make OPENSSL_IA32_SSE2 the default for i386 and remove the flag.
jsing
8
-23
/
+9
2025-06-09
Remove GNU assembler version check.
jsing
1
-4
/
+1
2025-06-09
Stop defining OPENSSL_IA32_SSE2 on amd64.
jsing
1
-2
/
+1
2025-06-09
Retire the manual pages OPENSSL_load_builtin_modules(3) and OBJ_NAME_add(3)
schwarze
7
-456
/
+25
2025-06-09
EVP_cleanup(3) is no longer relevant here since it no longer has any effect.
schwarze
1
-3
/
+2
2025-06-09
This file is no longer relevant because the function CONF_module_add()
schwarze
1
-73
/
+0
2025-06-09
SSL_shutdown(): remove pointless NULL check.
tb
1
-2
/
+2
2025-06-08
mention that SSL_load_error_strings(3) lives in libssl;
schwarze
1
-1
/
+3
2025-06-08
.Lb libssl libcrypto ; OK tb@
schwarze
121
-244
/
+365
2025-06-08
delete an "intentionally undocumented" comment regarding stuff
schwarze
1
-8
/
+3
2025-06-08
add the missing .In line and add .Lb libssl libcrypto ; OK tb@
schwarze
2
-4
/
+8
2025-06-08
.Lb libcrypto ; OK tb@
schwarze
411
-822
/
+1233
2025-06-08
remove some "intentionally undocumented" comments regarding stuff
schwarze
9
-37
/
+27
2025-06-08
add the missing .In line and add .Lb libcrypto ; OK tb@
schwarze
2
-4
/
+8
2025-06-08
allow checking of tls.h
schwarze
1
-2
/
+3
2025-06-08
allow checking of conf.h
schwarze
1
-1
/
+5
2025-06-08
Remove ${MULTIPLE_OF_EIGHT}_BIT*
tb
13
-144
/
+0
2025-06-08
Test to verify the handling of fflush() for the pushed-back buffer that
yasuoka
1
-1
/
+40
2025-06-08
More code clean up.
jsing
1
-10
/
+9
2025-06-08
Remove more mess related to arm assembly.
jsing
1
-23
/
+1
2025-06-08
Garbage collect DES_PTR
tb
13
-78
/
+0
2025-06-08
Remove DES_RISC*
tb
13
-715
/
+0
2025-06-07
Trim trailing whitespace
tb
1
-8
/
+8
2025-06-07
Spelling, discussed with jsing
tb
1
-1
/
+1
2025-06-07
tls13_ctx_new(): fix calloc() incantation
tb
1
-2
/
+2
2025-06-07
Fix weird calloc() argument order
tb
1
-5
/
+5
2025-06-07
do_PVK_body: Unconditionally free enctmp
tb
1
-3
/
+3
2025-06-07
Fix smatch warning in asn1_primitive_print()
tb
1
-2
/
+2
2025-06-07
KNF for variations of get_cipher_by_name()
tb
3
-6
/
+9
2025-06-07
openssl.1: update defaults for cms and smime
tb
1
-4
/
+4
2025-06-07
openssl smime: switch default encryption from 40-bit RC2 to AES-256
tb
1
-11
/
+5
2025-06-07
openssl cms: switch default encryption from triple DES to AES-256
tb
1
-11
/
+5
2025-06-07
crypto_ex_data: fix allocation size of classes_new
tb
1
-2
/
+2
2025-06-06
Fix EVP_DecryptFinal() for CCM ciphers
tb
1
-5
/
+10
2025-06-05
pkcs7.h: drop two spaces before a tab
tb
1
-3
/
+3
2025-06-05
Rename the header guard of des.h with HEADER_DES_H
tb
14
-16
/
+16
2025-06-05
Remove preprocessor branching on HEADER_DES_H
tb
13
-13
/
+13
2025-06-05
opensslconf.h: remove md2 leftovers
tb
13
-52
/
+0
2025-06-04
libtls: add basic regress for ALPN
tb
1
-1
/
+138
2025-06-04
libtls: abort handshake on no ALPN protcol overlap
tb
1
-2
/
+2
2025-06-04
Revert 1.144 of lib/libc/stdlib/malloc.3. It was changed by accident
yasuoka
1
-12
/
+3
2025-06-03
Now our fflush() comply POSIX-2008. test_fflush is expected "pass".
yasuoka
2
-6
/
+3
2025-06-03
Again. Make exit(), fclose(), fflush(), and freopen() comply with
yasuoka
2
-9
/
+17
2025-06-03
parse_test_file: add a missing call to finish in last cleanup
tb
1
-1
/
+4
2025-06-03
parse_test_file: add missing error checks for init()
tb
1
-3
/
+5
2025-06-03
Use timingsafe_memcmp when comparing authenticators
kenjiro
3
-9
/
+9
[next]