- 30 5月, 2005 1 次提交
-
-
由 Geoff Thorpe 提交于
dynamic loading is consistent with respect to engine ids.
-
- 25 5月, 2005 1 次提交
-
-
由 Geoff Thorpe 提交于
source files, for that matter) by tolerating the alternatives. It would be preferable to also change the generated shared library names, but that will be taken up separately.
-
- 22 5月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
-
- 17 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
[most importantly] put back dependencies accidentaly eliminated in check-in #13342.
-
- 16 5月, 2005 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 09 5月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
during "make errors" and thus during "make update". Fix lots of bugs that util/ck_errf.pl can detect automatically. Various others of these are still left to fix; that's why "make update" will complain loudly when run now.
-
- 01 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 11 4月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
-
- 31 3月, 2005 1 次提交
-
-
由 Ben Laurie 提交于
-
- 30 3月, 2005 1 次提交
-
-
由 Ben Laurie 提交于
-
- 01 6月, 2004 2 次提交
-
-
由 Geoff Thorpe 提交于
install to a different location than it had created. (BTW, VMS will need a matching fix in eng_list.c.) Note, these aren't ssl-specific, so I'm putting "engines/" into the libs directory rather than at the "--prefix" level or inside "ssl/".
-
由 Andy Polyakov 提交于
think that proper Makefile clean-up is required.
-
- 18 5月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
the engine implementations need to include bn.h to manipulate bignums.
-
- 20 4月, 2004 3 次提交
-
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
consolidated these prior to committing).
-
由 Geoff Thorpe 提交于
changes are the fallout). As this could break source code that doesn't directly include headers for interfaces it uses, changes to recursive includes are covered by the OPENSSL_NO_DEPRECATED symbol. It's better to define this when building and using openssl, and then adapt code where necessary - this is how to stay current. However the mechanism exists for the lethargic.
-
- 25 3月, 2004 2 次提交
-
-
由 Geoff Thorpe 提交于
already built and tested.
-
由 Geoff Thorpe 提交于
operations no longer require two distinct BN_CTX structures. This may put more "strain" on the current BN_CTX implementation (which has a fixed limit to the number of variables it will hold), but so far this limit is not triggered by any of the tests pass and I will be changing BN_CTX in the near future to avoid this problem anyway. This also changes the default RSA implementation code to use the BN_CTX in favour of initialising some of its variables locally in each function.
-
- 28 11月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
-
- 04 11月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
Submitted by: Nils Larsch
-
- 30 10月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
I have tried to convert 'len' type variable declarations to unsigned as a means to address these warnings when appropriate, but when in doubt I have used casts in the comparisons instead. The better solution (that would get us all lynched by API users) would be to go through and convert all the function prototypes and structure definitions to use unsigned variables except when signed is necessary. The proliferation of (signed) "int" for strictly non-negative uses is unfortunate.
-
- 26 6月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
-
- 12 6月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
-
- 07 6月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
should not be necessary in any case, but more importantly the result and input BIGNUMs could be the same, in which case this is clearly a problem. Submitted by: Jonathan Hersch Reviewed by: Joe Orton Approved by: Geoff Thorpe
-
- 31 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
-
- 30 1月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
key operations using the GMP library. The default is not to build (or use) this code unless OPENSSL_USE_GMP is defined (because it will impose header and linker dependencies that might need specifying too).
-
- 17 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
-
- 15 1月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
override key-generation implementations by placing handlers in the methods for DSA and DH. Also, parameter generation for DSA and DH is possible by another new handler for each method.
-
- 11 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
-
- 07 1月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
ENGINEs implement it.
-
- 03 1月, 2003 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 02 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
specified...
-
- 29 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 15 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
- define a HERE variable to indicate where the source tree is (used very little right now) - make more use of copying and making attribute changes to {file}.new, and then move it to {file} - use 'mv -f' to avoid all those questions to the user when the file in question doesn't have write attributes for that user.
-
- 05 12月, 2002 3 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
well to be able to use the CHIL engine. PR: 281
-
由 Richard Levitte 提交于
-
- 28 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
I've covered all the memset()s I felt safe modifying, but may have missed some.
-
- 14 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
(I really need to review my knowledge of the language)
-