Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-14 | 6812663 Running out of bits in x86_feature | Kuriakose Kuruvilla | 1 | -19/+5 | |
2010-05-25 | 6934074 What is an ODE? Shall I compare thee, to a Makefile typo? | Darren J Moffat | 1 | -3/+2 | |
6848439 pkcs11_ObjectToKey() arg checks too strict & could be more informative 6739850 CCM fails to update data_processed_len after decrypting remainder | |||||
2010-03-12 | 6930971 gcm_decrypt_final() will loop forever if data size less than a ↵ | Mark Fenwick | 1 | -14/+13 | |
single AES block. | |||||
2010-01-01 | 6719591 non-exploitable integer wraparound issue in copyin_key() [external ↵ | Dan OpenSolaris Anderson | 2 | -13/+18 | |
report] | |||||
2009-12-10 | 6907733 Optimized amd64 GCM code added by CR 6826942 does not save/restore ↵ | Dan OpenSolaris Anderson | 1 | -2/+2 | |
%xmm* registers | |||||
2009-11-20 | 6899006 Remove .byte asm directives and use new Intel Westmere opcodes | Dan OpenSolaris Anderson | 1 | -30/+19 | |
6647055 x86_64 MD5/SHA1 assembly source should use 32-bit registers when the assembler supports it | |||||
2009-09-23 | 6826942 Need an optimized GCM leveraging Intel's PCMULQDQ instruction | Dan OpenSolaris Anderson | 3 | -26/+462 | |
2009-04-17 | 6767618 Need an optimized AES leveraging Intel's AES instructions | Dan OpenSolaris Anderson | 1 | -16/+3 | |
6747587 Remove redundant code in ccm.c --HG-- rename : usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE => usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman rename : usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.descrip => usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman.descrip | |||||
2009-04-10 | 6803836 Solaris Cryptographic Framework needs to support AES GMAC | Mark Powers | 3 | -2/+63 | |
2009-01-15 | 6773928 n2cp should support CKM_AES_GCM | Mark Powers | 2 | -3/+5 | |
2008-11-21 | 6772059 GCM atomic operations incorrectly require block multiples | Mark Powers | 1 | -0/+1 | |
2008-11-04 | 6260053 Solaris Cryptographic Framework needs to support AES in GCM mode | Mark Powers | 3 | -6/+730 | |
2008-09-12 | 6693650 kernel implementation of AES lacks support for >64 bits long AES counter | Mark Powers | 4 | -143/+168 | |
2008-09-10 | 6741391 ccm mode with CRYPTO_DATA_UIO trashes output bufs with more than 2 ↵ | Mark Powers | 1 | -12/+4 | |
iovec_t. | |||||
2008-08-28 | 6717509 Need to use bswap/bswapq for byte swap of 64-bit integer on x32/x64 ↵ | Daniel Anderson | 2 | -6/+0 | |
(fix lint) | |||||
2008-08-27 | 5007142 Add ntohll and htonll to sys/byteorder.h | Daniel Anderson | 2 | -94/+46 | |
6717509 Need to use bswap/bswapq for byte swap of 64-bit integer on x32/x64 PSARC 2008/474 Add 64-bit htonll() and ntohll() byte order conversion functions | |||||
2008-08-14 | 6736499 CKM_AES_CCM scribbles on plaintext when it shouldn't | Mark Powers | 1 | -7/+2 | |
2008-07-24 | 6559619 Enhance n2cp to support CCM mode | mcpowers | 6 | -0/+2209 | |
6637487 put algorithm mode code and other common code into kcf module 6648214 need CKM_AES_CTR for softtoken --HG-- rename : usr/src/common/crypto/aes/aes_cbc_crypt.c => deleted_files/usr/src/common/crypto/aes/aes_cbc_crypt.c rename : usr/src/common/crypto/aes/aes_cbc_crypt.h => deleted_files/usr/src/common/crypto/aes/aes_cbc_crypt.h rename : usr/src/common/crypto/blowfish/blowfish_cbc_crypt.c => deleted_files/usr/src/common/crypto/blowfish/blowfish_cbc_crypt.c rename : usr/src/common/crypto/blowfish/blowfish_cbc_crypt.h => deleted_files/usr/src/common/crypto/blowfish/blowfish_cbc_crypt.h rename : usr/src/common/crypto/des/des_cbc_crypt.c => deleted_files/usr/src/common/crypto/des/des_cbc_crypt.c rename : usr/src/common/crypto/des/des_cbc_crypt.h => deleted_files/usr/src/common/crypto/des/des_cbc_crypt.h |