Re: [openssl-users] conversion of RAND_bytes to rand in fips apporved way

2018-07-26 Thread pavan
Thanks very much for valuable suggestions. Few applciations like RADIUS/TACACS+/snmp protocol (IV generation for AES) are using rand functions. As they are related to security, i am changing the rand function used by them. and as long as the 15 least-significant bits of the output of

[openssl-users] Implement CBC decryption using EVP_aes_128_ecb()

2016-05-29 Thread Pavan Maddamsetti
Hello all, I am attempting to solve Cryptopals Challenge 10 ( http://cryptopals.com/sets/2/challenges/10) using OpenSSL. Here's my code: - #include #include enum { BLKSIZ = 16 }; int main(void) { unsigned char in[BLKSIZ], out[BLKSIZ], vec[BLKSIZ], key[] = "YELLOW SUBMARINE"; int i, j; EV

Random Number Generation

1999-03-09 Thread Pavan Auman
I have installed openssl and Net::SSLeay, but my Solaris 2.6 platform does not have /dev/random or /dev/urandom.  Is there any way that I can still seed the RNG without these tools?   Pavan W.B. AumanSoftware EngineerMarketPlace.Net, Inc.http://www.stockmaster.com