Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109394224
D24691.id71384.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
811 B
Referenced Files
None
Subscribers
None
D24691.id71384.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D24691: Deprecate ubsec(4) for FreeBSD 13.0.
Attached
Detach File
Event Timeline
Log In to Comment