Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/crypto/blowfish



Module Name:    src
Committed By:   thorpej
Date:           Tue Aug 26 23:51:15 UTC 2003

Modified Files:
        src/sys/crypto/blowfish: bf_cbc.c bf_enc.c bf_skey.c blowfish.h
            files.blowfish
Added Files:
        src/sys/crypto/blowfish: bf_ecb.c

Log Message:
* Const poison, ANSI'ify, like newer OpenSSL Blowfish code.
* Add a BF_ecb_encrypt(), which makes for a prettier interface than
  using BF_encrypt()/BF_decrypt() directly.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/crypto/blowfish/bf_cbc.c
cvs rdiff -r0 -r1.1 src/sys/crypto/blowfish/bf_ecb.c
cvs rdiff -r1.6 -r1.7 src/sys/crypto/blowfish/bf_enc.c
cvs rdiff -r1.4 -r1.5 src/sys/crypto/blowfish/bf_skey.c
cvs rdiff -r1.5 -r1.6 src/sys/crypto/blowfish/blowfish.h
cvs rdiff -r1.1 -r1.2 src/sys/crypto/blowfish/files.blowfish

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index