treewide: Remove trailing whitespace
[sliver-openvswitch.git] / lib / stream-ssl.c
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".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfaffstream-ssl: Fix unimportant memory leak.
2010-01-08 Ben Pfaffstream-ssl: Fix bug that crept in during rebasing.
2010-01-07 Ben Pfaffstream-ssl: Fix ssl_recv() and ssl_send() return value...
2010-01-07 Ben Pfaffstream-ssl: Try to shut SSL connections down gracefully.
2010-01-07 Ben Pfaffstream: Make passive SSL and TCP streams report bound...
2010-01-07 Ben Pfaffsocket-util: Make inet_open_passive() pass back the...
2010-01-06 Ben PfaffAdd SSL support to "stream" library and OVSDB.