<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.encryption.cryptlib">
    <title>gmane.comp.encryption.cryptlib</title>
    <link>http://blog.gmane.org/gmane.comp.encryption.cryptlib</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2558"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2555"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2549"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2548"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2546"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2541"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2539"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2537"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2533"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2529"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2527"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2525"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2519"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2515"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2513"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2512"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2509"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2508"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2498"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2497"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2558">
    <title>cryptPopData() returns error -16 with TLS</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2558</link>
    <description>&lt;pre&gt;Hello,

I'm trying to establish a TLS session using the current version of cryptlib
under MSVS C++ Express 2010/Windows 7 as a client against a server application
which is TLS-enabled via stunnel! Sending messages using cryptPushData() seam to
work fine (according to the log entries of the server application) but
cryptPopData() returns -16 (CRYPT_INTERNAL_ERROR). The values of the attributes
CRYPT_ATTRIBUTE_ERRORTYPE and CRYPT_ATTRIBUTE_ERRORLOCUS after the error has
occured are 0. An attempt to get the value of the attribute
CRYPT_ATTRIBUTE_ERRORMESSAGE returns with the error code -43.

Here is the code:

CRYPT_SESSION cryptSession;
status = cryptInit();

if ( status == CRYPT_OK ) {

  /* Create the session */
  status = cryptCreateSession( &amp;amp;cryptSession, CRYPT_UNUSED, CRYPT_SESSION_SSL );
}

if ( status == CRYPT_OK ) {
  /* Add server name */
  int len = strlen(serverName);
  status = cryptSetAttributeString( cryptSession, CRYPT_SESSINFO_SERVER_NAME,
serverName, len );
}

