- Nov 24, 2001
-
-
Geoff Thorpe authored
-
- Nov 23, 2001
-
-
Bodo Möller authored
calls. This patch allows compilation either way. Submitted by: Jeffrey Altman <jaltman@columbia.edu>
-
Bodo Möller authored
-
Bodo Möller authored
(in main branch, hn_ncipher.c is already correct)
-
- Nov 22, 2001
-
-
Bodo Möller authored
disabled
-
Bodo Möller authored
Submitted by: Richard Shapiro <rshapiro@abinitio.com>
-
Bodo Möller authored
-
Geoff Thorpe authored
-
Geoff Thorpe authored
released.
-
Geoff Thorpe authored
essentially overwrites itself with the new ENGINE, with the exception of reference counts, ex_data structures, and other 'admin' elements. However if the new ENGINE doesn't populate certain elements, there's the risk of the "dynamic" ENGINE's elements showing through - the "cmd_defns" were just one of the possibilities. This implements a more comprehensive cleanup.
-
Geoff Thorpe authored
device. This change enables it for building as a self-contained "dynamic" ENGINE, to help testing such mechanisms.
-
Geoff Thorpe authored
object - otherwise we overwrite any flags that had been previously set in the DSO before calling DSO_load().
-
- Nov 19, 2001
-
-
Richard Levitte authored
Extentions of the explanations to the linking problem on Win32. Provided by Andrew Gray <agray@iconsinc.com>
-
Lutz Jänicke authored
(shinagawa@star.zko.dec.com).
-
- Nov 16, 2001
-
-
Richard Levitte authored
to trust that norm. I might implement a control for this later on
-
Bodo Möller authored
elliptic curves are are relatively faster than on PCs anyway)
-
Bodo Möller authored
-
Richard Levitte authored
-
Richard Levitte authored
On VAX, all global variables are accessed through functions, so skip doing transfer entries for variables. Forgot the looping gotos.
-
Richard Levitte authored
directory, trust the building scripts to handle it properly.
-
Richard Levitte authored
-
Bodo Möller authored
-
Bodo Möller authored
-
- Nov 15, 2001
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
And this finishes this engine, it now offers all ciphers and digests that RSAref 2.0 has.
-
Richard Levitte authored
-
Richard Levitte authored
Restructure the code and comment it a bit. Prepare for the presence of digests.
-
Richard Levitte authored
instead. This also makes it possible for users to simply give said shareable library as argument for the -engine option.
-
Richard Levitte authored
system error in the error text.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
engine.
-
Richard Levitte authored
files.
-
Richard Levitte authored
perl util/mkerr.pl -recurse -write -rebuild
-
- Nov 14, 2001
-
-
Richard Levitte authored
-
Richard Levitte authored
manually declare the include directory /usr/include at the same time as the macro PROTOTYPES is defined with the value 1. Besides, /usr/include is the standard include directory anyway, so there's no need to specify it explicitely.
-