summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/rsa.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix conflicts for OpenSSH 2.9.green2001-05-041-76/+22
|
* Patches backported from later development version of OpenSSH which preventkris2001-02-121-6/+7
| | | | | | | | (instead of just mitigating through connection limits) the Bleichenbacher attack which can lead to guessing of the server key (not host key) by regenerating it when an RSA failure is detected. Reviewed by: rwatson
* Update to OpenSSH 2.3.0 with FreeBSD modifications. OpenSSH 2.3.0green2000-12-051-1/+1
| | | | | | | | | | | | | | | | | new features description elided in favor of checking out their website. Important new FreeBSD-version stuff: PAM support has been worked in, partially from the "Unix" OpenSSH version, and a lot due to the work of Eivind Eklend, too. This requires at least the following in pam.conf: sshd auth sufficient pam_skey.so sshd auth required pam_unix.so try_first_pass sshd session required pam_permit.so Parts by: Eivind Eklend <eivind@FreeBSD.org>
* Resolve conflicts and update for OpenSSH 2.2.0kris2000-09-101-13/+38
| | | | Reviewed by: gshapiro, peter, green
* Nuke RSAREF support from orbit.kris2000-09-101-6/+0
| | | | It's the only way to be sure.
* Resolve conflicts and update for FreeBSD.kris2000-05-151-15/+14
|
* Resolve conflicts.kris2000-03-261-3/+3
|
* Add a new function stub to libcrypto() which resolves to a symbol inkris2000-03-131-2/+10
| | | | | | | | | | | 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.
* Vendor import of OpenSSH.markm2000-02-241-0/+169
OpenPOWER on IntegriCloud