Skip to content

Commit 9025475

Browse files
committed
FEAT: added recommendation note not to use RC4 as it is prohibited by https://tools.ietf.org/html/rfc7465
1 parent cf740c4 commit 9025475

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/core/u-rc4.c

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929
*/
3030

31+
/*
32+
* NOTE: usage of RC4 is not recommended for insufficient security
33+
* https://tools.ietf.org/html/rfc7465
34+
*/
35+
3136
#include "sys-rc4.h"
3237

3338
/**

0 commit comments

Comments
 (0)