- 05 7月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
could be done automagically, much like the numbering in libeay.num and ssleay.num. The solution works as follows: - New object identifiers are inserted in objects.txt, following the syntax given in objects.README. - objects.pl is used to process obj_mac.num and create a new obj_mac.h. - obj_dat.pl is used to create a new obj_dat.h, using the data in obj_mac.h. This is currently kind of a hack, and the perl code in objects.pl isn't very elegant, but it works as I intended. The simplest way to check that it worked correctly is to look in obj_dat.h and check the array nid_objs and make sure the objects haven't moved around (this is important!). Additions are OK, as well as consistent name changes.
-
- 18 6月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
sk_whatever_insert and sk_whatever_set immediately reveals the subtle difference in parameter order. Change mkstack.pl so that safestack.h is not rewritten when nothing has changed.
-
- 01 6月, 2000 1 次提交
-
-
由 Geoff Thorpe 提交于
structures and functions for each stack type. The previous behaviour can be enabled by configuring with the "-DDEBUG_SAFESTACK" option. This will also cause "make update" (mkdef.pl in particular) to update the libeay.num and ssleay.num symbol tables with the number of extra functions DEBUG_SAFESTACK creates. The way this change works is to accompany each DECLARE_STACK_OF() macro with a set of "#define"d versions of the sk_##type##_*** functions that ensures all the existing "type-safe" stack calls are precompiled into the underlying stack calls. The presence or abscence of the DEBUG_SAFESTACK symbol controls whether this block of "#define"s or the DECLARE_STACK_OF() macro is taking effect. The block of "#define"s is in turn generated and maintained by a perl script (util/mkstack.pl) that encompasses the block with delimiting C comments. This works in a similar way to the auto-generated error codes and, like the other such maintenance utilities, is invoked by the "make update" target. A long (but mundane) commit will follow this with the results of "make update" - this will include all the "#define" blocks for each DECLARE_STACK_OF() statement, along with stripped down libeay.num and ssleay.num files.
-
- 18 5月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 05 4月, 2000 1 次提交
-
-
由 Geoff Thorpe 提交于
variety of platforms. A few are missing, and they will be added in eventually, but as this is new stuff, it was better to not break lots of platforms in one go that we can't easily test. The changes to "Configure" should illustrate how to add support to other systems if you feel like having a go. NB: I'll add something shortly to allow you to add "dlfcn.h" support on those platforms that don't have (or need) a dlfcn.h header file. (The symbol for Configure will probably by "dlfcn_no_h"). Thanks to Richard Levitte, who is responsible for the dso_dl.c support, understanding the trickier aspects of the build process, and giving great feedback on everything else. [Don't use this stuff if you're easily offended by changes to the interface or behaviour - it's still work in progress.] PR:
-
- 15 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 09 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 29 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
by Lutz Behnke and by Lutz Jaenicke. Hopefully we'll have a unified way of handling shared libraries when we move to autoconf...
-
- 25 2月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 24 2月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Ulf Möller 提交于
-
- 16 2月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
New variable for man directory.
-
由 Ulf Möller 提交于
-
- 15 2月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
tad more readable.
-
- 12 2月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 08 2月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 31 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
eliminate some of the -Wcast-qual warnings (debug-ben-strict target)
-
- 28 1月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
ends up in section 5.
-
- 22 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 21 1月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
has s/mime functionality.
-
- 12 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 09 1月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
same and now are identical. The next step will be to delete doc/openssl.pod, this is just to see the individual CVS deltas.
-
由 Bodo Möller 提交于
-
- 08 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 04 10月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed message contains no certificates. Also fix typo in RANLIB changes.
-
由 Bodo Möller 提交于
rsaref needs ist. Submitted by: Will Day
-
- 30 9月, 1999 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 11 9月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 28 8月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 08 8月, 1999 1 次提交
-
-
由 Ralf S. Engelschall 提交于
because it could confuse people (which then send us bug reports)...
-
- 05 8月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
while implementing and using it.
-
- 23 7月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
Still doesn't work (the destructor on BIO and SSL is called immediately after creating the object. Why that??)
-
- 10 6月, 1999 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 08 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 07 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
NeXTstep creates a directory called -p); now mkdir-p.pl does its job.
-