- 14 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test
-
- 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.
-
- 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.
-
- 08 6月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
it is expected).
-
- 18 5月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 09 4月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 12 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 01 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 12 2月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 11 2月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 22 1月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add new program dhparam and update docs.
-
- 08 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 05 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 26 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Extend the X509_PURPOSE structure to include shortnames for purposed and default trust ids. Still need some extendable trust checking code and integration with the SSL and S/MIME code.
-
- 18 11月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 26 10月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
some utilities that should have used RANDFILE did not, and -rand handling was broken except in genrsa.
-
- 27 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 16 9月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 03 9月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 21 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 10 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 08 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
so that the SSL library can be used for applications that have to handle all the actual I/O themselves.
-
- 05 6月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
options to handle encrypted and unencrypted forms and DER format input and output.
-
由 Ben Laurie 提交于
-
- 21 5月, 1999 2 次提交
-
-
由 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 提交于
include file.
-
- 15 5月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Ben Laurie 提交于
-
- 13 5月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Richard Levitte <richard@levitte.org>
-
- 11 5月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 04 5月, 1999 1 次提交
-
-
由 Ralf S. Engelschall 提交于
-
- 02 5月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 30 4月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
- 29 4月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Niels Poppe Reviewed by: PR:
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
- 27 4月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 25 4月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 24 4月, 1999 2 次提交
-
-
由 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:
-
- 13 4月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-