|
|
Up |
|
|
  |
Author: Abhishek KabraAbhishek Kabra
Date: Jul 23, 2008 05:59
Hi All,
This question is related with Reverse Engg of private key. I have build
my application, which encrypt a fie based on pre defined private key.
The private key is in text file & it start with 0x30,0x82,0x04 ... . My
application converts private key in text format to EVP_KEY format using
d2i_PrivateKey_bio function. After it I use openSsl library standard
function to encrypt my file. This text file is basically ASN encoding
of the certificate (private key in DER format).
Is it possible to get a certificate embedded with the same private key
(or public /private pair) based on the private key in ASN encoding. I am
not sure if I am phrasing my question correctly. I want to get private
key in pem/der format from ASN encoded text file. (I want to use openSSL
tool, which runs over linux shell or cygwin)
I have done bit of goggling but didn't get any clue. I am new bie in
openssl. Let me know if you have some pointers for the same
Thanks/Regards
Abhishek
Hi
All,
This question is
related with Reverse Engg of private key. I have build my application, which
encrypt a fie based on pre defined private key. The private key is in text file
& it start...
|
| Show full article (1.99Kb) |
|
| |
no comments
|
|
  |
Author: Anuradha GuptaAnuradha Gupta
Date: Jul 22, 2008 22:14
Hi
What shall be the implementation of function RAND_Poll on VxWorks. It is an empty function in my code just returning success.
In the UNIX flavour the same sets the entropy. On VxWorks, the entropy is not set this being empty function which results into ssl_connect failure.
Regards
Anuradha Gupta
Technical Leader
Ext : 5119
Mobile : 9811814731
________________________________
"DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended. If you have received this message in error,please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this message. Aricent accepts no responsibility forloss or damage arising from the use of the information transmitted by this email including damage from virus."
|
| Show full article (2.11Kb) |
|
| |
no comments
|
|
  |
|
|
  |
Author: Alan WolfeAlan Wolfe
Date: Jul 22, 2008 20:04
just in case it helps debugging, when you said the first 8 bytes are wrong,
instead of trying a pattern like "1111111" to send over you might try
something like "12345..." so that way you can tell WHERE your data is
getting messed up - ie that could show that not only is the first 8 bytes
wrong, but your data begins at byte 9, which could point to a padding issue
or something like that.
my 2 cents in case it helps debugging (:
On Tue, Jul 22, 2008 at 7:06 PM, Kyle Hamilton gmail.com> wrote:
> Does the client receive the data properly?
> Does the server receive the data properly?
>
> You may have padding going on, you may have an initialization vector
> being preset, you may have a whole bunch...
|
| Show full article (4.88Kb) |
|
no comments
|
|
  |
Author: kellyphinneykellyphinney
Date: Jul 22, 2008 18:43
hello
I downloaded OPENSSL because I was getting an error message:
stunnel-4.10.exe-ordinal not found
I am not getting that message anymore but now I am getting this message upon startup:
stunnel-4.10.exe.-application error
the application failed to initialize properly (0xc0150002). click to terminate the application.
Do you know how I can fix this??
--
Thank you,
Kelly Phinney
REALTOR
|
| Show full article (0.79Kb) |
|
1 Comment |
|
  |
Author: Michael Tracey ZellmannMichael Tracey Zellmann
Date: Jul 22, 2008 09:35
I am getting this error when I try to use some ruby OepnSSL libraries
to obtain the private key from my private key PEM file.
I have tried this on the SSL credentials I got for my web-site from
GoDaddy.com - The site works fine and credentials are recognized in IE
and FF.
I tried generating my own RSA key directly on my Mac - to avoid any
possibility of errors on transferring.
I ran this command on the Mac
openssl genrsa -out privkey.pem 1024
Then I ran this command in a ruby rails development console where f is
the file holding the private key
key = OpenSSL::PKey::RSA.new(f.read)
Then I ran this command to generate a self-signed certificate
openssl req -new -x509 -key privkey.pem -out cacert.pem -days 1095
Just to try it, I also tried it pointing to the certificate file
In both instances, I get the same error message
|
| Show full article (1.20Kb) |
|
no comments
|
|
  |
Author: Haresh_EswariHaresh_Eswari
Date: Jul 22, 2008 06:02
Hi,
I am new to openssl. I am trying to cross compiling openssl-0.9.8g for
linux mipsel.
I gave the following command to configure
./Configure shared no-idea no-rc5 --prefix=path to file system
linux-mipsel.
When I compile by Make command.
I am getting the error
_dl_out_of_memory @GLIBCversion
Please let me know how can reslove this issue.
Thanks,
Haresh E.L.
Need help in Compiling openssl-0.9.8g
Hi,
I am new to openssl. I am trying to cross compiling openssl-0.9.8g for linux mipsel.
I gave the following command to configure
./Configure shared no-idea no-rc5 --prefix=path to file system linux-mipsel.
When I compile by Make command.
I am getting the error
|
| Show full article (0.81Kb) |
|
no comments
|
|
  |
|
|
  |
Author: RainRain
Date: Jul 21, 2008 17:44
Hi all,
I have a simple server using blocked socket and OpenSSL, its only
function is for user registering an account. When an user connect to
this server, it spawns a child process to handle the request. I found
sometime child processes got stuck.
I checked these malfunctioned process with gdb, and got the following
output:
|
| Show full article (1.29Kb) |
|
no comments
|
|
  |
|
|
  |
Author: Renato Araújo FerreiraRenato Araújo Ferreira
Date: Jul 21, 2008 08:24
Why PKCS12 password give "Can't read Password" error with large passwords? Wich is it's size limit?
Thanks,
Renato A. Ferreira
Why PKCS12 password give "Can't read Password"
error with large passwords? Wich is it's size limit?
Thanks,
Renato A. Ferreira
|
| |
|
no comments
|
|
|
|
|
|
|