<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Well, I can understand a situation when you want to perform different<br>
crypto ops using different libraries. But from xmlsec point of view
this <br>
would just mean that there is a one "virtual" crypto library combined <br>
from two real ones. This is a trivial thing to do: just follow standard
<br>
xmlsec-crypto library creation scheme.<br>
<br>
The case you describe is a little bit different (IMHO). As far as I can
<br>
understand, you would like to do a little bit more and use two crypto <br>
libraries *in the same time*: application uses one crypto library and <br>
sdk uses another one for the *same* type of crypto operations. This <br>
would require significantly more surgery on xmlsec itself. As I said<br>
I am not sure that this is usefull in real life. But if you need this I
can<br>
explain how to achieve this (again, it will require significant ammount<br>
of work).<br>
<br>
Aleksey<br>
<br>
P.Q.Hung wrote:<br>
<blockquote type="cite" cite="mid014a01c3a83b$9f249ee0$cb00000a@hungnb">
<title></title>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<meta content="MSHTML 6.00.2800.1264" name="GENERATOR">
<div><font face="Arial" size="2">thanks a lot for the answer. I was
only wonder if it works with two loaded crypto libs.</font></div>
<div><font face="Arial" size="2">It is obvious from your answer that
it is. It is enough for me.</font></div>
<div><font face="Arial" size="2">--</font></div>
<div><font face="Arial" size="2">P.Q.Hung</font></div>
<div> </div>
<div><font face="Arial" size="2">Btw, real use case may be speed,
interoperability. </font></div>
<blockquote dir="ltr"
style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;"><br>
</blockquote>
</blockquote>
</body>
</html>