Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) From: hartmans@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 1883 Merge in the mskrb-crypto-iov branch at r21259 in order to move an implementation of http://k5wiki.kerberos.org/wiki/Projects/AEAD_encryption_API onto the trunk. This branch contains a subset of the commits on the mskrb-integ branch that implement the krb5 library part of the crypto IOV API. https://github.com/krb5/krb5/commit/b5d22c309b734f6d3908fafa0e681ef7844ad9b3 Commit By: hartmans Revision: 21263 Changed Files: U trunk/src/include/k5-int.h U trunk/src/include/krb5/krb5.hin U trunk/src/lib/crypto/Makefile.in A trunk/src/lib/crypto/aead.c A trunk/src/lib/crypto/aead.h U trunk/src/lib/crypto/arcfour/Makefile.in U trunk/src/lib/crypto/arcfour/arcfour-int.h U trunk/src/lib/crypto/arcfour/arcfour.c U trunk/src/lib/crypto/arcfour/arcfour.h A trunk/src/lib/crypto/arcfour/arcfour_aead.c A trunk/src/lib/crypto/crypto_length.c A trunk/src/lib/crypto/decrypt_iov.c U trunk/src/lib/crypto/des/Makefile.in A trunk/src/lib/crypto/des/d3_aead.c U trunk/src/lib/crypto/des/des_int.h U trunk/src/lib/crypto/dk/Makefile.in U trunk/src/lib/crypto/dk/checksum.c U trunk/src/lib/crypto/dk/dk.h A trunk/src/lib/crypto/dk/dk_aead.c U trunk/src/lib/crypto/enc_provider/aes.c U trunk/src/lib/crypto/enc_provider/des3.c U trunk/src/lib/crypto/enc_provider/enc_provider.h U trunk/src/lib/crypto/enc_provider/rc4.c A trunk/src/lib/crypto/encrypt_iov.c U trunk/src/lib/crypto/etypes.c U trunk/src/lib/crypto/hmac.c U trunk/src/lib/crypto/keyhash_provider/descbc.c U trunk/src/lib/crypto/keyhash_provider/hmac_md5.c U trunk/src/lib/crypto/keyhash_provider/k5_md4des.c U trunk/src/lib/crypto/keyhash_provider/k5_md5des.c U trunk/src/lib/crypto/libk5crypto.exports A trunk/src/lib/crypto/make_checksum_iov.c U trunk/src/lib/crypto/t_encrypt.c A trunk/src/lib/crypto/verify_checksum_iov.c U trunk/src/lib/krb5/os/accessor.c