[openssl-dev] [openssl.org #2760] possible bug report: DSA_verify() doesn't correctly account for len

2016-06-10 Thread Rich Salz via RT
The documentation was fixed some time ago. The "type" param to DSS_sign and DSS_verify is ignored. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=2760 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe:

[openssl.org #2760] possible bug report: DSA_verify() doesn't correctly account for len

2012-03-17 Thread Stephen Henson via RT
The documentation doesn't reflect current behaviour. The type parameter to DSA_sign and DSA_verify is currently ignored, it should arguably check the length is consistent with the passed digest type. The actual algorithm implementation is OK though. The supplied digest will be truncated if it

[openssl.org #2760] possible bug report: DSA_verify() doesn't correctly account for len

2012-03-14 Thread Yusheng Yang via RT
/* crypto/dsa/dsatest.c */ /* Copyright (C) 1995-1998 Eric Young (e...@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (e...@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is