if ( status == CRYPT_OK ) {
  /* A&lt;/pre&gt;</description>
    <dc:creator>Tamim</dc:creator>
    <dc:date>2012-03-22T14:22:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2555">
    <title>SSH question</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2555</link>
    <description>&lt;pre&gt;Hello,

 

is it somehow possible to read the pre-Authenticaion prompt when using SSH?
-&amp;gt; A device sends some data before authentication and I would need this
string for further analysis. 

At the moment I only get the receive data after authentication.

 

Thanks,

Mathias

 

 

_______________________________________________
Cryptlib mailing list
Cryptlib&amp;lt; at &amp;gt;mbsks.franken.deAdministration via Mail: cryptlib-request&amp;lt; at &amp;gt;mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.
&lt;/pre&gt;</description>
    <dc:creator>Mathias Spoerr</dc:creator>
    <dc:date>2012-03-04T19:15:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2549">
    <title>Problem reading b64 encoded certificate</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2549</link>
    <description>&lt;pre&gt;I have narrowed it down to that it is the base64 decoding that reports CRYPT_ERROR_BADDATA when a certificate is base64encoded without linefeeds and there is no b64padding. 

 

IF the encoded certificate has b64 padding ( = or == at the end) it works fine:

 

-----BEGIN CERTIFICATE-----

MIIE [...]lxsaxft0Q==

-----END CERTIFICATE-----

 

When decoding this certificate, the last call to decodeBase64chunk results in outByteCount being 1 or 2 depending on the padding, so it returns OK_SPECIAL that tells base64decode() that end of data is reached. Note that there are no linefeeds in the base64encoded data.

 

But if there is no padding, the base64decode() function fails.

 

----- BEGIN CERTIFICATE -----

[...] p1TB3zKyHB1avxusOpgVxDM

-----END CERTIFICATE-----

 

Because in the last call to decodeBase64chunk() the outByteCount = 3, so base64decode continues to read and trigs the check in base64.c line 749 that allows only lines of 127 bytes or less. 

 

This was no problem in cryptlib 3.2, and the certif&lt;/pre&gt;</description>
    <dc:creator>Geir Ståle Eidissen</dc:creator>
    <dc:date>2012-02-02T12:52:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2548">
    <title>cryptGetAttribute - what to use for cryptObjectparameter to get error information</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2548</link>
    <description>&lt;pre&gt;A call to cryptImportCert fails ( CRYPT_ERROR_BADDATA -32) and I want to get more information using CRYPT_ATTRIBUTE_ERRORLOCUS ect. 

 

The problem is that I have no valid object for cryptGetAttribute so the calls to get errorlocus, errortype and errormessage fails, returning -1 (CRYPT_ERROR_PARAM1. )

I have tried using CRYPT_UNUSED as the object, but that fails too. 

 

How can I find what's wrong with the certificate I try to import (pem-format, base64 encoded wrapped in ----- BEGIN CERTIFICATE-----,----- END CERTIFICATE----- ) .

 

Using Cryptlib 3.4.1

 

--

Geir S. Eidissen

_______________________________________________
Cryptlib mailing list
Cryptlib&amp;lt; at &amp;gt;mbsks.franken.deAdministration via Mail: cryptlib-request&amp;lt; at &amp;gt;mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.
&lt;/pre&gt;</description>
    <dc:creator>Geir Ståle Eidissen</dc:creator>
    <dc:date>2012-02-02T09:19:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2546">
    <title>x</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2546</link>
    <description>&lt;pre&gt;
&lt;/pre&gt;</description>
    <dc:creator>Florian Weimer</dc:creator>
    <dc:date>2012-02-01T10:05:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2541">
    <title>Error Sending TLS SMTP email to servers that are not GMail</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2541</link>
    <description>&lt;pre&gt;
My program is written in PowerBuilder and uses the latest copy of cl32.dll to
send email. It works perfectly with GMail but when used with other servers
that require TLS it fails. PowerBuilder is very similar to VB6 in how it
calls .dll functions so I went by the example for that.

The error is returned from the call to activate the session. The error is
-32 "Bad/unrecognised data format".

Here is the code, minus the error handling:

ll_RetVal = cryptInit()
ll_RetVal = cryptCreateSession(ll_Session, CRYPT_UNUSED, CRYPT_SESSION_SSL)
ll_RetVal = cryptSetAttributeString(ll_Session, CRYPT_SESSINFO_SERVER_NAME,
ls_server, Len(ls_server))
ll_RetVal = cryptSetAttribute(ll_Session, CRYPT_SESSINFO_SERVER_PORT,
lui_port)
ll_RetVal = cryptSetAttribute(ll_Session, CRYPT_SESSINFO_ACTIVE, 1)

The variables that start with ll_ are Long, ls_ are String and lui_ are
UnsignedInteger. Long is a signed 4 byte number and UnsignedInteger is a
unsigned 2 byte number.

Thanks in advance,
Roland
&lt;/pre&gt;</description>
    <dc:creator>Topwiz</dc:creator>
    <dc:date>2012-01-31T01:18:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2539">
    <title>MySQL + ODBC Seg Fault</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2539</link>
    <description>&lt;pre&gt;hello there i hope that you can help me.

I am using cryptlib with mysql and myodbc
 driver on linux.  I make a simple

certificate as described in the manual, 
I then open a ODBC database using

KeySetOpen .... i checked return errors 
and they are not returning bad , its

just that when i call 
AddPublicKey(keyset,cryptCertificate).

This is a high level function and it 
will connect to the database. Okay the

OPTION which is set on KeySetOpen is 
NONE because i want it to write.  Well,

when i call AddPublicKey i get a 
segmentation fault.  I used gdb to debug the

problem, it seems that mysqlclient is 
calling Escape function. Like so :

escape_string_for_mysql () from 
/usr/lib/libmysqlclient_r.so.16

This is where dbg found the segmentation
 fault signal.

I hope you can help me, i even recompiled
 the crypt source to try and figure

what is happening at a lower level.  I 
found that when odbc.c is calling

sqlStatus = SQLExecDirect( hStmt, query, 
queryLength ); that the fault happens.

I logged the p&lt;/pre&gt;</description>
    <dc:creator>Graham Fenner</dc:creator>
    <dc:date>2012-01-14T08:33:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2537">
    <title>PGP (gnupg) with cryptlib.dll</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2537</link>
    <description>&lt;pre&gt;Has anybody experience with encryption/decryption with PGP?
When I try to read a private key from secring.gpg, I always
get errorcode -22 (incorrect key used to decrypt data).
I had definitly the right password in cryptGetPrivateKey.

cryptGetPublicKey has errorcode = 0 when reading the same
key from secring.pgp or pubring.pgp
--
W. Gothier

_______________________________________________
Cryptlib mailing list
Cryptlib&amp;lt; at &amp;gt;mbsks.franken.deAdministration via Mail: cryptlib-request&amp;lt; at &amp;gt;mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.

&lt;/pre&gt;</description>
    <dc:creator>Wolfgang Gothier</dc:creator>
    <dc:date>2011-12-07T00:08:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2533">
    <title>import PGP keys into keyset</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2533</link>
    <description>&lt;pre&gt;Hi.

Is ist possible to create a empty keyset and afterwards
import one/serveral PGP secret/public keys which are stored
in memory buffer/s ?

Is it possible to create a keyset without a correspondig file ?





&lt;/pre&gt;</description>
    <dc:creator>Johannes Poehlmann</dc:creator>
    <dc:date>2011-11-03T17:06:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2529">
    <title>Is someone providing Debian packages for cryptlib ?</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2529</link>
    <description>&lt;pre&gt;Hello,

I have one question:

Are there binary cryptlib packages  for debian
(or another major)  linux  available ?

In analogy to the pre-compiled windows libraries this would
make it easier to use cryptlib in a linux software project.


Johannes





&lt;/pre&gt;</description>
    <dc:creator>Johannes Poehlmann</dc:creator>
    <dc:date>2011-10-20T11:32:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2527">
    <title>Problems with simple enveloping</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2527</link>
    <description>&lt;pre&gt;Hi people!

I'm using Cryltlib 3.4.0 both under WindowsXP SP3 and FreeBSD 8.2 (AMD64)

While creating envelopes in code beow I got an error.

  this-&amp;gt;cl_err = 
cryptCreateEnvelope(&amp;amp;env,CRYPT_UNUSED,CRYPT_FORMAT_CRYPTLIB);
  if (this-&amp;gt;cl_err) IRET(446);

  this-&amp;gt;cl_err = cryptSetAttribute( env, CRYPT_ATTRIBUTE_BUFFERSIZE, 
src_size+16384);
  if (this-&amp;gt;cl_err) IRET(449);

The last operation returns -2 i.e. CRYPT_ATTRIBUTE_BUFFERSIZE is a wrong 
attr for envelope.

real value for src_size was 32768, but might be aany one up to 32MB.

What's wrong?

PS  As a test one I tried to exclude buffer size definition from code 
but still using definition of raw data size. The result of data push was 
-30 (i.e. Data overflow).

_______________________________________________
Cryptlib mailing list
Cryptlib&amp;lt; at &amp;gt;mbsks.franken.deAdministration via Mail: cryptlib-request&amp;lt; at &amp;gt;mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed address&lt;/pre&gt;</description>
    <dc:creator>Александр Комратов</dc:creator>
    <dc:date>2011-09-15T08:37:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2525">
    <title>Cryptlib CMP CA must always be the same for one user?</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2525</link>
    <description>&lt;pre&gt;Hi,

I have a problem when setup the Cryptlib CMP CA and use CMP for automation.
I have to deploy two CAs, one is for a product production phase and use ir
to store the first cert in the product,  then when the product is deployed
in real world, I have to use another CA for a further cr process in order to
build trust with other services. However, I find the 2nd cryptlib CA cannot
auth the product at all, even you create a PKI user in that CA using the
same DN. It seems the cryptlib checks the certId and trying to trace back
all the way on that client till the first ir use its own database. If I am
not wrong, is there any other way or I have to turn to other CMP CA?

Many Thanks
Efl
_______________________________________________
Cryptlib mailing list
Cryptlib&amp;lt; at &amp;gt;mbsks.franken.deAdministration via Mail: cryptlib-request&amp;lt; at &amp;gt;mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, &lt;/pre&gt;</description>
    <dc:creator>zhou y</dc:creator>
    <dc:date>2011-08-21T18:01:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2519">
    <title>Linking against system libraries</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2519</link>
    <description>&lt;pre&gt;As discussed in the other thread, cryptlib embeds code from other
sources.  The symbols have not been mangled, so there are symbol
clashes.  In other contexts, I've seen crashes because of zlib version
mismatches.  This can be avoided by linking against the system zlib,
which appears to be straightforward.

However, with OpenSSL's libcrypto, it's more difficult, and there
appears to be an actual ABI change in crypt/des.h: DES_key_schedule has
an additional member weak_key in the OpenSSL version.  (The wrapping
struct seems less of an issue at the ABI level.)  This is actually used
in a few places, including the random number generator.  Is this known
to cause problems in practice?

&lt;/pre&gt;</description>
    <dc:creator>Florian Weimer</dc:creator>
    <dc:date>2011-08-09T11:17:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2515">
    <title>License clarifications</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2515</link>
    <description>&lt;pre&gt;It seems that Cryptlib's license is not GPL-compatible at all, despite
what the web site says: the bignum implementation is licensed under the
OpenSSL license, which is considered GPL-incompatible for historic
reasons (it's similar to the four-clause BSD license).

Apparently, the Sleepycat license was amended to clarify its application
to SaaS configurations, in the spirit of the Affero GPL.  The GPL,
version 3, requires that licensees are permitted to redistribute covered
works to SaaS providers and subcontractors, provided that the recipients
do not receive any rights under copyright.  With a broad interpretation
of redistribution, the Sleepycat license would not allow this and thus
constitute a further restriction, making it incompatible with the GPLv3.
(This is a defect in the GPLv3, which is no longer a strong copyleft
license.)

I don't think those licensing aspects are that important because we're
still covered by the free license, but perhaps it's possible to clarify
the licensing situation in some &lt;/pre&gt;</description>
    <dc:creator>Florian Weimer</dc:creator>
    <dc:date>2011-08-08T08:33:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2513">
    <title>Tarball with UNIX-style line separators</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2513</link>
    <description>&lt;pre&gt;Is there an official tarball which contains UNIX-style line separators
(LF instead of CRLF)?  Building from the ZIP sources fails for me
because the interpreter specified in the shebang cannot be found.

&lt;/pre&gt;</description>
    <dc:creator>Florian Weimer</dc:creator>
    <dc:date>2011-08-08T08:12:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2512">
    <title>cryptlib 3.4.1 released</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2512</link>
    <description>&lt;pre&gt;It's now available via the usual link on the download page.  The main change
is a move from VS 2005 to VS 2010 for the Windows build, as well as the usual
raft of updates and minor changes.

Peter.

_______________________________________________
Cryptlib mailing list
Cryptlib&amp;lt; at &amp;gt;mbsks.franken.deAdministration via Mail: cryptlib-request&amp;lt; at &amp;gt;mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.

&lt;/pre&gt;</description>
    <dc:creator>Peter Gutmann</dc:creator>
    <dc:date>2011-07-27T15:29:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2509">
    <title>Setting up Pk11 token access</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2509</link>
    <description>&lt;pre&gt;Hello everyone,

I have a strange behavior trying to connect and use the certificates
from a Spyrus LYNKS Series II HSM Pk#11 token.

Basically the problem boils down to the fact that registering the
driver to cryptlib by the code (snip) fails:

statusFromCL1 = cryptInit();
statusFromCL2 = cryptSetAttributeString ( CRYPT_UNUSED,
CRYPT_OPTION_DEVICE_PKCS11_DVR01, &amp;lt;path to driver in system32&amp;gt;&amp;lt;length
of string&amp;gt;);
statusFromCL3 = cryptSetAttribute (
CRYPT_UNUSED,CRYPT_OPTION_CERT_VALIDITY, 2000 );
statusFromCL4 = cryptSetAttribute (
CRYPT_UNUSED,CRYPT_OPTION_CONFIGCHANGED, FALSE );

When calling the last function, there is an internal error in cryptlib
3.4 with reference to .\kernel\obj_acc.c, line 350 (this also applies
to version
3.3) HOWEVER, for cryptlib 3.2.X it works!

What can this be?!
Have someone seen this before?
I know that the token I call is old. I think it was released in
2005-2006 but it should still work in my opinion.

Thanks,
GB

_______________________________________________
Cryptlib mailing&lt;/pre&gt;</description>
    <dc:creator>Family Bostrom</dc:creator>
    <dc:date>2011-07-14T09:34:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2508">
    <title>Invitation to connect on LinkedIn</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2508</link>
    <description>&lt;pre&gt;LinkedIn
------------

   
Cryptlib,

I'd like to add you to my professional network on LinkedIn.

- Ed

Ed Curren
Software Architect at Department of Homeland Security 
Washington D.C. Metro Area

Confirm that you know Ed Curren
https://www.linkedin.com/e/w4ymsl-gq02l6sz-c/isd/3502466565/To8M3J0j/


 
&lt;/pre&gt;</description>
    <dc:creator>Ed Curren</dc:creator>
    <dc:date>2011-07-11T23:35:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2498">
    <title>TR :   cross-compile cryptlib 3.4.0 with arm-linux-gcc</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2498</link>
    <description>&lt;pre&gt;Replied by accident to sender directly. 


-----Message d'origine-----
De : Ludo Brands [mailto:ludo.brands&amp;lt; at &amp;gt;free.fr] 
Envoyé : jeudi 19 mai 2011 11:09
À : 'yuqm'
Objet : RE : [Cryptlib] cross-compile cryptlib 3.4.0 with arm-linux-gcc


You specified the compiler but not the target architecture. The target
architecture is the ubuntu one (arch=pentiumpro). 
The closest target I can find for android on ARM in the makefile is
target-uclinux. Try "make target-uclinux". 

Ludo



-----Message d'origine-----
De : cryptlib-bounces&amp;lt; at &amp;gt;mbsks.franken.de
[mailto:cryptlib-bounces&amp;lt; at &amp;gt;mbsks.franken.de] De la part de yuqm Envoyé : jeudi
19 mai 2011 10:09 À : cryptlib&amp;lt; at &amp;gt;mbsks.franken.de Objet : [Cryptlib]
cross-compile cryptlib 3.4.0 with arm-linux-gcc



Hi,
In my Android project,I need to used cryptlib statically-linked library.So
under Ubuntu, I used arm-linux-gcc to cross-compile the cryptlib project.But
it failed! 
I can not really read the makefile and donnot know if it support the arm
linux cross-compilation. Here is the &lt;/pre&gt;</description>
    <dc:creator>Ludo Brands</dc:creator>
    <dc:date>2011-05-19T15:49:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2497">
    <title>cross-compile cryptlib 3.4.0 with arm-linux-gcc</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2497</link>
    <description>&lt;pre&gt;
Hi,
In my Android project,I need to used cryptlib statically-linked library.So
under Ubuntu, I used arm-linux-gcc to cross-compile the cryptlib project.But
it failed! 
I can not really read the makefile and donnot know if it support the arm
linux cross-compilation.
Here is the Error Message:

/***************************************************/
lcz&amp;lt; at &amp;gt;ubuntu:~/Desktop/cl340$ make CC=arm-linux-gcc
make[1]: Entering directory `/home/lcz/Desktop/cl340'
make[1]: Leaving directory `/home/lcz/Desktop/cl340'
make[1]: Entering directory `/home/lcz/Desktop/cl340'
make[1]: Leaving directory `/home/lcz/Desktop/cl340'
make[1]: Entering directory `/home/lcz/Desktop/cl340'
make[2]: Entering directory `/home/lcz/Desktop/cl340'
arm-linux-gcc -c -DNDEBUG -I. -DDATA_LITTLEENDIAN -DHAS_RECURSIVE_MUTEX
-DHAS_ROBUST_MUTEX -march=pentiumpro -O2 -Wno-pointer-sign
-Wno-strict-aliasing -std=gnu99 -fstack-protector -D_FORTIFY_SOURCE=2
-DOSVERSION=2 -DUSE_ASM -fomit-frame-pointer -D_REENTRANT -o
./static-obj/bn_add.o bn/bn_add.c
bn/bn_&lt;/pre&gt;</description>
    <dc:creator>yuqm</dc:creator>
    <dc:date>2011-05-19T08:09:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.encryption.cryptlib/2496">
    <title>Python examples of Cryptlib usage</title>
    <link>http://comments.gmane.org/gmane.comp.encryption.cryptlib/2496</link>
    <description>&lt;pre&gt;Hi,

I am trying to develop / implement a Python OCSP server.
I am looking for any Python / Cryptlib examples that can help my in my
quest.

Regards, Louis.

&lt;/pre&gt;</description>
    <dc:creator>Louis Cordier</dc:creator>
    <dc:date>2011-05-11T08:52:30</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.encryption.cryptlib">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.encryption.cryptlib</link>
  </textinput>
</rdf:RDF>

