cvs commit: src/tools/tools/crypto cryptotest.c

Sam Leffler sam at FreeBSD.org
Mon Jun 2 16:45:38 PDT 2003


sam         2003/06/02 16:45:33 PDT

  FreeBSD src repository

  Modified files:
    tools/tools/crypto   cryptotest.c 
  Log:
  Merge from private version:
  
  o add hash operations
  o make AES operations useful: split into 3 ops based on key length (specify
    aes for AES w/ 128 bit keys, aes192 for 192-bit keys, and aes256 for
    256-bit keys
  o add -c option to force encrypt->decrypt result to be compared against the
    original plaintext (need to compare it against a known good implementation
    like openssl)
  o change multi-threaded test output to be more meaningingful
  o fix default block size selection to consider algorithm's blocking needs
  
  Revision  Changes    Path
  1.4       +126 -49   src/tools/tools/crypto/cryptotest.c


More information about the cvs-all mailing list