Ask a Question related to ASP.NET Security, Design and Development.
-
Gery D. Dorazio #1
Any .NET sample projects using SSL
I have to talk to an application server using SSL (version 3.0) from my web
server. The owners of the application server supplied me with an RSA Private
Key and a Certificate and asked me to install this into a file with the .pem
extension. It looks like this:
-----BEGIN RSA PRIVATE KEY-----
.......key stuff here.....
-----END RSA PRIVATE KEY-----
-----BEGIN CERTIFICATE-----
.......certificate stuff here.....
-----END CERTIFICATE-----
So this is not an X509 certificate format. Also, I don't know if it can be
converted into X509 or if I even need to based on how this gets implemented
in .NET.
The communications to the application server is not on port 443 and no
mention of HTTPS is stated in the requirements. The current mode of
operation is that they supply 2 DLLs that contain code built from the
OpenSSL project ([url]www.openssl.org[/url]). They call this code from their own .NET
project which they supply for our use. However, we do not need to use any of
that code.
I do not want the dependency on the three external DLLs supplied by the
application server owners since there is no control over those DLLs unless
one gets the OpenSSL source which is available and rolls ones own. But the
OpenSSL is a behemoth, built for every platform and meant to satisfy
all...clearly not what one needs to sift through to figure out what to do.
Can anyone suggest any .NET projects that implement SSL? Ideally, it would
handle the scenareo as shown above where the key and certificate is supplied
and not installed into the certificates cache on the machine.
Thanks,
Gery
--
Gery D. Dorazio
Development Engineer
EnQue Corporation
1334 Queens Road
Charlotte, NC 28207
(704) 377-3327
Gery D. Dorazio Guest
-
Sample projects & AccessViolationException
Hey, I was hoping someone could help me out with this, it's driving me up the wall... I've been trying to get the BasicIacVB project to run just... -
CF Projects in Chinese
Hi all, Ok, so I do have an opportunity to build a Chinese Web Platform and I would like to do it in ColdFusion. As I have never built a Chinese... -
Get IT projects with RainbowJ.com !
Hi! Are you freelancer or owner of software company? You have a good chance to get projects on new IT marketplace site: http://www.RainbowJ.com... -
Combining projects
If I am in, say, a word document, and I want to add that page into a pdf document I have already created, is there a way to add it to the pdf from... -
projects that use optparse
I am trying to sink me teeth into optparse and whereas the documentation looks like a great reference it is rough going for someone just starting...



Reply With Quote

