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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Avoid a memory leak that results when the same tls_config is reused.
jsing
2018-02-08
1
-1
/
+4
*
Assert tedu's copyright since some of the code moved here is his.
jsing
2018-02-08
1
-1
/
+2
*
Split keypair handling out into its own file - it had already appeared
jsing
2018-02-08
6
-166
/
+215
*
use consistent style for for loop in unmap(), no functional change
otto
2018-02-07
1
-4
/
+2
*
Restore a check before BN_free() that needs to exist and write it such that
jsing
2018-02-07
1
-2
/
+3
*
Nuke some more free NULL guards.
jsing
2018-02-07
1
-9
/
+5
*
Indent labels with a single space so that diff prototypes are more useful.
jsing
2018-02-07
45
-190
/
+190
*
Add more free functions for NULL checks.
jsing
2018-02-07
1
-16
/
+67
*
Remove guards around *_free() calls since these functions handle NULL.
jsing
2018-02-07
18
-114
/
+67
*
Remove guards around *_free() calls since these functions handle NULL.
jsing
2018-02-07
1
-27
/
+15
*
Add more functions (based on those used in OpenSSH) to the free NULL test.
jsing
2018-02-07
1
-1
/
+19
*
Restore the old behavior when a port number without a host name is
bluhm
2018-02-07
1
-10
/
+12
*
Do not call freeaddrinfo() with a NULL parameter.
bluhm
2018-02-06
1
-2
/
+3
*
Remove manual shutdown and close of the socket since in this case
tb
2018-02-06
1
-7
/
+1
*
Respect the OPENSSL make variable everywhere so that
tb
2018-02-06
7
-20
/
+22
*
Do not bother NULLing pointers in memory that is freed immediately after.
jsing
2018-02-05
1
-3
/
+1
*
Be consistent with the goto label names used in libtls code.
jsing
2018-02-05
4
-51
/
+52
*
keep in sync with ld.so malloc.c
otto
2018-01-30
1
-2
/
+3
*
word fix; from edgar pettijohn
jmc
2018-01-30
1
-3
/
+3
*
typo
otto
2018-01-28
1
-2
/
+2
*
add malloc_threaderr
otto
2018-01-28
1
-1
/
+2
*
- An error in the multithreaded case could print the wrong function name
otto
2018-01-28
1
-12
/
+23
*
Test for correct error when on thread allocates, and another does a double free
otto
2018-01-28
2
-0
/
+71
*
Initialize variables to avoid compiler warnings
inoguchi
2018-01-28
3
-6
/
+6
*
Update regress to match removal of ssl_parse_clienthello_tlsext().
jsing
2018-01-27
1
-5
/
+8
*
Complete the TLS extension handling rewrite for the server-side.
jsing
2018-01-27
5
-98
/
+86
*
Clarify the comment re the F5 EC curves extension bug.
jsing
2018-01-27
1
-5
/
+6
*
Convert ssl3_put_cipher_by_char() to CBB.
jsing
2018-01-27
1
-9
/
+26
*
- do not junk pages returned by free_bytes(), all freed chunks are already
otto
2018-01-26
1
-19
/
+19
*
Make the NEON codepaths conditional on __STRICT_ALIGNMENT not being
kettenis
2018-01-24
3
-5
/
+5
*
Zap the rotor, it was a wrong idea. Cluebat applied by kshe who
otto
2018-01-18
1
-6
/
+3
*
Move to ffs(3) for bitmask scanning. I played with this earlier,
otto
2018-01-18
1
-21
/
+11
*
Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias
guenther
2018-01-18
2
-4
/
+6
*
Add s_server and s_client -tlsextdebug messages
inoguchi
2018-01-15
1
-1
/
+9
*
Adjust references for sysctl(3) to sysctl(2)
deraadt
2018-01-12
1
-4
/
+4
*
optimization and some cleanup; mostly from kshe (except the unmap() part)
otto
2018-01-08
1
-67
/
+51
*
On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunately
kettenis
2018-01-07
5
-12
/
+16
*
Remove unused extern variable in openssl(1) s_time
inoguchi
2018-01-07
1
-2
/
+1
*
Only init chunk_info once, plus some moving of code to group related functions.
otto
2018-01-01
1
-273
/
+267
*
Initialise new_cipher in the serverhello TLS extensions test, to avoid a
jsing
2017-12-28
1
-3
/
+14
*
step one in avoiding unneccesary init of chunk_info;
otto
2017-12-27
1
-65
/
+81
*
Fix one possible buffer overflow and one underflow. Also some minor
millert
2017-12-24
1
-20
/
+36
*
Move __cxa_thread_atexit* to its own .c file to avoid pulling the code
guenther
2017-12-16
4
-39
/
+64
*
bump to 2.7.0
bcook
2017-12-11
1
-3
/
+3
*
http://repzret.org/p/repzret/
deraadt
2017-12-11
3
-8
/
+8
*
Make tls_config_parse_protocols() work correctly when passed a NULL pointer
jsing
2017-12-09
1
-3
/
+5
*
Add a regress test for tls_config_parse_protocols().
jsing
2017-12-09
3
-1
/
+183
*
Use a test value that fits into a long on both 32-bit and 64-bit
jsing
2017-12-09
1
-9
/
+11
*
In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdef
deraadt
2017-12-09
1
-6
/
+8
*
Please variable decl before code.
deraadt
2017-12-09
1
-2
/
+2
[prev]
[next]