Bug 69771
Summary: | crypt may return EPERM and/or EINVAL | ||
---|---|---|---|
Product: | Documentation | Reporter: | KOSAKI Motohiro (kosaki.motohiro) |
Component: | man-pages | Assignee: | documentation_man-pages (documentation_man-pages) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | mtk.manpages |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
KOSAKI Motohiro
2014-01-31 19:40:34 UTC
Thanks, for the report Motohiro. I added these texts: EINVAL salt has the wrong format. EPERM /proc/sys/crypto/fips_enabled has a nonzero value, and an attempt was made to use a weak encryption type, such as DES. Okay? Just for future reports: to help me verify details, pointers to the relevant source files would save me doing some hunting. (I did find them after a little searching, in this case) >Thanks, for the report Motohiro. I added these texts: > > EINVAL salt has the wrong format. > > EPERM /proc/sys/crypto/fips_enabled has a nonzero value, and an > attempt was made to use a weak encryption type, such as > DES. > >Okay? Yes, thanks. >Just for future reports: to help me verify details, pointers to the relevant >>source files would save me doing some hunting. (I did find them after a >little >searching, in this case) Oops. Sorry about that. Yes, I'll do that. |