Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2000 01:55:54 -0800 (PST)
From:      Kris Kennaway <kris@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/crypto/openssh rsa.c src/crypto/openssl/crypto/rsa rsa_intlstubs.c rsa.h rsa_stubs.c src/crypto/openssl/rsaref rsaref_stubs.c src/secure/lib/librsaintl Makefile
Message-ID:  <200003130955.BAA13607@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
kris        2000/03/13 01:55:54 PST

  Modified files:
    crypto/openssh       rsa.c 
    crypto/openssl/crypto/rsa rsa.h rsa_stubs.c 
    crypto/openssl/rsaref rsaref_stubs.c 
    secure/lib/librsaintl Makefile 
  Added files:
    crypto/openssl/crypto/rsa rsa_intlstubs.c 
  Log:
  Add a new function stub to libcrypto() which resolves to a symbol in
  the librsa* library and reports which version of the library (OpenSSL/RSAREF)
  is being used.
  
  This is then used in openssh to detect the failure case of RSAREF and a RSA key
  >1024 bits, to print a more helpful error message than 'rsa_public_encrypt() fai
  led.'
  
  This is a 4.0-RELEASE candidate.
  
  Revision  Changes    Path
  1.2       +10 -2     src/crypto/openssh/rsa.c
  1.3       +6 -1      src/crypto/openssl/crypto/rsa/rsa.h
  1.5       +11 -1     src/crypto/openssl/crypto/rsa/rsa_stubs.c
  1.6       +8 -1      src/crypto/openssl/rsaref/rsaref_stubs.c
  1.2       +2 -2      src/secure/lib/librsaintl/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003130955.BAA13607>