- 15 6月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
Reported by Robert Eiglmaier <robert.eiglmaier@ixos.de>
-
由 Richard Levitte 提交于
-
- 14 6月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
when symlink() fails.
-
- 13 6月, 2000 6 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
BN_mod_exp_atalla could be used.
-
由 Geoff Thorpe 提交于
BN_mod_exp. Call the regular atalla mod_exp operation instead.
-
由 Geoff Thorpe 提交于
Also, "make update" has added some missing functions to libeay.num, updated the TABLE for the alpha changes, and updated thousands of dependancies that have changed from recent commits.
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 11 6月, 2000 3 次提交
-
-
由 Dr. Stephen Henson 提交于
Documentation correction.
-
由 Dr. Stephen Henson 提交于
EVP_DecryptInit() return values. Update docs.
-
由 Dr. Stephen Henson 提交于
to support multiple calls. New function to retrieve email address from certificates and requests.
-
- 10 6月, 2000 3 次提交
-
-
由 Bodo Möller 提交于
as expected -- maybe it's the different processor, maybe my previous timings were too inaccurate.
-
由 Bodo Möller 提交于
Don't give performance gain estimates that appear to be more precise than they really are, especially when they are wrong (2/(1/1.15 + 1) = ca. 1.0698).
-
由 Bodo Möller 提交于
-
- 09 6月, 2000 6 次提交
-
-
由 Richard Levitte 提交于
was a really bad idea. For example, the following: #include <x509.h> #include <bio.h> #include <asn1.h> would make sure that things like ASN1_UTCTIME_print() wasn't defined unless you moved the inclusion of bio.h to above the inclusion of x509.h. The reason is that x509.h includes asn1.h, and the declaration of ASN1_UTCTIME_print() depended on the definition of HEADER_BIO_H. That's what I call an obscure bug. Instead, this change makes sure that whatever header files are needed for the correct process of one header file are included automagically, and that the definitions of, for example, BIO-related things are dependent on the absence of the NO_{foo} macros. This is also consistent with the way parts of OpenSSL can be excluded at will.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
says one should use.
-
由 Bodo Möller 提交于
marginally faster BN_mod_exp for 1024 bit exponents.
-
- 08 6月, 2000 5 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
because we're only handling words anyway) in BN_mod_exp_mont_word making it a little faster for very small exponents, and adjust the performance gain estimate in CHANGES according to slightly more thorough measurements. (15% faster than BN_mod_exp_mont for "large" base, 20% faster than BN_mod_exp_mont for small base.)
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
it is expected).
-
由 Bodo Möller 提交于
-
- 07 6月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
for use with makefile.one)
-
- 06 6月, 2000 3 次提交
-
-
由 Andy Polyakov 提交于
'p' more than once without an intervening sequence point. This behavior is undefined." What it essentially complains about is 'p=p+=1'. Now it's changed to 'p=p+1'...
-
由 Andy Polyakov 提交于
MT-support for IRIX 6.x and Alpha-Linux
-
由 Ulf Möller 提交于
-
- 05 6月, 2000 2 次提交
-
-
由 Andy Polyakov 提交于
Submitted by: Reviewed by: PR:
-
由 Bodo Möller 提交于
-
- 04 6月, 2000 5 次提交
-
-
由 Richard Levitte 提交于
4.1.4 uses libiberty to define strtoul and strerror.
-
由 Richard Levitte 提交于
needed, or size_t won't be defined on SunOS 4.1.4.
-
由 Richard Levitte 提交于
-
由 Ulf Möller 提交于
Submitted by: John Jarvie <jjarvie@newsguy.com>
-
由 Ulf Möller 提交于
-
- 03 6月, 2000 1 次提交
-
-
由 Ben Laurie 提交于
-
- 02 6月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
-
由 Ulf Möller 提交于
-