TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ahmad Haghighi
NA
4
1.7k
Implement SSL Handshake manually in C#
Apr 22 2014 10:46 AM
Hi
I need to implement SSL Handshake in C#
I don't like to use sslStream class(because it is so general), i need to split it and do every step of SSL Handshake manually
e.g send Hello Message to server and receive Server Certificate and extract public key from it and calculate NotAfter and NortBefore times ...
send client random number to server and after that pre-master number and build Master Secret manually
sign data manually with Hash function and so on
I don't need source code, i need to understand Protocol better.
Unfortunately sslStream is very general an do every thing in background and gave me a secure channel, i dont like that, i need to undrestand what happend exactly in SSL Handshake
I goggled it for about more than a week and find nothing :(
please help me
Thanks guys ;)
Reply
Answers (
0
)
Interaction between two differentapplication
Modify/write txt file