Subject: CVS commit: src/crypto/dist/openssl/fips/rsa
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/30/2005 00:38:40
Module Name: src
Committed By: christos
Date: Sat Jul 30 00:38:40 UTC 2005
Modified Files:
src/crypto/dist/openssl/fips/rsa: fips_rsa_gen.c
Log Message:
PR/29862: Denis Lagno: sshd segfaults with long keys
The problem was that the rsa fips validation code did not allocate long
enough buffers, so it was trashing the stack.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/crypto/dist/openssl/fips/rsa/fips_rsa_gen.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.