- 07 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 13 6月, 2000 1 次提交
-
-
由 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.
-
- 21 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 12 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
proposed by Holger Reif
-
- 03 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 27 2月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 26 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
Apparently BN_div_recp reports an error for small divisors (1,2,4,8,40). I haven't got mismatches so far. If you can, please run the test program for a few days (nohup divtest >out& or something), and if it reports a mismatch, post the output.
-
- 06 2月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
Avoid enabled 'assert()' in production library.
-
- 05 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
temporary BIGNUMs. BN_CTX still uses a fixed number of BIGNUMs, but the BN_CTX implementation could now easily be changed.
-
- 01 2月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
Submitted by: Martin Kraemer <martin.kraemer@mch.sni.de>
-
- 24 1月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Tidy up CRYPTO_EX_DATA structures.
-
- 12 1月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
(created by bn_prime.pl, which now prints the copyright/license note as found in bn_prime.h)
-
- 26 12月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 26 7月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
./config sences whole range of SPARC instruction sets. Do note that it favors Sun C now if both gcc and cc 4.2 or later are present!
-
- 25 7月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 20 7月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 16 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 29 5月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 21 5月, 1999 3 次提交
-
-
由 Bodo Möller 提交于
in cryptlib.h (which is often included as "../cryptlib.h"), then the question remains relative to which directory this is to be interpreted. gcc went one further directory up, as intended; but makedepend thinks differently, and so probably do some C compilers. So the ../ must go away; thus e_os.h goes back into include/openssl (but I now use #include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) -- and we have another huge bunch of dependency changes. Argh.
-
由 Bodo Möller 提交于
There were problems with putting e_os.h just into the top directory, because the test programs are compiled within test/ in the "standard" case in in their original directories in the makefile.one case; and in the latter symlinks may not be available.
-
由 Bodo Möller 提交于
include file.
-
- 15 5月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 13 5月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
cannot handle all opcodes we need.
-
- 06 5月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 05 5月, 1999 3 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
-
- 30 4月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
- 29 4月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
- 27 4月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 25 4月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-)
-
- 24 4月, 1999 5 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR:
-
由 Dr. Stephen Henson 提交于
to error code script: it can now find untranslatable function codes (usually because the function is static and not defined in a header: occasionally because of a typo...) and unreferenced function and reason codes. To see this try: perl util/mkerr.pl -recurse -debug Also fixed some typos in crypto/pkcs12 that this found :-) Also tidy up some error calls that had to be all on one line: the old error script couldn't find codes unless the call was all on one line.
-
由 Dr. Stephen Henson 提交于
script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
- 23 4月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-