Re: SHA support

2008-04-01 Thread Marek . Marcola
Hello, [EMAIL PROTECTED] wrote on 04/01/2008 08:42:45 PM: > So SHA256/SHA384/SHA512 are not independant of eachother? Depends. SHA224 uses the same algorithm as SHA256 but with different init constants witch initiates 8 32-bit state variables and output (8 32-bit state variables after transforma

Re: SHA support

2008-04-01 Thread Embedded
Thanks Marek, So SHA256/SHA384/SHA512 are not independant of eachother? Embedded wrote: > > HI, > > Can SHA be used without compiling in SHA512 support? > > Are there any caveats with this approach? > > Thx > -- View this message in context: http://www.nabble.com/SHA-support-tp1641844

Re: SHA support

2008-04-01 Thread Marek . Marcola
Hello, [EMAIL PROTECTED] wrote on 04/01/2008 03:58:31 PM: > > HI, > > Can SHA be used without compiling in SHA512 support? Yes, SHA is independent of SHA256/SHA384/SHA512 > Are there any caveats with this approach? You will not be able to use SHA256/SHA384/SHA512 algorithms but SSL3/TLS1 will