- 19 12月, 2000 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 18 12月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
structures and setting rsa->_method_mod_{n,p,q}. Submitted by: "Reddie, Steven" <Steven.Reddie@ca.com>
-
- 17 12月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Redo OCSP response printing. Remove duplicate or obsolete code. Delete some redundant files.
-
由 Bodo Möller 提交于
-
- 16 12月, 2000 4 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Richard Levitte 提交于
Spotted by "David Schwartz" <davids@webmaster.com>.
-
由 Dr. Stephen Henson 提交于
just a NULL and appears in a certificate.
-
由 Bodo Möller 提交于
-
- 15 12月, 2000 7 次提交
-
-
由 Dr. Stephen Henson 提交于
are all raw print only extensions at present.
-
由 Bodo Möller 提交于
in NO_ASM configurations
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
This is a little unusual because it can contain no structure i.e. the extension OCTET STRING content octets do not contain a DER encoded structure.
-
由 Geoff Thorpe 提交于
BCM5805 and BCM5820 units. So far I've merely taken a skim over the code and changed a few things from their original contributed source (de-shadowing variables, removing variables from the header, and re-constifying some functions to remove warnings). If this gives compilation problems on any system, please let me know. We will hopefully know for sure whether this actually functions on a system with the relevant hardware in a day or two. :-)
-
由 Dr. Stephen Henson 提交于
from the print routines. Reorganisation of OCSP code: initial print routines in ocsp_prn.c. Doesn't work fully because OCSP extensions aren't reimplemented yet. Implement some ASN1 functions needed to compile OCSP code.
-
由 Bodo Möller 提交于
-
- 14 12月, 2000 4 次提交
-
-
由 Dr. Stephen Henson 提交于
code from certificate, CRL and request printing routines.
-
由 Dr. Stephen Henson 提交于
authenticated attributes: this is used to retain the original encoding and not break signatures. Support for a SET OF which reorders the STACK when encoding a structure. This will be used with the PKCS7 code.
-
由 Dr. Stephen Henson 提交于
-
由 Richard Levitte 提交于
functions need to be constified, and therefore meant a number of easy changes a little everywhere. Now, if someone could explain to me why OBJ_dup() cheats...
-
- 13 12月, 2000 4 次提交
-
-
由 Richard Levitte 提交于
Solution: multiply a with 0, putting the result in r, and return.
-
由 Richard Levitte 提交于
when both a and b are of the exact right size. This may change to something better later.
-
由 Dr. Stephen Henson 提交于
This was caused by no initialising the buffer to NULL when using the auto allocating version if i2d.
-
由 Dr. Stephen Henson 提交于
Rewrite the extension code to use an ASN1_ITEM structure for its ASN1 operations as well as the old style function pointers (i2d, d2i, new, free). Change standard extensions to support this. Fix a warning in BN_mul(), bn_mul.c about uninitialised 'j'.
-
- 09 12月, 2000 3 次提交
-
-
由 Geoff Thorpe 提交于
DECLARE/IMPLEMENT macros now exist to create type (and prototype) safe wrapper functions that avoid the use of function pointer casting yet retain type-safety for type-specific callbacks. However, most of the usage within OpenSSL itself doesn't really require the extra function because the hash and compare callbacks are internal functions declared only for use by the hash table. So this change catches all those cases and reimplements the functions using the base-level LHASH prototypes and does per-variable casting inside those functions to convert to the appropriate item type. The exception so far is in ssl_lib.c where the hash and compare callbacks are not static - they're exposed in ssl.h so their prototypes should not be changed. In this last case, the IMPLEMENT_LHASH_*** macros have been left intact.
-
由 Ulf Möller 提交于
-
由 Dr. Stephen Henson 提交于
Merge from the ASN1 branch of new ASN1 code to main trunk. Lets see if the makes it to openssl-cvs :-)
-
- 08 12月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
One problem that looked like a problem in bn_recp.c at first turned out to be a BN_mul bug. An example is given in bn_recp.c; finding the bug responsible for this is left as an exercise.
-
- 07 12月, 2000 5 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
BN_mod_exp_mont does not work properly yet if modulus m is negative (we want computations to be carried out modulo |m|).
-
由 Bodo Möller 提交于
(just in cases someone uses a negative modulus)
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
-
- 06 12月, 2000 5 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
not just on certain platforms.
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
reliable timings yet, please try it out!
-
由 Ulf Möller 提交于
-