473,414 Members | 1,697 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

ssl-connect over tcp

hi forum,
I am a beginner in c-programming and (think) i understood c-net-
workprogramming basics.
As i began to read ssl-basics, they describe a ssl-connection as
a sequence of following:
- establishing a tcp-connection
- bind/associate tcp-connection with a "bio"
- make a ssl_connect via bio and thus over that created "bio"

- did i understand that right?
- is there a simple example how to connect via ssl from client
to server? (just a minimal connect without client-cert-auth)
- i already googeled, but haven't found any simple introduction/examples

best regards and thank you in advance,
Markus Muessig
--
----------------------------------------------------------------------
Markus Müssig MULTA MEDIO Informationssysteme AG
- Systemadministrator - Mergentheimer Str. 76a
97082 Wuerzburg
mailto:mm******@multamedio.de Tel: +49 (0)931 79717-18
http://www.multamedio.de Fax: +49 (0)931 79717-30
Nov 14 '05 #1
3 2917
Markus Muessig <mm******@multamedio.de> spoke thus:
I am a beginner in c-programming and (think) i understood c-net-
workprogramming basics.


(Try comp.unix.programmer.)

Your post is off-topic for comp.lang.c. Please visit

http://www.csclub.uwaterloo.ca/u/dj3...lc-welcome.txt
http://www.eskimo.com/~scs/C-faq/top.html
http://benpfaff.org/writings/clc/off-topic.html

for posting guidelines and frequently asked questions. Thank you.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Nov 14 '05 #2
Markus Muessig wrote:

hi forum,
I am a beginner in c-programming and (think) i understood c-net-
workprogramming basics.
As i began to read ssl-basics, they describe a ssl-connection as
a sequence of following:
- establishing a tcp-connection
- bind/associate tcp-connection with a "bio"
- make a ssl_connect via bio and thus over that created "bio"

- did i understand that right?
- is there a simple example how to connect via ssl from client
to server? (just a minimal connect without client-cert-auth)
- i already googeled, but haven't found any simple introduction/examples

best regards and thank you in advance,
Markus Muessig

--
----------------------------------------------------------------------
Markus Müssig MULTA MEDIO Informationssysteme AG
- Systemadministrator - Mergentheimer Str. 76a
97082 Wuerzburg
mailto:mm******@multamedio.de Tel: +49 (0)931 79717-18
http://www.multamedio.de Fax: +49 (0)931 79717-30


not here in clc,

look at:
http://www.openssl.org/
http://groups.google.com/groups?hl=d....openssl.users

hth,
Wolfgang
Nov 14 '05 #3
On Tue, 24 Feb 2004 19:16:05 +0100, Wolfgang Riedel
<wo*************@development.retarus.de> wrote in comp.lang.c:
Markus Muessig wrote:

hi forum,
I am a beginner in c-programming and (think) i understood c-net-
workprogramming basics.
As i began to read ssl-basics, they describe a ssl-connection as
a sequence of following:
- establishing a tcp-connection
- bind/associate tcp-connection with a "bio"
- make a ssl_connect via bio and thus over that created "bio"

- did i understand that right?
- is there a simple example how to connect via ssl from client
to server? (just a minimal connect without client-cert-auth)
- i already googeled, but haven't found any simple introduction/examples

best regards and thank you in advance,
Markus Muessig

-- ^^^

The post you replied to had a perfectly valid signature delimiter.
----------------------------------------------------------------------
Markus Müssig MULTA MEDIO Informationssysteme AG
- Systemadministrator - Mergentheimer Str. 76a
97082 Wuerzburg
mailto:mm******@multamedio.de Tel: +49 (0)931 79717-18
http://www.multamedio.de Fax: +49 (0)931 79717-30


not here in clc,

look at:
http://www.openssl.org/
http://groups.google.com/groups?hl=d....openssl.users

hth,
Wolfgang


If your news software cannot be set to properly trim quoted
signatures, please do so manually.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Nov 14 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Derek | last post by:
what usually causes a java.security.NoSuchAlgorithmException? i am getting this while trying to run WebTest with SSL. so, if there is anyone out there using SSL and webtest i would appreciate...
0
by: Paul Clinch | last post by:
Has anyone tried the echod-async.py example in m2crypto-0.12/demo/ssl? I am only connecting one client, the echo.py example in the same directory. Although the synchronous and threading examples...
1
by: Robert | last post by:
I need to run FTP over SSL from windows (not shitty sftp via ssh etc!) as explained on http://www.ford-hutchinson.com/~fh-1-pfh/ftps-ext.html (good variant 3: FTP_TLS ) I tried to learn from...
0
by: Ktm | last post by:
Hi, the following code (just taken on the example) blocks on recv unless I uncomment the 'send' function. I tested it with stunnel. Select seems to tell that there is something to read whereas...
1
by: Adil Akram | last post by:
I have created a site shopping cart in ASP.net. I am using ASP session object's SessionID on non SSL connection to track session. While adding products to cart DB I insert product and SessionID...
9
by: Kristijan Marin | last post by:
Hi, I have a project to do, that has to transfer files over SSL/SSH connection.(FTP over SSL or some other method) I searched a lot but didn't find anything usefull :(( Has anyone any clues...
8
by: Bob Skutnick | last post by:
Greetings, I'm hoping someone has experienced a problem I'm having: I have an existing ASP application (working fine) that uses an SSL server certificate. My user community is made up of both...
1
by: Adil Akram | last post by:
I have created a site shopping cart in ASP.net. I am using ASP session object's SessionID on non SSL connection to track session. While adding products to cart DB I insert product and SessionID...
2
by: campos | last post by:
Hi all, Last time I installed Python 2.5 by default, it didn't support SSL. When I tried to use HTTPS, the following error occured: AttributeError: 'module' object has no attribute 'ssl' In...
5
by: Jonathan Kay | last post by:
Hi, I'd like to my WCF webservice to work both on SSL and without. Unfortunately searching has led to dead ends, references to changes that only work on the old previous beta versions and I...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.