]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add NSS as a crypto provider nss-1.8
authorRobert Relyea <relyea@mit.edu>
Mon, 26 Jul 2010 21:28:49 +0000 (21:28 +0000)
committerRobert Relyea <relyea@mit.edu>
Mon, 26 Jul 2010 21:28:49 +0000 (21:28 +0000)
commit15f402a6003e3471eb37e913c9017d14319af587
treeb02786b20d4f04cb42d9c821a93219cf8edfc923
parent83758c28e976230ce11df1db51ccee7166b89110
Add NSS as a crypto provider

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-8-nss@24212 dc483132-0cff-0310-8789-dd5450dbe970
48 files changed:
src/configure.in
src/lib/crypto/Makefile.in
src/lib/crypto/crypto_tests/t_encrypt.c
src/lib/crypto/nss/Makefile.in [new file with mode: 0644]
src/lib/crypto/nss/aes/Makefile.in [new file with mode: 0644]
src/lib/crypto/nss/aes/deps [new file with mode: 0644]
src/lib/crypto/nss/deps [new file with mode: 0644]
src/lib/crypto/nss/des/Makefile.in [new file with mode: 0644]
src/lib/crypto/nss/des/deps [new file with mode: 0644]
src/lib/crypto/nss/des/des_int.h [new file with mode: 0644]
src/lib/crypto/nss/des/des_oldapis.c [new file with mode: 0644]
src/lib/crypto/nss/des/f_parity.c [new file with mode: 0644]
src/lib/crypto/nss/des/string2key.c [new file with mode: 0644]
src/lib/crypto/nss/des/weak_key.c [new file with mode: 0644]
src/lib/crypto/nss/enc_provider/Makefile.in [new file with mode: 0644]
src/lib/crypto/nss/enc_provider/aes.c [new file with mode: 0644]
src/lib/crypto/nss/enc_provider/deps [new file with mode: 0644]
src/lib/crypto/nss/enc_provider/des.c [new file with mode: 0644]
src/lib/crypto/nss/enc_provider/des3.c [new file with mode: 0644]
src/lib/crypto/nss/enc_provider/enc_gen.c [new file with mode: 0644]
src/lib/crypto/nss/enc_provider/enc_provider.h [new file with mode: 0644]
src/lib/crypto/nss/enc_provider/rc4.c [new file with mode: 0644]
src/lib/crypto/nss/hash_provider/Makefile.in [new file with mode: 0644]
src/lib/crypto/nss/hash_provider/deps [new file with mode: 0644]
src/lib/crypto/nss/hash_provider/hash_crc32.c [new file with mode: 0644]
src/lib/crypto/nss/hash_provider/hash_gen.c [new file with mode: 0644]
src/lib/crypto/nss/hash_provider/hash_gen.h [new file with mode: 0644]
src/lib/crypto/nss/hash_provider/hash_md4.c [new file with mode: 0644]
src/lib/crypto/nss/hash_provider/hash_md5.c [new file with mode: 0644]
src/lib/crypto/nss/hash_provider/hash_provider.h [new file with mode: 0644]
src/lib/crypto/nss/hash_provider/hash_sha1.c [new file with mode: 0644]
src/lib/crypto/nss/hmac.c [new file with mode: 0644]
src/lib/crypto/nss/md4/ISSUES [new file with mode: 0644]
src/lib/crypto/nss/md4/Makefile.in [new file with mode: 0644]
src/lib/crypto/nss/md4/deps [new file with mode: 0644]
src/lib/crypto/nss/md4/md4.c [new file with mode: 0644]
src/lib/crypto/nss/md4/rsa-md4.h [new file with mode: 0644]
src/lib/crypto/nss/md5/Makefile.in [new file with mode: 0644]
src/lib/crypto/nss/md5/deps [new file with mode: 0644]
src/lib/crypto/nss/md5/md5.c [new file with mode: 0644]
src/lib/crypto/nss/md5/rsa-md5.h [new file with mode: 0644]
src/lib/crypto/nss/nss_gen.h [new file with mode: 0644]
src/lib/crypto/nss/pbkdf2.c [new file with mode: 0644]
src/lib/crypto/nss/sha1/Makefile.in [new file with mode: 0644]
src/lib/crypto/nss/sha1/deps [new file with mode: 0644]
src/lib/crypto/nss/sha1/shs.c [new file with mode: 0644]
src/lib/crypto/nss/sha1/shs.h [new file with mode: 0644]
src/lib/crypto/nss/yhash.h [new file with mode: 0644]