On Sun, Jul 04, 2010 at 04:36:34PM +0200, Thomas Chust wrote: > Hello, > > maybe ssl-addresses is important enough to warrant a convenience > routine. Maybe an additional ssl-port->fileno procedure would also > make sense. If minimalism is a goal, exporting ssl-port->tcp-port > would be sufficient, though.
It's not necessarily a goal, but it's easier to be complete this way, and there's less of an arbitrariness about it. Where do you draw the line of what is added as a convenience function and what isn't? Anyway, thanks for your feedback. I've added the ssl-port->tcp-port and ssl-port? procedures to the export list, documented them and released a new openssl version as 1.3. I've also added the necessary modifications to Spiffy and now it supports HTTPS out of the box :) Cheers, Peter -- http://sjamaan.ath.cx -- "The process of preparing programs for a digital computer is especially attractive, not only because it can be economically and scientifically rewarding, but also because it can be an aesthetic experience much like composing poetry or music." -- Donald Knuth _______________________________________________ Chicken-hackers mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-hackers
