RE: Is it not possible to decrypt partial AES messages?

2010-05-04 Thread David Schwartz
Christina Penn wrote: > Here is some example code of me trying to decrypt a partial AES message. > It doesn't work.. is there a way I can do something like this? It only works > if I call DecryptMessage() with the entire encrypted string. Why? Your DecryptMessage function is specifically designe

Is it not possible to decrypt partial AES messages?

2010-05-04 Thread Christina Penn
Hello, Here is some example code of me trying to decrypt a partial AES message. It doesn't work.. is there a way I can do something like this? It only works if I call DecryptMessage() with the entire encrypted string. Why? Thanks!! #include #include #include using namespace std; #pragma

Re: non-blocking problem

2010-05-04 Thread piper.guy1
On Tue, Apr 27, 2010 at 5:48 PM, Dr. Stephen Henson wrote: > On Tue, Apr 27, 2010, piper.guy1 wrote: > >> Hi again, >> >> I'm trying to follow the instructions in the OpenSSL reference book, >> and their example code from their site for setting a socket to >> 'non-blocking'. >> >> Before I made an