Update Tasks-Cryptography.xml - grammar fixes

This commit is contained in:
Mirek Jahoda 2017-10-23 15:46:39 +00:00
parent a5b26341f5
commit bf28080dd8

View file

@ -45,7 +45,7 @@
linkend="chap-Defensive_Coding-TLS"/>).
</para>
<para>
In particlar, when using AES in CBC mode, it is necessary to
In particular, when using AES in CBC mode, it is necessary to
add integrity checking by other means, preferably using
HMAC-SHA-256 and <emphasis>after</emphasis> encryption (that
is, on the encrypted cipher text). For AES in GCM mode,
@ -127,7 +127,7 @@
as <function>syscall(SYS_getrandom, (void*)dest, (size_t)size, (unsigned int)0)</function>.
For portable code targetting multiple kernel versions one has to check
for the function being available on run-time, and switch to another
facility if the running kernel doesn't support this call.
facility if the running kernel does not support this call.
</para>
</important>
<para>