Loading crypto/pkcs7/Makefile.ssl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -93,7 +93,7 @@ dclean: mv -f Makefile.new $(MAKEFILE) mv -f Makefile.new $(MAKEFILE) clean: clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify # DO NOT DELETE THIS LINE -- make depend depends on it. # DO NOT DELETE THIS LINE -- make depend depends on it. Loading doc/crypto/des_modes.pod +2 −0 Original line number Original line Diff line number Diff line Loading @@ -47,6 +47,8 @@ An error will only affect one ciphertext block. =head2 Cipher Block Chaining Mode (CBC) =head2 Cipher Block Chaining Mode (CBC) Normally, this is found as the function I<algorithm>_cbc_encrypt(). Normally, this is found as the function I<algorithm>_cbc_encrypt(). Be aware that des_cbc_encrypt() is not really DES CBC (it does not update the IV); use des_ncbc_encrypt() instead. =over 2 =over 2 Loading Loading
crypto/pkcs7/Makefile.ssl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -93,7 +93,7 @@ dclean: mv -f Makefile.new $(MAKEFILE) mv -f Makefile.new $(MAKEFILE) clean: clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify # DO NOT DELETE THIS LINE -- make depend depends on it. # DO NOT DELETE THIS LINE -- make depend depends on it. Loading
doc/crypto/des_modes.pod +2 −0 Original line number Original line Diff line number Diff line Loading @@ -47,6 +47,8 @@ An error will only affect one ciphertext block. =head2 Cipher Block Chaining Mode (CBC) =head2 Cipher Block Chaining Mode (CBC) Normally, this is found as the function I<algorithm>_cbc_encrypt(). Normally, this is found as the function I<algorithm>_cbc_encrypt(). Be aware that des_cbc_encrypt() is not really DES CBC (it does not update the IV); use des_ncbc_encrypt() instead. =over 2 =over 2 Loading