aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2009-12-23Code modularity related updatesZhanna Tsitkov13-316/+383
2009-12-22Remove krb5_ prefix from some static func namesZhanna Tsitkov9-102/+111
2009-12-21Add a set_cred_option handler for SPNEGO which forwards to theGreg Hudson2-1/+25
2009-12-17Fix a cleanup handler in the store_creds code; krb5_cc_close doesn'tGreg Hudson1-2/+2
2009-12-17Add GSS extensions to store credentials, generate random bitsGreg Hudson15-2/+511
2009-12-16Whitespace fixesGreg Hudson1-7/+11
2009-12-15On Luke's advice, remove krb5_init_creds_store_creds. It is not aGreg Hudson2-12/+0
2009-12-15Get rid of the requirement of defining MAX_ENCTYPE inGreg Hudson1-36/+56
2009-12-15Formatining enhancementZhanna Tsitkov2-18/+21
2009-12-14fast negotiation projecSam Hartman12-106/+592
2009-12-10Don't use sizeof(pointertype) to get the length of an allocated arrayTom Yu1-1/+1
2009-12-10Add comments to make it slightly clearer howGreg Hudson1-1/+2
2009-12-10Restructure the crypto checksum implementation to minimizeGreg Hudson44-1278/+858
2009-12-09Change file holder for krb5int_check_clockskew. Minor Style changes per code ...Zhanna Tsitkov2-41/+40
2009-12-08Mark and reindent lib/gssapi, with some exceptionsTom Yu64-312/+312
2009-12-07Mark lib/apputilsTom Yu1-0/+1
2009-12-07handle negative enctypes betterTom Yu2-4/+5
2009-12-06Initialize ihash_iov in case fall through to cleanup handler and tryEzra Peisach1-1/+1
2009-12-06Remove the ivec parameters from the keyhash provider functions, asGreg Hudson10-29/+23
2009-12-06Make dependGreg Hudson2-52/+64
2009-12-06Make the libk5crypto hash_provider interface take crypto_iov listsGreg Hudson28-474/+291
2009-12-06In the built-in des3 provider, remove the unused version ofGreg Hudson1-29/+3
2009-12-04Remove some code paths in crypto-length which are dead now that theGreg Hudson1-11/+2
2009-12-04Remove CRC32_SHIFT4 code as we are unlikely to ever need itGreg Hudson3-47/+0
2009-12-04Consolidate the IOV and non-IOV encryption/decryption code paths, andGreg Hudson81-4002/+1084
2009-12-03Revert r23442. Revert r23436 changes unrelated to comment reformattingTom Yu2-12/+141
2009-12-03Update export list to reflect changes in r23436Tom Yu1-2/+0
2009-12-03Sense of POINTERS_ARE_ALL_THE_SAME test was backwardsKen Raeburn1-3/+3
2009-12-02Reformat new block comment per coding styleGreg Hudson1-152/+26
2009-12-02Actually record dependencies of crypto testsKen Raeburn1-1/+152
2009-12-02update dependenciesKen Raeburn3-17/+31
2009-12-02Perform the AES-CBC XOR operations 4 bytes at a time, using the helperKen Raeburn1-2/+18
2009-12-02Speed up the per-block loops of AES, DES3, and DES IOV encryption byGreg Hudson5-197/+160
2009-12-02Remove t_kperf on make cleanGreg Hudson1-1/+1
2009-12-02Clean up the AES enc_provider code a bit. Chiefly, work with unsignedGreg Hudson1-80/+64
2009-12-02In t_kperf, generate a valid ciphertext when testing decryptionGreg Hudson1-0/+8
2009-12-02Fix an incorrect length in the new krb5int_c_decrypt_aead_compatGreg Hudson1-1/+1
2009-12-02Fixed the conflicting type "static krb5_error_code KRB5_CALLCONV" of krb5_ch...Zhanna Tsitkov1-30/+42
2009-12-01Reindent and removed krb5_ prefix from static func nameZhanna Tsitkov1-67/+67
2009-12-01Fix AES IOV decryption of small messagesGreg Hudson1-13/+8
2009-12-01Make krb5int_c_decrypt_aead_compat more efficient by building theGreg Hudson1-23/+41
2009-12-01Fix the usage fallback in krb5int_arcfour_decrypt_iov. Factor out IOVGreg Hudson1-25/+29
2009-11-30ReindentZhanna Tsitkov3-74/+55
2009-11-30Remove some stray tabsGreg Hudson1-4/+4
2009-11-30Use aead_dk instead of aead_old for des-hmac-sha1, since it usesGreg Hudson1-1/+1
2009-11-30Fix ivec chaining for DES iov encryptionGreg Hudson1-2/+5
2009-11-30Add an AEAD provider for enctypes which use krb5_old_encrypt andGreg Hudson6-17/+245
2009-11-30In the des enc_provider decrypt_iov function, count header blocks asGreg Hudson1-1/+1
2009-11-30Make the crc32 hash provider correctly chain multiple input buffers,Greg Hudson5-12/+13
2009-11-30Stream decryption is handled in krb5_k_decrypt_iov; remove someGreg Hudson2-12/+0