OpenBSD CVS

CVS log for src/share/man/man4/Attic/ubsec.4


[BACK] Up to [local] / src / share / man / man4

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.38, Thu Oct 21 18:36:41 2021 UTC (2 years, 7 months ago) by bluhm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.37: +2 -2 lines
FILE REMOVED

Remove hifn(4), safe(4), and ubsec(4) crypto drivers.  They require
the asynchronous crypto API which makes progress in MP difficult.
The hardware is rarely available.  They support only obsolete crypto
algorithms.  Scheduling crypto tasks via PCI is probably slower
than the CPU, especailly as modern CPUs have their own accelerators.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Mar 1 20:48:11 2018 UTC (6 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored)

consistently spell "IPsec"; from raf czlonka

note that this is only part of raf's original diff: the rest is for
code.  although i'm sure the diff itself is correct, i don;t judge
myself qualified to decide whether those changes are warranted.
still, i'd appreciate at least a reply to raf's diff from another
developer (yay! nay!)

Revision 1.36 / (download) - annotate - [select for diffs], Thu Dec 10 21:00:51 2015 UTC (8 years, 5 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored)

Remove plain DES from the kernel crypto framework, including the crypto
accelerator drivers.  No longer used by anything.  ok sthen@ mikeb@

Revision 1.35 / (download) - annotate - [select for diffs], Wed Aug 20 18:59:56 2014 UTC (9 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.34: +3 -5 lines
Diff to previous 1.34 (colored)

remove one more reference to crypto(4); ok mikeb

Revision 1.34 / (download) - annotate - [select for diffs], Wed Aug 20 11:23:41 2014 UTC (9 years, 9 months ago) by mikeb
Branch: MAIN
Changes since 1.33: +3 -6 lines
Diff to previous 1.33 (colored)

Remove userland bits related to the crypto(4) interface;  ok deraadt

Revision 1.33 / (download) - annotate - [select for diffs], Fri Aug 15 15:46:24 2014 UTC (9 years, 9 months ago) by mikeb
Branch: MAIN
Changes since 1.32: +2 -7 lines
Diff to previous 1.32 (colored)

Public key operations are no longer supported

Revision 1.32 / (download) - annotate - [select for diffs], Fri Mar 27 13:31:30 2009 UTC (15 years, 2 months ago) by reyk
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.31: +13 -1 lines
Diff to previous 1.31 (colored)

Add support for the BCM5825 and the next-generation BCM5860, 5861,
5862 Broadcom CryptoNetX IPSec/SSL Security Processors.  The 5825 is a
faster version of the already supported 5823, and the even faster 586x
series is a bit different and needed some more changes.  The RNG
engine on the 586x is not supported yet but I hope to fix it soon...

ubsec0 at pci4 dev 0 function 0 "Broadcom 5862" rev 0x01: 3DES MD5 SHA1 AES PK, apic 10 int 10 (irq 11)

tested by phessler@ and me
ok deraadt@

Revision 1.31 / (download) - annotate - [select for diffs], Wed Mar 25 14:53:08 2009 UTC (15 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

punctuation must be space separated here;

Revision 1.30 / (download) - annotate - [select for diffs], Wed Mar 25 12:17:30 2009 UTC (15 years, 2 months ago) by reyk
Branch: MAIN
Changes since 1.29: +6 -4 lines
Diff to previous 1.29 (colored)

add support for AES-CBC with the BCM5823 (or newer, but we don't support newer
variants yet).

ok deraadt@ dlg@

Revision 1.29 / (download) - annotate - [select for diffs], Thu May 31 19:19:52 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

convert to new .Dd format;

Revision 1.28 / (download) - annotate - [select for diffs], Sun Mar 18 16:36:18 2007 UTC (17 years, 2 months ago) by tom
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

Add pci(4) to SEE ALSO, as other PCI crypto accelerators already do.

ok jmc@

Revision 1.27 / (download) - annotate - [select for diffs], Thu Sep 30 19:59:25 2004 UTC (19 years, 8 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

kill default locators

Revision 1.26 / (download) - annotate - [select for diffs], Wed Sep 3 15:55:41 2003 UTC (20 years, 9 months ago) by jason
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.25: +4 -1 lines
Diff to previous 1.25 (colored)

support for bcm5823; based on patch from Jim Lambert, jlamber at futurex dot com; ok deraadt.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Aug 12 19:42:46 2003 UTC (20 years, 9 months ago) by jason
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

sun chip is 5821

Revision 1.24 / (download) - annotate - [select for diffs], Tue Aug 12 19:38:49 2003 UTC (20 years, 9 months ago) by jason
Branch: MAIN
Changes since 1.23: +1 -2 lines
Diff to previous 1.23 (colored)

sun board IS a ubsec

Revision 1.23 / (download) - annotate - [select for diffs], Mon Jun 2 18:51:33 2003 UTC (21 years ago) by jason
Branch: MAIN
Changes since 1.22: +1 -6 lines
Diff to previous 1.22 (colored)

Nuke clause 3 & 4.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Apr 9 04:29:03 2003 UTC (21 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

typos;

sti(4): ok mickey@

Revision 1.21 / (download) - annotate - [select for diffs], Wed Feb 26 15:05:07 2003 UTC (21 years, 3 months ago) by david
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

start new sentence on a new line
ok mpech@

Revision 1.20 / (download) - annotate - [select for diffs], Fri Nov 8 08:08:47 2002 UTC (21 years, 7 months ago) by mpech
Branch: MAIN
Changes since 1.19: +3 -2 lines
Diff to previous 1.19 (colored)

Time to cleanup:
o) start new sentence on a new line;
o) wrap long lines;
o) don't use .Pp before/after .Sh, .Ss;
o) OpenBSD -> .Ox;
o) typos;
o) close .Rs;
o) use space between arguments in tag, for example:
   .Xr blabla ) .

