Support SSL in secchan and controller.
authorBen Pfaff <blp@nicira.com>
Thu, 13 Mar 2008 00:13:31 +0000 (17:13 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 13 Mar 2008 22:17:45 +0000 (15:17 -0700)
commitcf6207b610f15e73984e94c6c84ee07730ec746b
tree8fef410d11e37596b33be1ee44ec183b9fbf04be
parent9df2b7bb71e50e05f63789658c91a73c175b6787
Support SSL in secchan and controller.
23 files changed:
INSTALL
Make.vars
README
configure.ac
controller/controller.c
include/vconn-ssl.h [new file with mode: 0644]
include/vconn.h
include/vlog.h
lib/.gitignore
lib/Makefile.am
lib/dh1024.pem [new file with mode: 0644]
lib/dh2048.pem [new file with mode: 0644]
lib/dh4096.pem [new file with mode: 0644]
lib/dh512.pem [new file with mode: 0644]
lib/dhparams.h [new file with mode: 0644]
lib/vconn-netlink.c
lib/vconn-ssl.c [new file with mode: 0644]
lib/vconn-tcp.c
lib/vconn.c
man/man1/.gitignore [deleted file]
man/man8/ofp-pki.8 [new file with mode: 0644]
secchan/secchan.c
utilities/ofp-pki [new file with mode: 0755]