OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Markus Friedl (markuscvs.openbsd.org)
Date: Tue Apr 03 2001 - 14:53:30 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: markuscvs.openbsd.org 2001/04/03 13:53:30

    Modified files:
            usr.bin/ssh : dh.c dh.h kex.c kex.h sshconnect2.c sshd.c
            usr.bin/ssh/lib: Makefile
    Added files:
            usr.bin/ssh : kexdh.c kexgex.c

    Log message:
    move kex to kex*.c, used dispatch_set() callbacks for kex. should
    make rekeying easier.