summaryrefslogtreecommitdiff
path: root/lib/stream-ssl.c
Commit message (Expand)AuthorAgeFilesLines
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* vlog: Make the most common module reference more direct.Ben Pfaff2016-02-101-2/+2
* stream-ssl: Fix memory leak reported by valgrind.William Tu2016-01-111-6/+0
* stream-ssl: Fix misleading bound address format.Ben Pfaff2015-12-211-2/+2
* stream-ssl: Replace client CA list instead of adding to it.Liuyongqiang (A)2015-11-241-26/+17
* stream-ssl: Get peer-ca-cert functionality to work.Gurucharan Shetty2015-09-181-1/+1
* stream-ssl: Set SSL session cache mode to disables.Guru Chaitanya Perakam2015-07-061-0/+1
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-121-2/+2
* stream-ssl: Fix broken build.Ben Pfaff2015-03-031-3/+2
* stream: Eliminate pstream_set_dscp().Ben Pfaff2015-02-201-9/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* stream-tcp: Call setsockopt TCP_NODELAY after TCP is connected.Gurucharan Shetty2014-10-231-22/+2
* stream-tcp, stream-ssl: Remove unneeded getsockname() calls.Ben Pfaff2014-10-231-8/+0
* Fix two memory leaks.yinpeijun2014-07-281-0/+1
* poll-loop: Create Windows event handles for sockets automatically.Gurucharan Shetty2014-06-301-36/+6
* stream-ssl: Enable TLSv1.1 and TLSv1.2.Ben Pfaff2014-06-131-3/+11
* Move setsockopt TCP_NODELAY to when TCP is connected.Linda Sun2014-06-131-8/+26
* stream-ssl: Always initialize wevent member, even on non-Windows.Ben Pfaff2014-06-051-0/+4
* socket-util: Log the kernel assigned port number when asked.Gurucharan Shetty2014-05-281-1/+1
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-2/+3
* socket-util: closesocket() for Windows.Gurucharan Shetty2014-02-211-2/+0
* socket-util: Move sock_errno() to socket-util.Gurucharan Shetty2014-02-211-12/+0
* stream-ssl: Add support for Windows platform.Gurucharan Shetty2014-02-111-15/+81
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-061-16/+20
* Remove stream, vconn, and rconn functions to get local/remote IPs/ports.Ben Pfaff2013-12-171-10/+4
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-5/+5
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-3/+3
* ofproto: Define official OpenFlow port number.Justin Pettit2013-10-011-3/+3
* Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.Justin Pettit2013-10-011-3/+3
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-9/+10
* leak-checker: Remove because it cannot be made thread-safe.Ben Pfaff2013-06-171-2/+0
* Fix misspellings in comments and docs.Andy Hill2013-06-041-1/+1
* ovsdb-server: Announce bound listening ports as status:bound_port.Ben Pfaff2013-04-181-1/+2
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-3/+2
* packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.Ben Pfaff2012-12-121-2/+2
* pstream: Add set_dscp method.Isaku Yamahata2012-09-261-0/+8
* stream-ssl: Change "bootstrap race" log message from ERR to INFO.Ben Pfaff2012-08-131-1/+1
* stream-ssl: Avoid logging no-match error redundantly.Ben Pfaff2012-08-091-1/+1
* stream-ssl: Seed OpenSSL if it fails to seed itself.Ben Pfaff2012-08-091-0/+32
* util: New macro CONST_CAST.Ben Pfaff2012-08-031-2/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* stream: By default disable probing on unix sockets.Ethan Jackson2012-04-121-0/+2
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-7/+9
* stream: Make classes constSimon Horman2011-11-231-3/+3
* stream-ssl: Clear CAs for certificate verification before adding new ones.Ben Pfaff2011-06-171-0/+2
* stream-ssl: Disable SSL session caching.Ben Pfaff2011-06-061-105/+0
* stream-ssl: Log unexpected errors from 'stat'.Ben Pfaff2011-05-241-1/+5
* stream-ssl: Force CA cert file to be read when it appears during bootstrap.Ben Pfaff2011-05-241-10/+12