miod@ ok

Revision 1.19 / (download) - annotate - [select for diffs], Thu Oct 10 17:51:06 2002 UTC (21 years, 8 months ago) by jason
Branch: MAIN
Changes since 1.18: +3 -2 lines
Diff to previous 1.18 (colored)

mention that the Sun Crypto Accelerator 1000 is suspected to be a Broadom 5821.
If someone can confirm this (and heck, even better, test the driver patch
I just committed and lemme know, I'd appreciate it).

Revision 1.18 / (download) - annotate - [select for diffs], Thu Sep 26 07:55:41 2002 UTC (21 years, 8 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Incomplete section 4 mi manual page cleanup.
- make configuration lines match GENERIC files
- more Xr (hopefully usefule Xr)
- never mention intro(4) on non-physical devices (i.e. protocols), always
mention it for physical devices
- random text style and quoting fixes
- drivers ported from FreeBSD did mention rc.conf instead of hostname.if as
the place to put mediaopt
- some .Tn UNIX -> .Ox replacements
- etc, etc...

reviewd in part by deraadt@ (until he got bored of this)

Revision 1.17 / (download) - annotate - [select for diffs], Thu Sep 12 07:08:14 2002 UTC (21 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.16: +14 -5 lines
Diff to previous 1.16 (colored)

documentation repairs.  jason is american.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Sep 4 15:21:44 2002 UTC (21 years, 9 months ago) by jason
Branch: MAIN
Changes since 1.15: +11 -7 lines
Diff to previous 1.15 (colored)

Clarify the difference between 5801/5802/5805 now that I know what the differences are.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Sep 3 20:14:58 2002 UTC (21 years, 9 months ago) by jason
Branch: MAIN
Changes since 1.14: +6 -2 lines
Diff to previous 1.14 (colored)

Note 5801/5802

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jul 16 19:42:48 2002 UTC (21 years, 10 months ago) by jason
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

s/HMAC96/HMAC for consistency with crypto.9

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jul 12 22:50:55 2002 UTC (21 years, 11 months ago) by jason
Branch: MAIN
Changes since 1.12: +2 -4 lines
Diff to previous 1.12 (colored)

5821 reportedly mostly works with the latest changes.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Nov 20 20:25:13 2001 UTC (22 years, 6 months ago) by jason
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.11: +5 -1 lines
Diff to previous 1.11 (colored)

mention 5821 (and the fact that it hasn't been tested)

Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 8 23:32:14 2001 UTC (22 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.10: +11 -5 lines
Diff to previous 1.10 (colored)

clarify

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 8 22:36:47 2001 UTC (22 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

parts name change

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jun 23 00:40:29 2001 UTC (22 years, 11 months ago) by jason
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.8: +8 -3 lines
Diff to previous 1.8 (colored)

more tweaks

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 14 14:31:29 2001 UTC (23 years ago) by jason
Branch: MAIN
Changes since 1.7: +5 -4 lines
Diff to previous 1.7 (colored)

note support of 5820

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 14 09:02:58 2001 UTC (23 years ago) by deraadt
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

obvious cleanups...

Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 1 16:11:19 2001 UTC (23 years, 3 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was
frozen at that time.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 29 01:14:26 2001 UTC (23 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +7 -2 lines
Diff to previous 1.4 (colored)

talk about random.4

Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 6 01:34:18 2000 UTC (23 years, 7 months ago) by jason
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Xr crypto 9, not crypt 9

Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 13 03:55:01 2000 UTC (23 years, 9 months ago) by jason
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

usbec (heh, USB encryption? ;)

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 12 20:03:03 2000 UTC (24 years ago) by deraadt
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

and 5805

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 11 00:36:09 2000 UTC (24 years ago) by jason
Branch: MAIN

skeleton man page for ubsec

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.