#
9d8a60ff |
| 28-Mar-2020 |
krw <krw@openbsd.org> |
CRYPTO_ALGORITHM_ALL died in a 2010 viking raid. Use CRYPTO_ALGORITHM_MAX + 1 instead.
|
#
e033ba55 |
| 10-Dec-2015 |
naddy <naddy@openbsd.org> |
Remove plain DES from the kernel crypto framework, including the crypto accelerator drivers. No longer used by anything. ok sthen@ mikeb@
|
#
33378d91 |
| 23-Nov-2015 |
jmc <jmc@openbsd.org> |
add missing NAME entries; feedback/ok schwarze
|
#
37ff34b8 |
| 13-Nov-2015 |
naddy <naddy@openbsd.org> |
remove unused ARC4 support; ok mikeb@
|
#
717eaa37 |
| 13-Nov-2015 |
mikeb <mikeb@openbsd.org> |
Update the list of supported cryptographic algorithms; reminded by naddy@
|
#
90e4d0e0 |
| 05-May-2015 |
mikeb <mikeb@openbsd.org> |
Remove references to APIs that don't exist anymore. Based on a diff from Vincent Gross <dermiste@kilob.yt>, thanks!
|
#
f44ef4d7 |
| 20-Aug-2014 |
mikeb <mikeb@openbsd.org> |
Remove userland bits related to the crypto(4) interface; ok deraadt
|
#
f0641c22 |
| 17-Jul-2013 |
schwarze <schwarze@openbsd.org> |
use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@
|
#
dddd2645 |
| 04-Jun-2013 |
schwarze <schwarze@openbsd.org> |
Replace old-fashioned .Fd by new-fangled .In for #include lines. Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@. No objection from jmc@ against this type of change.
|
#
268424b6 |
| 17-Jan-2013 |
jmc <jmc@openbsd.org> |
various macro fixes;
|
#
9e43f3a0 |
| 06-Oct-2010 |
mikeb <mikeb@openbsd.org> |
Retire Skipjack
There's not much use for the declassified cipher from the 80's with a questionable license these days. According to the FIPS drafts, Skipjack reaches its EOL in December 2010.
The
Retire Skipjack
There's not much use for the declassified cipher from the 80's with a questionable license these days. According to the FIPS drafts, Skipjack reaches its EOL in December 2010.
The libc portion will be removed after the ports hackathon.
djm and thib agree, no objections from deraadt Thanks to jsg for digging up FIPS drafts.
show more ...
|
#
282d2818 |
| 18-Jul-2010 |
jmc <jmc@openbsd.org> |
- grammar fix from Glen Barber (freebsd pr 148701) - fix some list issues found by mandoc
|
#
2cfb0259 |
| 09-Jun-2008 |
jmc <jmc@openbsd.org> |
tweak previous;
|
#
19ae986e |
| 09-Jun-2008 |
djm <djm@openbsd.org> |
mention CRYPTO_AES_CTR, CRYPTO_AES_XTS
describe special requirement for passing in IV/block number for CRYPTO_AES_XTS
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
a658e761 |
| 27-May-2007 |
tedu <tedu@openbsd.org> |
crp_buf is not a contiguous buffer, it's a uio. very different. ok deraadt
|
#
9c8e991a |
| 19-Feb-2004 |
jmc <jmc@openbsd.org> |
escape full stops where necessary to kill erroneous double spaces; softly, softly, catchy monkey...
|
#
9be451b6 |
| 23-Oct-2003 |
jmc <jmc@openbsd.org> |
typos from Jared Yanovich;
|
#
bafafb4e |
| 11-Jul-2003 |
jmc <jmc@openbsd.org> |
fix some lists and macros;
|
#
47b681c1 |
| 17-Jun-2003 |
jfb <jfb@openbsd.org> |
Fix the crypto_freereq() prototype to show the right argument type (struct cryptop* instead of void*) and update the definition of struct cryptkop to match the real world
Work by jmc@ and me, ok jmc@
|
#
601d79cd |
| 06-Jun-2003 |
jmc <jmc@openbsd.org> |
- section reorder - macro fixes - kill whitespace at EOL - use .Ox for OpenBSD, .Fx for FreeBSD
|
#
18280b74 |
| 15-Apr-2003 |
jmc <jmc@openbsd.org> |
typos;
VOP, crypto and disklabel ok tedu@ audio(9) ok naddy@
|
#
1932d5a4 |
| 20-Feb-2003 |
jason <jason@openbsd.org> |
I found my missing 24 bytes... crp_olen = the total length of the result - crp_skip
|
#
997a580e |
| 21-Nov-2002 |
jason <jason@openbsd.org> |
From angelos; document new registration API
|
#
9939a4a5 |
| 16-Jul-2002 |
angelos <angelos@openbsd.org> |
Update to document use of CRYPTO_ALGORITHM_ALL in crypto_unregister().
|