comp.lang.ada
 help / color / mirror / Atom feed
* Glade using SSL.
@ 2001-09-28 16:30 David Brown
  2001-09-28 18:37 ` Pascal Obry
  0 siblings, 1 reply; 2+ messages in thread
From: David Brown @ 2001-09-28 16:30 UTC (permalink / raw)


I am considering using DSA (with Glade) to implement remote backups and
such in my Adump backup software <http://www.davidb.org/adump/>.

I was wondering if anyone has looked in how to implement transport security
(such as SSL) into Glade.

I looked at the filter mechanism example for zip, but it appears that the
Glade filters assume every chunk of input data makes another chunk of
output data.  This doesn't apply to SSL, at the beginning an exchange must
happen.

The other problem is that Garlic opens multiple sockets between the
programs (boot server and such).  The port numbers are also not fixed.
This would be difficult to use for an administrator that needs to open a
port on a firewall.

The other idea I've thought of is to use Garlic as a base and implement a
more primitive PCS that only implements the features that I want and uses
SSL.

Thanks,
David Brown



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Glade using SSL.
  2001-09-28 16:30 Glade using SSL David Brown
@ 2001-09-28 18:37 ` Pascal Obry
  0 siblings, 0 replies; 2+ messages in thread
From: Pascal Obry @ 2001-09-28 18:37 UTC (permalink / raw)



David Brown <davidb-cla@davidb.org> writes:

> I am considering using DSA (with Glade) to implement remote backups and
> such in my Adump backup software <http://www.davidb.org/adump/>.
> 
> I was wondering if anyone has looked in how to implement transport security
> (such as SSL) into Glade.

Of course :) Not SSL but DES, RSA and IDEA.

        http://lglwww.epfl.ch/Ada/filters/home_page.html


Another solution could be to use AWS and do the transport through 
HTTPS (SSL 3).

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|         http://perso.wanadoo.fr/pascal.obry
--|
--| "The best way to travel is by means of imagination"



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-09-28 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-28 16:30 Glade using SSL David Brown
2001-09-28 18:37 ` Pascal Obry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox