- 18 4月, 2001 5 次提交
-
-
由 Geoff Thorpe 提交于
Previous changes permanently removed the commented-out old code for where it was possible to create and use an ENGINE statically, and this code gets rid of the ENGINE_FLAGS_MALLOCED flag that supported the distinction with dynamically allocated ENGINEs. It also moves the area for ENGINE_FLAGS_*** values from engine_int.h to engine.h - because it should be possible to declare ENGINEs just from declarations in exported headers.
-
由 Geoff Thorpe 提交于
* Constify the get/set functions, and add some that functions were missing. * Add a new 'ENGINE_cpy()' function that will produce a new ENGINE based copied from an original (except for the references, ie. the new copy will be like an ENGINE returned from 'ENGINE_new()' - a structural reference). * Removed the "null parameter" checking in the get/set functions - it is legitimate to set NULL values as a way of *changing* an ENGINE (ie. removing a handler that previously existed). Also, passing a NULL pointer for an ENGINE is obviously wrong for these functions, so don't bother checking for it. The result is a number of error codes and strings could be removed.
-
由 Geoff Thorpe 提交于
to ENGINE_free(). Also, remove "#if 0" code that has no useful future.
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
-
- 16 4月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 14 4月, 2001 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 11 4月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
extension instead of just copying it. That makes a certificate comply even more with PKIX recommendations according to RFC 2459.
-
- 09 4月, 2001 4 次提交
-
-
由 Bodo Möller 提交于
Ultra-Sparcs (both 32-bit and 64-bit compilations)
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 08 4月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Spotted by Harald Koch <chk@pobox.com>
-
- 05 4月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
(we don't have an ASN1_TEMPLATE to complain about at this stage, so errtt == NULL should be OK)
-
由 Richard Levitte 提交于
(provided by Stephen)
-
- 04 4月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
just a slowdown.
-
- 03 4月, 2001 7 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Geoff Thorpe 提交于
without releasing a lock. This is the same fix as applied to OpenSSL-engine-0_9_6-stable, minus the ENGINE_ctrl() change - the HEAD already had that fixed.
-
由 Geoff Thorpe 提交于
lock - stupidly, my last change addressed only one of them.
-
由 Geoff Thorpe 提交于
-
- 02 4月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
combine in CHOICE options. This was causing d2i_DSAPublicKey() to misbehave.
-
- 30 3月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
development line as well.
-
由 Richard Levitte 提交于
-
- 29 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
des_encrypt() and des_encrypt() defined on some systems (Solaris and Unixware and maybe others), we rename des_encrypt() to des_encrypt1(). This should have very little impact on external software unless someone has written a mode of DES, since that's all des_encrypt() is meant for.
-
- 28 3月, 2001 4 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Andy Polyakov 提交于
Submitted by: Reviewed by: PR:
-
由 Richard Levitte 提交于
-
- 24 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 22 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 21 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
be "#if 0"'d, or they will (re)appear as existing functions in util/libeay.num.
-
- 20 3月, 2001 3 次提交
-
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 18 3月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
New cofiguration for Unixwre and SCO,with slightly better granularity. Contributed by Tim Rice <tim@multitalents.net>
-
由 Dr. Stephen Henson 提交于
-
- 16 3月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Overhaul the display of certificate details in the 'ca' utility. This can now be extensively customised in the configuration file and handles multibyte strings and extensions properly. This is required when extensions copying from certificate requests is supported: the user must be able to view the extensions before allowing a certificate to be issued.
-