RSA encrypt/decrypt

2003-08-14 Thread Cyprian Zawadzki
I'm working on some project, and i have to encrypt and decrypt data (i know i should use SSL not only for encryption/decryption tasks but also for transport, but i do not want that), and all is good, when i use one pair of keys(public/prv) for both sender and recipient(recipient sends answer ba

Re: problems with building openssl based plugin

2003-08-04 Thread Cyprian Zawadzki
QM wrote: [cut mu post] A bit scant on the info, but I have some guesses: The shared lib, "net.so" -- does nm show the function "kluczyki()" defined in that file? (i.e. is your library missing a .o file?) If so, how was your OpenSSL compiled: shared libs, static libs, both? Try linking against a