- 18 12月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
structures and setting rsa->_method_mod_{n,p,q}. Submitted by: "Reddie, Steven" <Steven.Reddie@ca.com>
-
- 16 12月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Initial support for variables in DEF files.
-
由 Bodo Möller 提交于
-
- 15 12月, 2000 4 次提交
-
-
由 Dr. Stephen Henson 提交于
are all raw print only extensions at present.
-
由 Geoff Thorpe 提交于
-
由 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 3 次提交
-
-
由 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 提交于
-
- 13 12月, 2000 1 次提交
-
-
由 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 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 :-)
-
- 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 2 次提交
-
-
由 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 提交于
-
- 06 12月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 05 12月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 04 12月, 2000 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 02 12月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
The *_part_words functions are not static.
-
由 Richard Levitte 提交于
-
- 01 12月, 2000 4 次提交
-
-
由 Richard Levitte 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
-
- 30 11月, 2000 5 次提交
-
-
由 Richard Levitte 提交于
types of questions. Hopefully, that'll make them easier to spot, and specially, easier to refer to.
-
由 Richard Levitte 提交于
Windows. Really, this should probably be done on Unix as well, but that will be a later story...
-
由 Bodo Möller 提交于
-
由 Geoff Thorpe 提交于
similarly modified now on DH and DSA.
-
由 Lutz Jänicke 提交于
-
- 29 11月, 2000 4 次提交
-
-
由 Bodo Möller 提交于
I'm still investigating what caused the segementation fault (maybe "make clean; make" will cure it ...). But BN_bin2bn should always reset ret->neg.
-
由 Bodo Möller 提交于
This caused a segmentation fault in calls to malloc, so I cleaned up bn_lib.c a little so that it is easier to see what is going on. The bug turned out to be an off-by-one error in BN_bin2bn.
-
由 Bodo Möller 提交于
Modify "CHANGES" entry for BN_mod_inverse (it's not just avoiding BN_div that increases performance, avoiding BN_mul also helps)
-
由 Bodo Möller 提交于
Get the BN_mod_exp_mont bugfix (for handling negative inputs) correct this time.
-
- 28 11月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Fix BN_gcd. Analyze BN_mod_inverse. Add BN_kronecker. "make update".
-
- 27 11月, 2000 3 次提交
-
-
由 Geoff Thorpe 提交于
making a note in the CHANGES file.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
"make update"
-
- 19 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
BN_mul() correctly constified, avoids two realloc()'s that aren't really necessary and saves memory to boot. This required a small change in bn_mul_part_recursive() and the addition of variants of bn_cmp_words(), bn_add_words() and bn_sub_words() that can take arrays with differing sizes. The test results show a performance that very closely matches the original code from before my constification. This may seem like a very small win from a performance point of view, but if one remembers that the variants of bn_cmp_words(), bn_add_words() and bn_sub_words() are not at all optimized for the moment (and there's no corresponding assembler code), and that their use may be just as non-optimal, I'm pretty confident there are possibilities... This code needs reviewing!
-
- 17 11月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
password verification where it makes sense.
-