boringssl/crypto/fipsmodule
Adam Langley fb83bc32ae Fix possible infinite loop in delocate.go.
I had a brain-fart and had in mind that strings.Index(x[i:], _) would
return a value relative to the beginning of |x|, which is impossible.

Change-Id: I905ea1fa3469ea13f2e3b782c4baf2431b615a2f
Reviewed-on: https://boringssl-review.googlesource.com/15146
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-04-17 19:32:21 +00:00
..
aes Move AES code into the FIPS module. 2017-04-14 23:28:00 +00:00
digest Be less clever about .rel.ro avoidance. 2017-04-07 15:20:26 +00:00
hmac
md4
md5
sha
ar.go
bcm.c Move AES code into the FIPS module. 2017-04-14 23:28:00 +00:00
CMakeLists.txt Move AES code into the FIPS module. 2017-04-14 23:28:00 +00:00
const.go Be less clever about .rel.ro avoidance. 2017-04-07 15:20:26 +00:00
delocate.go Fix possible infinite loop in delocate.go. 2017-04-17 19:32:21 +00:00
delocate.h Be less clever about .rel.ro avoidance. 2017-04-07 15:20:26 +00:00
FIPS.md Inject FIPS hash without running module. 2017-04-12 23:09:38 +00:00
inject-hash.go Inject FIPS hash without running module. 2017-04-12 23:09:38 +00:00
intcheck1.png
intcheck2.png Inject FIPS hash without running module. 2017-04-12 23:09:38 +00:00
intcheck3.png
is_fips.c