Page MenuHomeFreeBSD

D24691.id71384.diff
No OneTemporary

D24691.id71384.diff

Index: share/man/man4/ubsec.4
===================================================================
--- share/man/man4/ubsec.4
+++ share/man/man4/ubsec.4
@@ -48,6 +48,15 @@
.Bd -literal -offset indent
ubsec_load="YES"
.Ed
+.Sh DEPRECATION NOTICE
+The
+.Nm
+driver is not present in
+.Fx 13.0
+and later.
+The majority of crypto algorithms supported by this driver are no longer
+used by the kernel in
+.Fx 13.0 .
.Sh DESCRIPTION
The
.Nm
Index: sys/dev/ubsec/ubsec.c
===================================================================
--- sys/dev/ubsec/ubsec.c
+++ sys/dev/ubsec/ubsec.c
@@ -472,6 +472,7 @@
crypto_kregister(sc->sc_cid, CRK_MOD_EXP_CRT, 0);
#endif
}
+ gone_in_dev(dev, 13, "Does not support modern crypto algorithms");
return (0);
bad4:
while (!SIMPLEQ_EMPTY(&sc->sc_freequeue)) {

File Metadata

Mime Type
text/plain
Expires
Wed, Feb 5, 12:10 PM (21 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16474024
Default Alt Text
D24691.id71384.diff (811 B)

Event Timeline