search for: libsrp

Displaying 5 results from an estimated 5 matches for "libsrp".

Did you mean: libsdp
2001 Apr 03
2
the "primes" file
In message <Pine.LNX.4.30.0104031615270.8678-100000 at holly.crl.go.jp>, Tom Holro yd writes: >SRP has different requirements from Diffie-Hellman. In particular, >for SRP the generator must be primitive. It turns out that the "primes" >file contains only safe primes with primitive generators, and is thus >ideal for SRP, but so far in OpenSSH it has only been used for
2001 Mar 30
2
BETA release of OpenSSH-2.5.2p2 with SRP
...f the host key as well as the user verifier. This protects against spoofed servers even when the host key changes and/or the client doesn't know the host key. * Fully compatible with the Stanford SRP distribution, so if you already have an /etc/tpasswd file it'll get used (libsrp is NOT required). * No legal issues. Here's a quote from Tom Wu, the designer of SRP: "The past ambiguity has been resolved. SRP is royalty-free for commercial and non-commercial use worldwide. The licensing statements on the Web site, in the distribution, and other places...
2001 Apr 11
0
2nd BETA release of OpenSSH with SRP
...ation of the host key is built into the SRP exchange. This protects against spoofed servers even when the host key changes and/or the client doesn't know the host key. * Fully compatible with the Stanford SRP distribution, so if you already have an /etc/tpasswd file it'll get used (libsrp is NOT required). Changes from OpenSSH-2.5.2p2-srp5 to OpenSSH-2.5.4p1-srp6: * Major parameters are now wrapped in an SRP_CTX struct, and both the client and server sides were rewritten to use dispatching. * Config files (that store SRP parameters) must be owned by root and must not be writa...
2007 Jan 02
0
[PATCH 1/4] add scsi-target and IO_CMD_EPOLL_WAIT patches
...n/modules.txt>. + ++config SCSI_SRP ++ tristate "SCSI RDMA Protocol helper library" ++ depends on SCSI && PCI ++ select SCSI_TGT ++ help ++ If you wish to use SRP target drivers, say Y. ++ ++ To compile this driver as a module, choose M here: the ++ module will be called libsrp. ++ + endmenu + + source "drivers/scsi/pcmcia/Kconfig" +diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile +index 320e765..0779523 100644 +--- a/drivers/scsi/Makefile ++++ b/drivers/scsi/Makefile +@@ -21,6 +21,7 @@ CFLAGS_seagate.o = -DARBITRATE -DPARIT + subdir-$(CONFIG_PCMCIA...
2006 Aug 02
0
[PATCH 0/6] SCSI frontend and backend drivers
...g like scsi_transport_srp would be nice because of other SRP drivers (InfiniBand, IBM pSeries). Another issue is the limitation on the number of sg table (now 11) because I put indirect buffer in a ring buffer (like IB srp initiator driver). I will work on this too later on. The patchset includes libsrp.c, but it''s just makeshift. I will rewrite it completely. o Linux SCSI target framework (tgt) http://stgt.berlios.de/ o The old version of SCSI frontend and backend drivers http://lists.xensource.com/archives/html/xen-devel/2006-06/msg00849.html ______________________________________...