-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* drop --enable-openssl from gambit configuration * std: remove some remnant package: declarations * libcrypto: remove duplicate cdecl * std/io/socket: tiny tweaks to accomodate ssl sockets * ssl client * libcrypto: modernize initialization * ssl client works * make stream-socket final again * don't fail to close the socket if ssl shutdown fails * refactor: put ssl socket impl on its own module * ssl server sockets * ssl server (self signed) certificate test and bug fixes * add ERR_error_string to libcrypto * provide hooks for ssl upgrades STARTTLS baby! * port net/request to stdio * fix ssl error message * support ssl in httpd * fix bug * add https test * test case for https server test * improve code robustness * std/misc/process: add invoke * use invoke from std/misc/process * actor TLS of course it needs to be tested and it's gonna have some bugz; no plan survives contact with the enemy. * prelude/core.ssxi.ss: fix create-directory* arity declaration * fix bugz * if we have a tls context, it supersedes lack of admin creds * actor tls test * make it work * use 4k RSA keys * tls-test: uncomment cleanup * update gxensemble for ca related operations and organize in subcommands while at it * gxensewmble package command * gxensemble add options for certificate subject stuff * include cookie in gxensemble package * fix some minor things in gxensemble
- Loading branch information
Showing
32 changed files
with
2,725 additions
and
729 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.