Issue 30905 - the big integer conversion problem
Summary: the big integer conversion problem
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Code
Component: code (show other issues)
Version: 680m30
Hardware: All All
: P5 (lowest) Trivial (vote)
Target Milestone: OOo 2.0
Assignee: afan
QA Contact: issues@xml
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2004-06-30 09:59 UTC by afan
Modified: 2008-05-17 23:08 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description afan 2004-06-30 09:59:33 UTC
When implement the xml signature and encryption, we need the convertors between
string( decimal string or hexadecimal string ) and big integer( ASN DER format
). Both of the xmlsec library and the crypto engine API do not provide the
correct convertors, they only support the conversion between string and small
integer( ASN DER format ), which is dangerous. At present, we also use a pair of
small integer convertors, they're numericStringToBigInteger and
bigIntegerToNumericString, we should patch the two methods if the correct
convertors appear.
Comment 1 jogi 2004-06-30 13:23:31 UTC
That's your area.
Comment 2 michael.brauer 2004-07-19 13:29:28 UTC
Andrew, I assume you wanted to assign this task to yourself.
Comment 3 afan 2004-09-09 10:04:49 UTC
The big number convertor use the xmlsec library apis. In its new version, xmlsec
provide a set of new convertion apis between string and biginteger.
Comment 4 ace_dent 2008-05-17 21:06:16 UTC
The Issue you raised has been marked as 'Resolved' and not updated within the
last 1 year+. I am therefore setting this issue to 'Verified' as the first step
towards Closing it. If you feel this is incorrect, please re-open the issue and
add any comments.

Many thanks,
Andrew
 
Cleaning-up and Closing old Issues
~ The Grand Bug Squash, pre v3 ~
http://marketing.openoffice.org/3.0/announcementbeta.html
Comment 5 ace_dent 2008-05-17 23:08:10 UTC
As per previous posting: Verified -> Closed.
A Closed Issue is a Happy Issue (TM).

Regards,
Andrew