Re: ipsvd-0.9.3, sslio minimum checks?
Gerrit Pape <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jun 25, 2004 at 06:15:50PM +0200, Clemens Fischer wrote: > * 2004-06-07 Gerrit Pape: > > On Sat, Jun 05, 2004 at 12:12:47AM +0200, Clemens Fischer wrote: > >> ah, that was simple. but getting it into your build procedure required > >> about the same amount of work. > > Why is that? You could simply apply a patch in the matrixssl: target of > > the Makefile, I think. > > what i do is copy the matrixssl sources over into the package dir. a > tweak is needed then to get a static matrixssl lib. it is built dynamic > by default. Take a look at src/Makefile, targets matrixssl: and commands.linux: There's a test for linux systems to build the ssl library and the sslio program automatically. See also src/Makefile.matrixssl. If you want to build sslio on freebsd, you can change the test for systype, provide your patched ssl library, and use `make sslio`, or even `package/install`. Is your patch available anywhere? > >> unfortunately, that cert doesn't contain my hosts name, which is why i > >> think sslclient rejects it: > > See the -X option to sslclient. > > what does it do? is there comprehensive documentation anywhere, except > for the source? http://www.superscript.com/ucspi-ssl/sslclient.html Regards, Gerrit.