index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
stream-ssl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stream-ssl: Avoid unnecessary memory copies on send.
Ilya Maximets
2021-11-30
1
-3
/
+7
*
stream-ssl: Remove unsafe 1024 bit dh params
Jaime CaamaƱo Ruiz
2021-07-07
1
-2
/
+1
*
stream_ssl: fix important memory leak in ssl_connect() function
Damijan Skvarc
2019-09-23
1
-4
/
+9
*
stream-ssl: Fix crash on NULL private key and valid certificate.
Ilya Maximets
2019-06-28
1
-1
/
+1
*
stream-ssl: Add support for TLS SNI (Server Name Indication).
Ben Pfaff
2019-04-16
1
-5
/
+58
*
stream-ssl: Define SSL_OP_NO_SSL_MASK for OpenSSL versions that lack it.
Ben Pfaff
2018-08-06
1
-0
/
+6
*
stream-ssl: Don't enable new TLS versions by default
Timothy Redaelli
2018-08-03
1
-2
/
+1
*
Removed calls to AP deprecated in openssl 1.1
Eneas U de Queiroz
2018-06-05
1
-0
/
+2
*
Don't shadow variables.
Justin Pettit
2018-02-28
1
-4
/
+4
*
lib: Move lib/poll-loop.h to include/openvswitch
Xiao Liang
2017-11-03
1
-1
/
+1
*
add libressl compatibility
Stuart Cardall
2017-09-10
1
-1
/
+1
*
stream-ssl: Fix memory leak in error scenario
Mark Michelson
2017-07-25
1
-0
/
+1
*
socket-util: Change ss_format_address() to take a dynamic string.
Ben Pfaff
2017-07-17
1
-12
/
+13
*
stream: Make [p]stream_init() take ownership of 'name' parameter.
Ben Pfaff
2017-07-17
1
-4
/
+5
*
stream: store stream peer id with stream state
Lance Richardson
2017-05-04
1
-0
/
+41
*
Add support for specifying SSL connection parameters to ovsdb
Ethan Rahn
2016-11-10
1
-0
/
+65
*
stream-ssl: Fix memory leak on error path.
Ben Pfaff
2016-10-17
1
-1
/
+1
*
json: Move from lib to include/openvswitch.
Terry Wilson
2016-07-22
1
-1
/
+1
*
Move lib/ofpbuf.h to include/openvswitch directory
Ben Warren
2016-03-30
1
-1
/
+1
*
Move lib/dynamic-string.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-1
/
+1
*
vlog: Make the most common module reference more direct.
Ben Pfaff
2016-02-10
1
-2
/
+2
*
stream-ssl: Fix memory leak reported by valgrind.
William Tu
2016-01-11
1
-6
/
+0
*
stream-ssl: Fix misleading bound address format.
Ben Pfaff
2015-12-21
1
-2
/
+2
*
stream-ssl: Replace client CA list instead of adding to it.
Liuyongqiang (A)
2015-11-24
1
-26
/
+17
*
stream-ssl: Get peer-ca-cert functionality to work.
Gurucharan Shetty
2015-09-18
1
-1
/
+1
*
stream-ssl: Set SSL session cache mode to disables.
Guru Chaitanya Perakam
2015-07-06
1
-0
/
+1
*
Use the IANA-assigned ports for OpenFlow and OVSDB.
Justin Pettit
2015-03-12
1
-2
/
+2
*
stream-ssl: Fix broken build.
Ben Pfaff
2015-03-03
1
-3
/
+2
*
stream: Eliminate pstream_set_dscp().
Ben Pfaff
2015-02-20
1
-9
/
+1
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
stream-tcp: Call setsockopt TCP_NODELAY after TCP is connected.
Gurucharan Shetty
2014-10-23
1
-22
/
+2
*
stream-tcp, stream-ssl: Remove unneeded getsockname() calls.
Ben Pfaff
2014-10-23
1
-8
/
+0
*
Fix two memory leaks.
yinpeijun
2014-07-28
1
-0
/
+1
*
poll-loop: Create Windows event handles for sockets automatically.
Gurucharan Shetty
2014-06-30
1
-36
/
+6
*
stream-ssl: Enable TLSv1.1 and TLSv1.2.
Ben Pfaff
2014-06-13
1
-3
/
+11
*
Move setsockopt TCP_NODELAY to when TCP is connected.
Linda Sun
2014-06-13
1
-8
/
+26
*
stream-ssl: Always initialize wevent member, even on non-Windows.
Ben Pfaff
2014-06-05
1
-0
/
+4
*
socket-util: Log the kernel assigned port number when asked.
Gurucharan Shetty
2014-05-28
1
-1
/
+1
*
ofpbuf: Introduce access api for base, data and size.
Pravin Shelar
2014-03-30
1
-2
/
+3
*
socket-util: closesocket() for Windows.
Gurucharan Shetty
2014-02-21
1
-2
/
+0
*
socket-util: Move sock_errno() to socket-util.
Gurucharan Shetty
2014-02-21
1
-12
/
+0
*
stream-ssl: Add support for Windows platform.
Gurucharan Shetty
2014-02-11
1
-15
/
+81
*
Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.
Arun Sharma
2014-02-06
1
-16
/
+20
*
Remove stream, vconn, and rconn functions to get local/remote IPs/ports.
Ben Pfaff
2013-12-17
1
-10
/
+4
*
Rename NOT_REACHED to OVS_NOT_REACHED
Harold Lim
2013-12-17
1
-5
/
+5
*
Avoid printf type modifiers not supported by MSVC C runtime library.
Alin Serdean
2013-11-25
1
-3
/
+3
*
ofproto: Define official OpenFlow port number.
Justin Pettit
2013-10-01
1
-3
/
+3
*
Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.
Justin Pettit
2013-10-01
1
-3
/
+3
*
Replace all uses of strerror() by ovs_strerror(), for thread safety.
Ben Pfaff
2013-06-28
1
-9
/
+10
*
leak-checker: Remove because it cannot be made thread-safe.
Ben Pfaff
2013-06-17
1
-2
/
+0
[next]