Re: openvpn can not detect kernel dco module
d tbsky <[email protected]>
| Newsgroups | gmane.network.openvpn.user |
|---|---|
| Message-ID | <CAC6SzHLNM73k3x6Qbge6CppXreyno=3f3R+X_XeDGVAG94DQ+w@mail.gmail.com> |
Hi: Antonio Quartulli <[email protected]> > > Hi, > > On 24/04/2024 11:38, d tbsky wrote: > > [ 9652.965804] encrypt crypto_alloc_aead failed, err=-2 > > This is exactly it. The kernel crypto engine is reporting "not found". > > I think you should look for CONFIG_CRYPTO_CHACHA20POLY1305 in the kernel > config. I have similar: "CONFIG_PACKAGE_kmod-crypto-chacha20poly1305=y". and I think the config result is the kernel "chacha20poly1305" module? I check RHEL9 and it seems also become "chacha20poly1305" kernel module. wireguard also needs this module. I will try compile more stuff in.