aboutsummaryrefslogtreecommitdiff
path: root/lib/stream-ssl.c
AgeCommit message (Expand)Author
2011-11-23stream: Make classes constSimon Horman
2011-06-17stream-ssl: Clear CAs for certificate verification before adding new ones.Ben Pfaff
2011-06-06stream-ssl: Disable SSL session caching.Ben Pfaff
2011-05-24stream-ssl: Log unexpected errors from 'stat'.Ben Pfaff
2011-05-24stream-ssl: Force CA cert file to be read when it appears during bootstrap.Ben Pfaff
2011-05-16stream-ssl: Fix call to accept().Ben Pfaff
2011-04-04stream-ssl: Use out_of_memory() to abort due to lack of memory.Ben Pfaff
2011-03-30Fix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1Gaetano Catalli
2011-03-01stream-ssl: Only set SSL client session once.Ben Pfaff
2011-03-01stream-ssl: Break interpretation of queued error into new function.Ben Pfaff
2011-01-25stream-ssl: Only cache SSL sessions after they shut down.Ben Pfaff
2011-01-25stream-ssl: Set a session context ID string on our SSL_CTX.Ben Pfaff
2011-01-04stream-ssl: Fix compiler warning.Ethan Jackson
2010-11-30coverage: Make the coverage counters catalog program-specific.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-14stream-ssl: Avoid warning with recent OpenSSL.Ben Pfaff
2010-09-20Avoid shadowing local variable names.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-27stream-ssl: Use OPENSSL_free() to free memory from X509_NAME_oneline().Ben Pfaff
2010-08-11stream-ssl: Enable SSL session caching.Ben Pfaff
2010-08-11stream-ssl: Remove unused 'connect_error' member.Ben Pfaff
2010-08-05stream-ssl: Make changing keys and certificate at runtime reliable.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-06-23stream-ssl: Log protocol details at DBG level.Ben Pfaff
2010-05-13stream-ssl: Flush OpenSSL error queue after calling SSL_shutdown().Ben Pfaff
2010-05-11Diagnose attempts to connect the wrong protocol to a network port.Ben Pfaff
2010-04-26socket-util: Move get_mtime() here from stream-ssl.Ben Pfaff
2010-04-14stream-ssl: Avoid access-after-free error in update_ssl_config().Ben Pfaff
2010-04-12stream-ssl: Make it possible to avoid checking peer SSL certificate.Ben Pfaff
2010-04-12stream-ssl: Read existing CA certificate more eagerly during bootstrap.Ben Pfaff
2010-03-24stream-ssl: Only re-read certificates and keys if they change.Ben Pfaff
2010-03-19stream-ssl: Make no-op reconfiguration cheap.Ben Pfaff
2010-03-19stream-ssl: Permit race in bootstrapping CA certificate.Ben Pfaff
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-02stream-ssl: Fix unimportant memory leak.Ben Pfaff
2010-01-08stream-ssl: Fix bug that crept in during rebasing.Ben Pfaff
2010-01-07stream-ssl: Fix ssl_recv() and ssl_send() return value semantics.Ben Pfaff
2010-01-07stream-ssl: Try to shut SSL connections down gracefully.Ben Pfaff
2010-01-07stream: Make passive SSL and TCP streams report bound addresses as names.Ben Pfaff
2010-01-07socket-util: Make inet_open_passive() pass back the bound address.Ben Pfaff
2010-01-06Add SSL support to "stream" library and OVSDB.Ben Pfaff