summaryrefslogtreecommitdiff
path: root/beecrypt/BUGS
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-05-22 17:53:03 +0000
committerjbj <devnull@localhost>2003-05-22 17:53:03 +0000
commitf052bf8629523610f8061071ce7722b0a4ed706c (patch)
treed04534a969bb1647ec2ec127835b144c9a48ff30 /beecrypt/BUGS
parent8d73a1c5ebc7b62b312465f3f89d7b1c93dd680a (diff)
downloadlibrpm-tizen-f052bf8629523610f8061071ce7722b0a4ed706c.tar.gz
librpm-tizen-f052bf8629523610f8061071ce7722b0a4ed706c.tar.bz2
librpm-tizen-f052bf8629523610f8061071ce7722b0a4ed706c.zip
Yet Another Merge with beecrypt-3.0.0.
CVS patchset: 6869 CVS date: 2003/05/22 17:53:03
Diffstat (limited to 'beecrypt/BUGS')
-rw-r--r--beecrypt/BUGS37
1 files changed, 29 insertions, 8 deletions
diff --git a/beecrypt/BUGS b/beecrypt/BUGS
index e69297448..367149a53 100644
--- a/beecrypt/BUGS
+++ b/beecrypt/BUGS
@@ -2,27 +2,45 @@ Legend:
- = open bug
* = fixed bug
-2.2.0:
+3.0.0pre:
+ - Intel icc can't cope with gcj headers; there's also a problem in
+ combination with aio.h. Solution should be to not test gcj when using
+ this compiler. As a workaround, you can specify --without-javaglue.
+
+2.3.0pre:
* bug in certain instances of computing modular inverse.
- * incorrectly translated intel-style assembler version of x86 mp32odd and mp32even routines into gnu assembler format.
+ * incorrectly translated intel-style assembler version of x86 mp32odd
+ and mp32even routines into gnu assembler format.
* base64 decoding of '+' and '/' characters is wrong.
* incorrect testing of the result of the gcd operation in mp32prndconone.
* Chinese Remainer Theorem for RSA private key operation doesn't work
+ * incorrect header file inclusion when --disable-threads is selected or
+ when no multithreading is available.
+
+2.2.0:
+ [ Released by Jeff Johnson of RedHat, Inc.; lint & doxygen enhanced version
+ of 2.1.0. ]
2.1.0:
- * Entropy gathering from /dev/dsp contained error; size in words of entropy data to gather was overwritten with audio sample size - which resulted in much less entropy.
+ * Entropy gathering from /dev/dsp contained error; size in words of entropy
+ data to gather was overwritten with audio sample size - which resulted in
+ much less entropy.
2.0.0:
- - Chinese Remainder Theorem for RSA private key operation doesn't work; it needs fixing.
+ - Chinese Remainder Theorem for RSA private key operation doesn't work; it
+ needs fixing.
1.1.2:
- * SHA-1 i586 assembler code uses local variables below the current stack frame.
+ * SHA-1 i586 assembler code uses local variables below the current stack
+ frame.
1.1.1:
- * discrete logarithm domain parameter generator calculations contains bugs - was detected in this release but present since the first release.
+ * discrete logarithm domain parameter generator calculations contains bugs
+ - was detected in this release but present since the first release.
1.1.0:
- * The javaglue produces a NullPointerException when initializing with a null IV; this should be treated correctly, i.e. as an all zero IV.
+ * The javaglue produces a NullPointerException when initializing with a
+ null IV; this should be treated correctly, i.e. as an all zero IV.
1.0.2:
@@ -30,5 +48,8 @@ Legend:
* The Windows 2000 bug is still around
1.0.0:
- * On Windows 2000, the entropy system gets error WAVERR_BADFORMAT in waveInOpen; So far I've been unable to determine why the system does this for format WAVE_FORMAT_PCM. Suggestions to fix this problem are more than welcome.
+ * On Windows 2000, the entropy system gets error WAVERR_BADFORMAT in
+ waveInOpen; So far I've been unable to determine why the system does this
+ for format WAVE_FORMAT_PCM. Suggestions to fix this problem are more than
+ welcome.
* The assembler code for SHA-1 in gnu/fips180opt.gas.i586.s contains bugs.