- 09 12月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Merge from the ASN1 branch of new ASN1 code to main trunk. Lets see if the makes it to openssl-cvs :-)
-
- 13 11月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 15 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
make update done.
-
- 25 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
acceptable, since all that happens if it fails is a library with an index, which makes linking slower, but still working correctly.
-
- 07 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 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.
-
- 09 4月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 02 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
either and has a static and dynamic mix.
-
- 24 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix so EVP_PKEY_rset_*() check return codes.
-
- 20 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
tolerated in certificates.
-
- 13 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
ultimately lead to certificate chain verification. It is VERY EXPERIMENTAL at present though.
-
- 03 8月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 21 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 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 1 次提交
-
-
由 Bodo Möller 提交于
-
- 14 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: Reviewed by: PR:
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
- 27 4月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 24 4月, 1999 4 次提交
-
-
由 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 提交于
-
- 22 4月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
this stuff.
-
- 20 4月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 19 4月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
isn't fully implemented (yet).
-
- 13 4月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 01 4月, 1999 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Ulf Möller 提交于
-
- 27 3月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
include an 'indent' option to V3 stuff.
-
- 22 3月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 06 3月, 1999 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Ralf S. Engelschall 提交于
consistent in the source tree and replaced `/bin/rm' by `rm'. Additonally cleaned up the `make links' target: Remove unnecessary semicolons, subsequent redundant removes, inline point.sh into mklink.sh to speed processing and no longer clutter the display with confusing stuff. Instead only the actually done links are displayed.
-
- 28 2月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 20 2月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-