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
/
libc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-02-07
Add more functions (based on those used in OpenSSH) to the free NULL test.
jsing
1
-1
/
+19
2018-02-07
Restore the old behavior when a port number without a host name is
bluhm
1
-10
/
+12
2018-02-06
Do not call freeaddrinfo() with a NULL parameter.
bluhm
1
-2
/
+3
2018-02-06
Remove manual shutdown and close of the socket since in this case
tb
1
-7
/
+1
2018-02-06
Respect the OPENSSL make variable everywhere so that
tb
7
-20
/
+22
2018-02-05
Do not bother NULLing pointers in memory that is freed immediately after.
jsing
1
-3
/
+1
2018-02-05
Be consistent with the goto label names used in libtls code.
jsing
4
-51
/
+52
2018-01-30
keep in sync with ld.so malloc.c
otto
1
-2
/
+3
2018-01-30
word fix; from edgar pettijohn
jmc
1
-3
/
+3
2018-01-28
typo
otto
1
-2
/
+2
2018-01-28
add malloc_threaderr
otto
1
-1
/
+2
2018-01-28
- An error in the multithreaded case could print the wrong function name
otto
1
-12
/
+23
2018-01-28
Test for correct error when on thread allocates, and another does a double free
otto
2
-0
/
+71
2018-01-28
Initialize variables to avoid compiler warnings
inoguchi
3
-6
/
+6
2018-01-27
Update regress to match removal of ssl_parse_clienthello_tlsext().
jsing
1
-5
/
+8
2018-01-27
Complete the TLS extension handling rewrite for the server-side.
jsing
5
-98
/
+86
2018-01-27
Clarify the comment re the F5 EC curves extension bug.
jsing
1
-5
/
+6
2018-01-27
Convert ssl3_put_cipher_by_char() to CBB.
jsing
1
-9
/
+26
2018-01-26
- do not junk pages returned by free_bytes(), all freed chunks are already
otto
1
-19
/
+19
2018-01-24
Make the NEON codepaths conditional on __STRICT_ALIGNMENT not being
kettenis
3
-5
/
+5
2018-01-18
Zap the rotor, it was a wrong idea. Cluebat applied by kshe who
otto
1
-6
/
+3
2018-01-18
Move to ffs(3) for bitmask scanning. I played with this earlier,
otto
1
-21
/
+11
2018-01-18
Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias
guenther
2
-4
/
+6
2018-01-15
Add s_server and s_client -tlsextdebug messages
inoguchi
1
-1
/
+9
2018-01-12
Adjust references for sysctl(3) to sysctl(2)
deraadt
1
-4
/
+4
2018-01-08
optimization and some cleanup; mostly from kshe (except the unmap() part)
otto
1
-67
/
+51
2018-01-07
On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunately
kettenis
5
-12
/
+16
2018-01-07
Remove unused extern variable in openssl(1) s_time
inoguchi
1
-2
/
+1
2018-01-01
Only init chunk_info once, plus some moving of code to group related functions.
otto
1
-273
/
+267
2017-12-28
Initialise new_cipher in the serverhello TLS extensions test, to avoid a
jsing
1
-3
/
+14
2017-12-27
step one in avoiding unneccesary init of chunk_info;
otto
1
-65
/
+81
2017-12-24
Fix one possible buffer overflow and one underflow. Also some minor
millert
1
-20
/
+36
2017-12-16
Move __cxa_thread_atexit* to its own .c file to avoid pulling the code
guenther
4
-39
/
+64
2017-12-11
bump to 2.7.0
bcook
1
-3
/
+3
2017-12-11
http://repzret.org/p/repzret/
deraadt
3
-8
/
+8
2017-12-09
Make tls_config_parse_protocols() work correctly when passed a NULL pointer
jsing
1
-3
/
+5
2017-12-09
Add a regress test for tls_config_parse_protocols().
jsing
3
-1
/
+183
2017-12-09
Use a test value that fits into a long on both 32-bit and 64-bit
jsing
1
-9
/
+11
2017-12-09
In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdef
deraadt
1
-6
/
+8
2017-12-09
Please variable decl before code.
deraadt
1
-2
/
+2
2017-12-05
Remove DEF_STRONG(__cxa_thread_atexit_impl). This produces an unwanted
kettenis
1
-2
/
+1
2017-12-05
Seperate real and user timer interfaces
jca
4
-17
/
+15
2017-12-05
Implement __cxa_thread_atexit to support C++11 thread_local scope. The
kettenis
3
-3
/
+58
2017-12-01
Avoid using an uninitialized variable.
visa
1
-4
/
+6
2017-11-29
Mixing -url with any of -host, -port, or -path should be a usage error
guenther
1
-7
/
+8
2017-11-29
add -i to SYNOPSIS/usage() and sundry tweaks;
jmc
2
-6
/
+8
2017-11-29
clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"
guenther
4
-11
/
+23
2017-11-28
Add option -i to allow oscpcheck to be used to validate an on-disk staple
beck
2
-49
/
+103
2017-11-28
Add the missing STANDARDS section (kettenis@ noticed that these are
schwarze
1
-6
/
+14
2017-11-28
Allow TLS ciphers and protocols to be specified for nc(1).
jsing
2
-41
/
+65
[prev]
[next]