]> git.ipfire.org Git - thirdparty/strongswan.git/commit
Add a return value to crypter_t.decrypt()
authorMartin Willi <martin@revosec.ch>
Fri, 6 Jul 2012 14:11:15 +0000 (16:11 +0200)
committerMartin Willi <martin@revosec.ch>
Mon, 16 Jul 2012 12:53:38 +0000 (14:53 +0200)
commit3b96189a2afa4949e1d9cdf7c9fa8244d8d817f0
tree16564618b94304c2bca7e925fc9e6693b6226161
parente35abbe588636c5ca73d8aaa9082314289346bd9
Add a return value to crypter_t.decrypt()
17 files changed:
scripts/crypt_burn.c
src/libcharon/sa/ikev1/keymat_v1.c
src/libsimaka/simaka_message.c
src/libstrongswan/crypto/aead.c
src/libstrongswan/crypto/crypters/crypter.h
src/libstrongswan/crypto/crypto_tester.c
src/libstrongswan/crypto/pkcs7.c
src/libstrongswan/plugins/aes/aes_crypter.c
src/libstrongswan/plugins/af_alg/af_alg_crypter.c
src/libstrongswan/plugins/blowfish/blowfish_crypter.c
src/libstrongswan/plugins/des/des_crypter.c
src/libstrongswan/plugins/gcrypt/gcrypt_crypter.c
src/libstrongswan/plugins/openssl/openssl_crypter.c
src/libstrongswan/plugins/padlock/padlock_aes_crypter.c
src/libstrongswan/plugins/pem/pem_builder.c
src/libstrongswan/plugins/pkcs8/pkcs8_builder.c
src/libtls/tls_protection.c