Richard Levitte
|
132fc53223
|
Typo, setting the first element of nids[] to NULL instead of setting
*cnids.
|
2004-06-15 11:45:42 +00:00 |
|
Geoff Thorpe
|
ac0d0a5ecd
|
I can't verify this directly, but recent changes will probably require that
the cryptodev implementation include bn.h directly (when building with
OPENSSL_NO_DEPRECATED that is).
|
2004-05-17 18:58:47 +00:00 |
|
Geoff Thorpe
|
ea77fc3380
|
... and this should likewise fix up those RSA implementations that weren't
already built and tested.
|
2004-03-25 02:55:17 +00:00 |
|
Richard Levitte
|
7cf803230b
|
OpenBSD-internal changes.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
|
2003-12-27 15:02:56 +00:00 |
|
Lutz Jänicke
|
d7559f16cd
|
Free "engine" resource in case of failure to prevent memory leak
PR: #778
Submitted by: George Mitchell <george@m5p.com>
|
2003-11-24 16:48:52 +00:00 |
|
Geoff Thorpe
|
6145b0b183
|
The "cryptodev" engine preprocessor logic used undefined symbols in
comparisons. It's better not to allow this, because it gives false
positives when using compiler warnings that detect mistyped symbols.
|
2003-10-29 04:00:14 +00:00 |
|
Richard Levitte
|
0c3426da86
|
Missing 0 broke FreeBSD build.
PR: 470
|
2003-01-23 08:10:04 +00:00 |
|
Richard Levitte
|
c00cee00fd
|
FreeBSD has /dev/crypto as well.
PR: 462
|
2003-01-16 18:29:30 +00:00 |
|
Richard Levitte
|
b84d5b72f1
|
Make sure to implement the cryptodev engine only when /dev/crypto exists.
|
2002-12-05 10:16:28 +00:00 |
|
Richard Levitte
|
76dfca879f
|
Step 9 of move of engines: rename crypto/engine/hw_cryptodev.c to
eng_cryptodev.c. This is an engine that (at least currently) has
to be built in.
|
2002-10-11 18:38:26 +00:00 |
|