Re: [racket-dev] [patch] OpenSSL ECDH(E) + DHE support.

2014-02-11 Thread Edward Lee
Here's an updated patch that that: - Fixes a few typos. - Uses Racket's I/O system to read the Diffie-Hellman parameters. Things that are not yet added in yet: - All the other elliptic curve names used in TLS. On Mon, Feb 10, 2014 at 08:36:02PM -0500, Edward Lee wrote: On Mon, Feb 10,

Re: [racket-dev] GUI executables created with DrRacket fail

2014-02-11 Thread Matthew Flatt
The problem was due to changes in `scribble/manual` that didn't preserve a delay on finding files in the scribble collection. Scribble is referenced by `plot` in a way that needs `scribble/manual` to work in an executable, and your program uses `plot`. I've pushed a repair to Scribble. At Sun, 2