|
|
Up |
|
|
  |
Author: Ted MittelstaedtTed Mittelstaedt
Date: Jul 15, 2008 20:05
> -----Original Message-----
> From: owner-openssl-users@ openssl.org
> [mailto:owner-openssl-users@ openssl.org]On Behalf Of Yuliya Shulman
> Sent: Monday, July 14, 2008 12:03 PM
> To: openssl-users@ openssl.org
> Subject: Prime number generation on FreeBSD-sparc64
>
>
> Hello!
>
> Hello!
>
> We're trying to use OpenSSL on FreeBSD-sparc64 and it goes into infinite
> loop while generating a prime number - the number generated is never
> prime, so it goes back for more and more. Has anyone had that problem?
> How did you solve it?
>
> Thank you,
> Yuliya
> ...
|
| Show full article (1.63Kb) |
|
| |
no comments
|
|
  |
Author: Richard ConlanRichard Conlan
Date: Jul 15, 2008 14:44
Greetings!
So, I have a handful of relatively esoteric questions.
Say I have binaryX that will use both libcrypto and libssl.
1) Is it dangerous to statically link the one and dynamically link the
other? what if the versions mismatch?
2) Does anybody know the version of OpenSSL included by default on the
various versions of OSX?
3) I've tried building a version of OpenSSL for ppc7400 + i386 according to:
http://developer.apple.com/opensource/buildingopensourceuniversal.html. Are
there additional steps I could be doing to optimize the build further,
especially that would shrink the additions to the final binaryX statically
linked against the Universal libcrypto.a?
Thanx!
~~RMC
Greetings!So, I have a handful of relatively esoteric questions.Say I have binaryX that will use both libcrypto and libssl.1) Is it dangerous to statically link the one and dynamically link the other? what if the versions mismatch?
2) Does anybody know the version of OpenSSL included by default on the various versions of OSX?3) I've tried building a version of OpenSSL for ppc7400 + i386 according to: http://developer.apple.com/opensource/buildingopensourceuniversal.html. Are there additional steps I could be doing to optimize the build further, especially that would shrink the additions to the final binaryX statically linked against the Universal libcrypto.a?
Thanx!~RMC
|
| |
|
| |
10 Comments |
|
  |
Author: William EstradaWilliam Estrada
Date: Jul 15, 2008 13:53
Hi group,
I am starting a project that will require using SSL to transmit data
in an encrypted mode. I would like
to find some simple code that I could use as a model for my program. The
program will be a peer to peer
communication using the same code at each end, an SSL Agent. I want to
use "One Time" RSA
authentication method, That means that for each connection, generate an
RSA key before starting the
connection and use it just once. I have the "Socket" code already, I
just need the SSL calls/protocol.
From what I have gathered, the calls would something like this:
Generate RSA Key (call rsa_generate_key?)
Request authentication from other side
Return my key
Loop:
|
| Show full article (1.31Kb) |
|
2 Comments |
|
  |
Author: Patrick PattersonPatrick Patterson
Date: Jul 15, 2008 13:00
Hi Geetha:
Certificate Validation is explained in detail in RFC3280 (and, more up to
date, RFC5280).
More replies inline:
On July 9, 2008 03:17:56 am Geetha_Priya wrote:
>
> A root certificate [signed by CA] comprises of version, serial num,
> issuer and subject details, public key algorithm details and a signature
> which is hash of the rest of cert details further encrypted using
> private key. This root cert is installed by browsers automatically. The
> web servers have their certificates signed by these CA.
>
No - a Root certificate is a self signed certificate - usually belonging to a
Certificate Authority, but possibly made up by Bob in accounting. In order to
find out if you trust this certificate, you have to either:
1) Explicitly trust it, because it came with your browser, and you trust
Microsoft, Mozilla, Apple, Opera, or the KDE folk.
|
| Show full article (4.72Kb) |
|
no comments
|
|
  |
Author: Jesse SantanaJesse Santana
Date: Jul 15, 2008 10:00
I am out of the office until 07/21/2008.
I will respond to your message when I return. If you require immediate
assistance, please contact the Campus Help Desk at helpdesk@ csulb.edu.
Note: This is an automated response to your message "Re: help with x.509
extrensions" sent on 7/15/2008 3:21:55 AM.
This is the only notification you will receive while this person is away.
I am out of the office until 07/21/2008.
I will respond to your message when I return. If you require immediate assistance, please contact the Campus Help Desk at helpdesk@ csulb.edu.
Note: This is an automated response to your message "Re: help with x.509 extrensions" sent on 7/15/2008 3:21:55 AM.
This is the only notification you will receive while this person is away.
|
| |
|
no comments
|
|
  |
|
|
  |
Author: Haresh_EswariHaresh_Eswari
Date: Jul 15, 2008 05:29
Hi,
I am new to openssl. I am trying to cross compiling openssl-0.9.8g for
mipsel-linux.
I added the following lines to my Configure file
"linux-mipsel", "mipsel-linux-gcc:-DL_ENDIAN -DTERMIO -Os
-fomit-frame-pointer
-Wall::-D_REENTRANT:-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC:.so.
\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
After that I compile by make.
I am getting the following error
_dl_out_of_memory@GLIBC_PRIVATE version ..undefined reference "
Please let me know what went wrong.
Thanks,
Haresh E.L.
Need help on openssl-0.9.8g compilation error
Hi,
I am new to openssl. I am trying to cross compiling openssl-0.9.8g for mipsel-linux.
I added the following lines to my Configure file
"linux-mipsel", "mipsel-linux-gcc:-DL_ENDIAN -DTERMIO -Os -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
| Show full article (1.11Kb) |
|
no comments
|
|
|
|
|