unable to encrypt file written using ifstream/fstream/ofstream.....

2007-04-15 Thread imin macho
hi here's my problem.. really hope anyone can help me figure this out. I'm using tripledes encryption: -i can encrypt or decrypt a text file i written using notepad hundreds of times without problem. -but when i use my application to write on a text file using either ofstream/ifstream/fstream, i

Re: How to use DTLS?

2007-04-15 Thread Erik Leunissen
Erik Leunissen wrote: So, indeed, it appears that the DTLS function interface hasn't been made public (yet). That might well be because no API *functions* are needed for the use of DTLS... Of course I meant this to be: So, indeed, it appears that no specific DTLS function interface has be

Re: How to use DTLS?

2007-04-15 Thread Erik Leunissen
Vladislav Marinov wrote: Hi Erik, I am currently trying to use the DTLS support from OpenSSL (not completely successfully so far but I am learning..)... so my impression is that when you create the context object you just have to use the dtls method. Then there is also a datagram BIO if you plan