[BACK]Return to auth-rsa.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/auth-rsa.c between version 1.12 and 1.13

version 1.12, 1999/11/23 22:25:52 version 1.13, 1999/11/24 00:26:00
Line 1 
Line 1 
 /*  /*
    *
 auth-rsa.c   * auth-rsa.c
    *
 Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
    *
 Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland   * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
                    All rights reserved   *                    All rights reserved
    *
 Created: Mon Mar 27 01:46:52 1995 ylo   * Created: Mon Mar 27 01:46:52 1995 ylo
    *
 RSA-based authentication.  This code determines whether to admit a login   * RSA-based authentication.  This code determines whether to admit a login
 based on RSA authentication.  This file also contains functions to check   * based on RSA authentication.  This file also contains functions to check
 validity of the host key.   * validity of the host key.
    *
 */   */
   
 #include "includes.h"  #include "includes.h"
 RCSID("$Id$");  RCSID("$Id$");

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13