Revision 1bb01b1b5f27a7de33e7a67946b8c001b54e09e9 authored by Emilia Kasper on 05 September 2014, 12:47:33 UTC, committed by Emilia Kasper on 24 September 2014, 14:41:55 UTC
Do the final padding check in EVP_DecryptFinal_ex in constant time to avoid a timing leak from padding failure. Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit b55ff319f880adc874b8c95957adf2003117d42b) Conflicts: crypto/evp/Makefile crypto/evp/evp_enc.c
1 parent 699d78c
point.sh
#!/bin/sh
rm -f "$2"
if test "$OSTYPE" = msdosdjgpp; then
cp "$1" "$2"
else
ln -s "$1" "$2"
fi
echo "$2 => $1"

Computing file changes ...