Get rid of unused parameter to rate_limit_start().
[sliver-openvswitch.git] / lib / vconn-ssl.c
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-09-16 Ben PfaffMake it easier to bootstrap the PKI for SSL connections...
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-15 Ben PfaffBreak passive vconns out into separate pvconn routines...
2008-09-15 Ben PfaffMake "struct vconn" opaque.
2008-09-04 Ben PfaffDrop unneeded inclusions of ofp-print.h.
2008-09-04 Ben PfaffDon't use designated struct member initializers in...
2008-09-04 Ben PfaffRename utility functions to avoid partner namespace...
2008-09-04 Ben PfaffRename struct buffer to struct ofpbuf.
2008-09-04 Ben PfaffRespin "Make vconns keep track of their names and inclu...
2008-08-26 Ben Pfaffvlog: Apply rate-limiting everywhere it seems warranted.
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-18 Ben Pfaffvconn: Make errors in vconn names non-fatal errors.
2008-07-18 Ben Pfaffvconn: New function vconn_ssl_is_configured().
2008-07-18 Ben Pfaffbuffer: Rename buffer_reserve_headroom to buffer_preall...
2008-07-18 Ben PfaffNew function vconn_get_ip().
2008-07-01 Ben PfaffFix segfault when SSL_connect or SSL_accept reports...
2008-06-04 Ben PfaffPrevent deadlock in OpenSSL.
2008-05-28 Ben PfaffFix typo in error message.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-04 Ben PfaffFix bug in vconn-tcp, vconn-ssl that prevented minimum...
2008-04-01 Ben PfaffClean up and comment poll-loop module.
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-28 Ben PfaffAdd the ability to connect to a vconn asynchronously.
2008-03-28 Ben PfaffAdd 1024-bit Diffie-Hellman parameters to vconn-ssl.
2008-03-21 rootAdd "#include <string.h>" so strerror() doesn't produce...
2008-03-19 Justin PettitMerge branch 'master' of nicira.dyndns.org:/srv/git...
2008-03-19 Ben PfaffPunctuation and grammar fixes.
2008-03-19 Ben PfaffChange fatal errors in SSL connection from VLOG_DBG...
2008-03-19 Ben PfaffRemove support for 512- and 1024-bit Diffie-Hellman.
2008-03-13 Ben PfaffSupport SSL in secchan and controller.