summaryrefslogtreecommitdiff
path: root/lib/stream-ssl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* stream-ssl: Fix call to accept().Ben Pfaff2011-05-161-1/+1
* stream-ssl: Use out_of_memory() to abort due to lack of memory.Ben Pfaff2011-04-041-2/+1
* Fix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1Gaetano Catalli2011-03-301-0/+2
* stream-ssl: Only set SSL client session once.Ben Pfaff2011-03-011-9/+7
* stream-ssl: Break interpretation of queued error into new function.Ben Pfaff2011-03-011-10/+15
* stream-ssl: Only cache SSL sessions after they shut down.Ben Pfaff2011-01-251-15/+7
* stream-ssl: Set a session context ID string on our SSL_CTX.Ben Pfaff2011-01-251-0/+11
* stream-ssl: Fix compiler warning.Ethan Jackson2011-01-041-1/+1
* coverage: Make the coverage counters catalog program-specific.Ben Pfaff2010-11-301-0/+3