Re: [Bacula-users] PATCH: add AES-ECB support to Bacula

2010-04-07 Thread Phil Stracchino
On 04/07/10 06:52, Craig Ringer wrote: > Bacula currently only uses the AES CBC cypher mode. This cypher can't be > effectively parallelized because block n+1 depends on block n. > > The AES ECB mode was developed to address that limitation. Support for > it is built into OpenSSL 0.9.8 . This triv

Re: [Bacula-users] PATCH: add AES-ECB support to Bacula

2010-04-07 Thread Craig Ringer
On 7/04/2010 8:42 PM, Matija Nalis wrote: > On Wed, Apr 07, 2010 at 06:52:40PM +0800, Craig Ringer wrote: >> Bacula currently only uses the AES CBC cypher mode. This cypher can't be >> effectively parallelized because block n+1 depends on block n. >> >> The AES ECB mode was developed to address tha

Re: [Bacula-users] PATCH: add AES-ECB support to Bacula

2010-04-07 Thread Matija Nalis
On Wed, Apr 07, 2010 at 06:52:40PM +0800, Craig Ringer wrote: > Bacula currently only uses the AES CBC cypher mode. This cypher can't be > effectively parallelized because block n+1 depends on block n. > > The AES ECB mode was developed to address that limitation. Support for Actually, ECB was "d

[Bacula-users] PATCH: add AES-ECB support to Bacula

2010-04-07 Thread Craig Ringer
Bacula currently only uses the AES CBC cypher mode. This cypher can't be effectively parallelized because block n+1 depends on block n. The AES ECB mode was developed to address that limitation. Support for it is built into OpenSSL 0.9.8 . This trivial patch adds appropriate entries in the public