- Dec 18, 2000
-
-
Bodo Möller authored
structures and setting rsa->_method_mod_{n,p,q}. Submitted by: "Reddie, Steven" <Steven.Reddie@ca.com>
-
- Dec 16, 2000
-
-
Dr. Stephen Henson authored
Initial support for variables in DEF files.
-
- Dec 15, 2000
-
-
Bodo Möller authored
-
Dr. Stephen Henson authored
are all raw print only extensions at present.
-
- Dec 14, 2000
-
-
Geoff Thorpe authored
-
Dr. Stephen Henson authored
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 authored
-
Dr. Stephen Henson authored
code from certificate, CRL and request printing routines.
-
- Dec 13, 2000
-
-
Dr. Stephen Henson authored
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 authored
-
Dr. Stephen Henson authored
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'.
-
- Dec 08, 2000
-
-
Dr. Stephen Henson authored
Merge from the ASN1 branch of new ASN1 code to main trunk. Lets see if the makes it to openssl-cvs :-)
-
- Dec 07, 2000
-
-
Bodo Möller authored
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.
-
Bodo Möller authored
BN_mod_exp_mont does not work properly yet if modulus m is negative (we want computations to be carried out modulo |m|).
-
- Dec 06, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
-
- Dec 04, 2000
-
-
Bodo Möller authored
-
Geoff Thorpe authored
-
- Dec 02, 2000
-
-
Ulf Möller authored
The *_part_words functions are not static.
-
- Dec 01, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Ulf Möller authored
-
Ulf Möller authored
-
- Nov 30, 2000
-
-
Bodo Möller authored
-
Richard Levitte authored
types of questions. Hopefully, that'll make them easier to spot, and specially, easier to refer to.
-
Richard Levitte authored
Windows. Really, this should probably be done on Unix as well, but that will be a later story...
-
Bodo Möller authored
-
- Nov 29, 2000
-
-
Geoff Thorpe authored
similarly modified now on DH and DSA.
-
Lutz Jänicke authored
-
Bodo Möller authored
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 authored
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 authored
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 authored
Get the BN_mod_exp_mont bugfix (for handling negative inputs) correct this time.
-
- Nov 28, 2000
-
-
Bodo Möller authored
-
- Nov 27, 2000
-
-
Bodo Möller authored
Fix BN_gcd. Analyze BN_mod_inverse. Add BN_kronecker. "make update".
-
- Nov 26, 2000
-
-
Geoff Thorpe authored
making a note in the CHANGES file.
-
Bodo Möller authored
-
Bodo Möller authored
"make update"
-
- Nov 18, 2000
-
-
Richard Levitte authored
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!
-
- Nov 17, 2000
-
-
Bodo Möller authored
password verification where it makes sense.
-