Re: Diffie algorithm in openssl: and Java

2013-03-17 Thread azhar jodatti
​Thanks matt for looking at this. below are the details json from C with openSSL { "prime": "B01DBDE7823A696F13EEFDE810DF2A010ED8BA919186029BEECCF2F0454CE85CA3E3FFD0EB3A578F80C28930AD98559D57605E37BFE2B1BD3C6D6C7657384F4DDFF45D57C59EF2DEADAF7605A1EB36A5D5007162F026E5AE161F489C8C79A5AD10C40FC

configure QT with openssl library

2013-03-17 Thread Jevin Sonut
hi, i have been trying to link QT with the openssl library since Friday but in vain can anyone plz help to configure QT to link with Openssl library thanks in advance for any useful material - links or detain explanation -- From:- Shanil J.S _

Re: possible Bug in OpenSSL - rfc 3161 - TSA service

2013-03-17 Thread kapetr
Dne 17.3.2013 19:08, Walter H. napsal(a): ?=> it could be probably problem on yours side. not really ... What Adobe product and version are you using ? Maybe too old ? not newest, but RFC 3161 is old, too If you use older version of Adobe, it maybe do not support attribute certificates th

Re: specifying the number of rounds that I would like to use with AES-192-CBC

2013-03-17 Thread Ewen Chan
Are their pre-compiled programs already where I could be able to see/play with the effects of changing the number of rounds using the Rijndael algorithm? On Sun, Mar 17, 2013 at 11:23 AM, Ewen Chan wrote: > Is AES-CBC decryption independent of the number of rounds that was > used during the encry

Re: possible Bug in OpenSSL - rfc 3161 - TSA service

2013-03-17 Thread Walter H.
On 17.03.2013 18:48, kap...@mizera.cz wrote: be verified - the same as you had ... OpenSSL and Adobe conform to RFC 3161; but not this TSA ... correct, the error message means, that the received timestamp could not But the discussed TSA postsignum would not exist at all if there would be a pr

Re: possible Bug in OpenSSL - rfc 3161 - TSA service

2013-03-17 Thread kapetr
Dne 17.3.2013 18:21, Walter H. napsal(a): On 17.03.2013 16:37, kap...@mizera.cz wrote: Dne 16.3.2013 20:58, Walter H. napsal(a): I tried this with my Adobe Acrobat, and you wouldn't believe it; it doesn't work with Adobe Acrobat, too. the error message - I use German version: "Fehler beim

Re: possible Bug in OpenSSL - rfc 3161 - TSA service

2013-03-17 Thread Walter H.
On 17.03.2013 16:37, kap...@mizera.cz wrote: Dne 16.3.2013 20:58, Walter H. napsal(a): I tried this with my Adobe Acrobat, and you wouldn't believe it; it doesn't work with Adobe Acrobat, too. the error message - I use German version: "Fehler beim Erstellen der Unterschriftseigenschaften des

Re: possible Bug in OpenSSL - rfc 3161 - TSA service

2013-03-17 Thread kapetr
Dne 16.3.2013 20:58, Walter H. napsal(a): I tried this with my Adobe Acrobat, and you wouldn't believe it; it doesn't work with Adobe Acrobat, too. the error message - I use German version: "Fehler beim Erstellen der Unterschriftseigenschaften des Zeitstempels: Verifizierungsfehler" in Englis

Re: specifying the number of rounds that I would like to use with AES-192-CBC

2013-03-17 Thread Ewen Chan
Is AES-CBC decryption independent of the number of rounds that was used during the encryption process? 0.o? On Sun, Mar 17, 2013 at 10:04 AM, Ewen Chan wrote: > Curious question - still more about AES and CBC and openssl: > > Does the number of rounds during the encryption phase of it have to > m

Is it possible to choose your preferred cipher at the command line level?

2013-03-17 Thread Mark Seger
I'm running a tool via a python library that uses ssl and would like to use a different cipher other than the one being negotiated. Is it possible to do this via an env variable or some config change on my workstation, perhaps a config file? -mark __

Re: specifying the number of rounds that I would like to use with AES-192-CBC

2013-03-17 Thread Ewen Chan
Curious question - still more about AES and CBC and openssl: Does the number of rounds during the encryption phase of it have to match the number of rounds during the decryption phase of it, or does it not matter? (i.e. the "rounds" count really only matters during the encryption-only phase, and f