#
d073af4c |
| 28-Aug-2022 |
jsg <jsg@openbsd.org> |
remove unused blowfish inline defines inline use was removed in 1998
|
#
832bedbc |
| 29-Nov-2021 |
djm <djm@openbsd.org> |
Niels agreed to remove the advertising clause; switching these to 3-term BSD license.
|
#
89db3a20 |
| 11-Sep-2015 |
guenther <guenther@openbsd.org> |
Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct
ok deraadt@
|
#
c68586f5 |
| 02-Nov-2004 |
hshoexer <hshoexer@openbsd.org> |
ansi, indentation, etc.
ok markus@ krw@ cloder@ millert@
|
#
19d3deb9 |
| 09-Apr-2003 |
markus <markus@openbsd.org> |
makeing local table static saves some bytes; idea from mickey@
|
#
e7beb4a7 |
| 19-Feb-2002 |
millert <millert@openbsd.org> |
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
|
#
6dd23de7 |
| 04-Jan-2001 |
todd <todd@openbsd.org> |
grammer/spelling
|
#
63fec285 |
| 28-Dec-1999 |
provos <provos@openbsd.org> |
speed up blowfish by > 20%.
|
#
0562b3ff |
| 14-May-1999 |
niklas <niklas@openbsd.org> |
CBC bug reported by Juergen Nickelsen <ni@tellique.de>
|
#
a02ededa |
| 30-Aug-1998 |
niklas <niklas@openbsd.org> |
Fix UA cases in a MI way
|
#
4523bdcb |
| 22-Aug-1998 |
deraadt <deraadt@openbsd.org> |
doc UA faulting code
|
#
49fa8dc1 |
| 21-Aug-1998 |
deraadt <deraadt@openbsd.org> |
for new functions, fix BE & UA cases. LE UA case is still busted
|
#
1ca3d8aa |
| 10-Aug-1998 |
provos <provos@openbsd.org> |
add ECB and CBC encryption for octet streams
|
#
ba6429c2 |
| 04-Mar-1998 |
deraadt <deraadt@openbsd.org> |
#if 0
|
#
e5074d58 |
| 02-Mar-1998 |
provos <provos@openbsd.org> |
improve performance of blowfish encryption, also speeds up blowfish passwords.
|
#
b7113356 |
| 25-Jul-1997 |
mickey <mickey@openbsd.org> |
#if __STDC__ --> #ifdef __STDC__
|
#
c9e664a1 |
| 23-Jul-1997 |
kstailey <kstailey@openbsd.org> |
tabify
|
#
fe926a21 |
| 30-Apr-1997 |
tholo <tholo@openbsd.org> |
Be more careful about possible type promotion
|
#
473a5892 |
| 16-Feb-1997 |
provos <provos@openbsd.org> |
prelim manpage, cleanup, fixed crippled plaintext: sed does a nice job on replacing everything, just wouldnt skip it
|
#
d5b08a54 |
| 14-Feb-1997 |
provos <provos@openbsd.org> |
header update
|
#
1404c805 |
| 13-Feb-1997 |
provos <provos@openbsd.org> |
Unpatended fast block cipher for new password hashing.
|