]> git.proxmox.com Git - mirror_ovs.git/history - lib/stream-ssl.c
ovsdb-idl: Fix iteration over tracked rows with no actual data.
[mirror_ovs.git] / lib / stream-ssl.c
2019-09-23 Damijan Skvarcstream_ssl: fix important memory leak in ssl_connect...
2019-06-28 Ilya Maximetsstream-ssl: Fix crash on NULL private key and valid...
2019-04-16 Ben Pfaffstream-ssl: Add support for TLS SNI (Server Name Indica...
2018-08-06 Ben Pfaffstream-ssl: Define SSL_OP_NO_SSL_MASK for OpenSSL versi...
2018-08-04 Timothy Redaellistream-ssl: Don't enable new TLS versions by default
2018-06-05 Eneas U de QueirozRemoved calls to AP deprecated in openssl 1.1
2018-02-28 Justin PettitDon't shadow variables.
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-09-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/darball...
2017-09-10 Stuart Cardalladd libressl compatibility
2017-07-25 Mark Michelsonstream-ssl: Fix memory leak in error scenario
2017-07-17 Ben Pfaffsocket-util: Change ss_format_address() to take a dynam...
2017-07-17 Ben Pfaffstream: Make [p]stream_init() take ownership of 'name...
2017-05-04 Lance Richardsonstream: store stream peer id with stream state
2016-11-10 Ethan RahnAdd support for specifying SSL connection parameters...
2016-10-17 Ben Pfaffstream-ssl: Fix memory leak on error path.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-02-10 Ben Pfaffvlog: Make the most common module reference more direct.
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-11 William Tustream-ssl: Fix memory leak reported by valgrind.
2015-12-21 Ben Pfaffstream-ssl: Fix misleading bound address format.
2015-11-25 Liuyongqiang (A)stream-ssl: Replace client CA list instead of adding...
2015-09-18 Gurucharan Shettystream-ssl: Get peer-ca-cert functionality to work.
2015-07-06 Guru Chaitanya Perakamstream-ssl: Set SSL session cache mode to disables.
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-13 Justin PettitUse the IANA-assigned ports for OpenFlow and OVSDB.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-04 Ben Pfaffstream-ssl: Fix broken build.
2015-02-20 Ben Pfaffstream: Eliminate pstream_set_dscp().
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-10-23 Gurucharan Shettystream-tcp: Call setsockopt TCP_NODELAY after TCP is...
2014-10-23 Ben Pfaffstream-tcp, stream-ssl: Remove unneeded getsockname...
2014-07-28 yinpeijunFix two memory leaks.
2014-06-30 Gurucharan Shettypoll-loop: Create Windows event handles for sockets...
2014-06-13 Ben Pfaffstream-ssl: Enable TLSv1.1 and TLSv1.2.
2014-06-13 Linda SunMove setsockopt TCP_NODELAY to when TCP is connected.
2014-06-05 Ben Pfaffstream-ssl: Always initialize wevent member, even on...
2014-05-28 Gurucharan Shettysocket-util: Log the kernel assigned port number when...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-02-21 Gurucharan Shettysocket-util: closesocket() for Windows.
2014-02-21 Gurucharan Shettysocket-util: Move sock_errno() to socket-util.
2014-02-11 Gurucharan Shettystream-ssl: Add support for Windows platform.
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2013-12-17 Ben PfaffRemove stream, vconn, and rconn functions to get local...
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-10-01 Justin Pettitofproto: Define official OpenFlow port number.
2013-10-01 Justin PettitDon't differentiate between TCP and SSL ports for OpenF...
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-17 Ben Pfaffleak-checker: Remove because it cannot be made thread...
2013-06-05 Andy HillFix misspellings in comments and docs.
2013-04-18 Ben Pfaffovsdb-server: Announce bound listening ports as status...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-12-12 Ben Pfaffpackets: Change IP_ARGS interface to take an ovs_be32...
2012-09-27 Isaku Yamahatapstream: Add set_dscp method.
2012-08-13 Ben Pfaffstream-ssl: Change "bootstrap race" log message from...
2012-08-09 Ben Pfaffstream-ssl: Avoid logging no-match error redundantly.
2012-08-09 Ben Pfaffstream-ssl: Seed OpenSSL if it fails to seed itself.
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-12 Ethan Jacksonstream: By default disable probing on unix sockets.
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2011-11-24 Simon Hormanstream: Make classes const
2011-06-17 Ben Pfaffstream-ssl: Clear CAs for certificate verification...
2011-06-06 Ben Pfaffstream-ssl: Disable SSL session caching.
2011-05-24 Ben Pfaffstream-ssl: Log unexpected errors from 'stat'.
2011-05-24 Ben Pfaffstream-ssl: Force CA cert file to be read when it appea...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben Pfaffstream-ssl: Fix call to accept().
2011-04-04 Ben Pfaffstream-ssl: Use out_of_memory() to abort due to lack...
2011-03-30 Gaetano CatalliFix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1
2011-03-01 Ben Pfaffstream-ssl: Only set SSL client session once.
2011-03-01 Ben Pfaffstream-ssl: Break interpretation of queued error into...
2011-01-26 Ben Pfaffstream-ssl: Only cache SSL sessions after they shut...
2011-01-26 Ben Pfaffstream-ssl: Set a session context ID string on our...
2011-01-04 Ethan Jacksonstream-ssl: Fix compiler warning.
2010-11-30 Ben Pfaffcoverage: Make the coverage counters catalog program...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-14 Ben Pfaffstream-ssl: Avoid warning with recent OpenSSL.
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-27 Ben Pfaffstream-ssl: Use OPENSSL_free() to free memory from...
2010-08-11 Ben Pfaffstream-ssl: Enable SSL session caching.
2010-08-11 Ben Pfaffstream-ssl: Remove unused 'connect_error' member.
2010-08-05 Ben Pfaffstream-ssl: Make changing keys and certificate at runti...
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-06-23 Ben Pfaffstream-ssl: Log protocol details at DBG level.
2010-05-13 Ben Pfaffstream-ssl: Flush OpenSSL error queue after calling...
2010-05-11 Ben PfaffDiagnose attempts to connect the wrong protocol to...
2010-04-26 Ben Pfaffsocket-util: Move get_mtime() here from stream-ssl.
2010-04-14 Ben Pfaffstream-ssl: Avoid access-after-free error in update_ssl...
2010-04-12 Ben Pfaffstream-ssl: Make it possible to avoid checking peer...
2010-04-12 Ben Pfaffstream-ssl: Read existing CA certificate more eagerly...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-24 Ben Pfaffstream-ssl: Only re-read certificates and keys if they...
2010-03-19 Ben Pfaffstream-ssl: Make no-op reconfiguration cheap.
2010-03-19 Ben Pfaffstream-ssl: Permit race in bootstrapping CA certificate.
2010-03-17 Ben PfaffMerge "next" branch into "master".
next