[PATCH 2/2] libressl/srp: add error checks to digest operations in srp_Calc_k()

2014-07-10 Thread Florian Zumbiehl
--- src/crypto/srp/srp_lib.c | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/crypto/srp/srp_lib.c b/src/crypto/srp/srp_lib.c index 0875b29..932fe63 100644 --- a/src/crypto/srp/srp_lib.c +++ b/src/crypto/srp/srp_lib.c @@ -80,6 +80,7 @@ static

Re: [PATCH 2/2] libressl/srp: add error checks to digest operations in srp_Calc_k()

2014-07-10 Thread Miod Vallat
Both diffs applied, thanks! Even though we are seriously considering removing the srp code altogether, it does not hurt to make things better, one bug at a time. Miod

Re: [PATCH 2/2] libressl/srp: add error checks to digest operations in srp_Calc_k()

2014-07-10 Thread Florian Zumbiehl
Hi, Both diffs applied, thanks! thx! Even though we are seriously considering removing the srp code altogether, it does not hurt to make things better, one bug at a time. I guess I'd appreciate keeping it, we are using it in production, though not directly with SSL, that's where the patch