summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Perform the AES-CBC XOR operations 4 bytes at a time, using the helperKen Raeburn2009-12-021-2/+18
* Add store_{16,32,64}_n functions, for potentially-unaligned, native-order valuesKen Raeburn2009-12-021-0/+29
* Speed up the per-block loops of AES, DES3, and DES IOV encryption byGreg Hudson2009-12-025-197/+160
* Remove t_kperf on make cleanGreg Hudson2009-12-021-1/+1
* Clean up the AES enc_provider code a bit. Chiefly, work with unsignedGreg Hudson2009-12-021-80/+64
* In t_kperf, generate a valid ciphertext when testing decryptionGreg Hudson2009-12-021-0/+8
* Fix an incorrect length in the new krb5int_c_decrypt_aead_compatGreg Hudson2009-12-021-1/+1
* Fixed the conflicting type "static krb5_error_code KRB5_CALLCONV" of krb5_ch...Zhanna Tsitkov2009-12-021-30/+42
* Reindent and removed krb5_ prefix from static func nameZhanna Tsitkov2009-12-011-67/+67
* Fix AES IOV decryption of small messagesGreg Hudson2009-12-011-13/+8
* Make krb5int_c_decrypt_aead_compat more efficient by building theGreg Hudson2009-12-011-23/+41
* Fix the usage fallback in krb5int_arcfour_decrypt_iov. Factor out IOVGreg Hudson2009-12-011-25/+29
* Mark and reindent tests, with some exclusionsTom Yu2009-11-3033-3608/+3644
* ReindentZhanna Tsitkov2009-11-303-74/+55
* Mark and reindent util/supportTom Yu2009-11-3019-1249/+1274
* Remove some stray tabsGreg Hudson2009-11-301-4/+4
* Use aead_dk instead of aead_old for des-hmac-sha1, since it usesGreg Hudson2009-11-301-1/+1
* Fix ivec chaining for DES iov encryptionGreg Hudson2009-11-301-2/+5
* Add an AEAD provider for enctypes which use krb5_old_encrypt andGreg Hudson2009-11-306-17/+245
* In the des enc_provider decrypt_iov function, count header blocks asGreg Hudson2009-11-301-1/+1
* Make the crc32 hash provider correctly chain multiple input buffers,Greg Hudson2009-11-305-12/+13
* Stream decryption is handled in krb5_k_decrypt_iov; remove someGreg Hudson2009-11-302-12/+0
* Fix memory leakSam Hartman2009-11-301-1/+2
* Terminate the loop in find_authdata_1 if we get an error in one of theGreg Hudson2009-11-301-1/+1
* Remove the non-iov entry point introduced in r23378, since it's easyGreg Hudson2009-11-296-70/+13
* Avoid using strncpy in the production of the arcfour salt because itGreg Hudson2009-11-291-4/+3
* Add do-while(0) around multi-statement macros in f_tables.h for moreGreg Hudson2009-11-291-44/+48
* Create functional internal interfaces to allow GSSAPI to performGreg Hudson2009-11-288-147/+143
* Clean up the arcfour token encryption and decryption functions byGreg Hudson2009-11-283-404/+272
* Add a convenience inline function in k5-int.h to initialize aGreg Hudson2009-11-281-0/+13
* Mark and reindent lib/cryptoGreg Hudson2009-11-28173-7792/+7932
* Add krb5_key versions of the auth context key accessors, and use themGreg Hudson2009-11-274-29/+51
* Allow null keys to be referenced (a no-op) for simpler "copying" ofGreg Hudson2009-11-271-1/+2
* Export krb5_k_reference_key since it's part of the public APIGreg Hudson2009-11-271-0/+1
* Clean up the flow control in krb5int_send_tgs, and avoid setting theGreg Hudson2009-11-271-38/+39
* If krb5_init_creds_step is called on an already complete context,Greg Hudson2009-11-271-1/+1
* Move the arcfour directory from the crypto module dirs into krb. ThisGreg Hudson2009-11-2733-1068/+164
* Make dependGreg Hudson2009-11-271-3/+3
* Add krb5_k_prf, the krb5_key version of krb5_c_prfGreg Hudson2009-11-273-4/+18
* Clean up a few cases where krb5_get_in_tkt_with_keytab would leak theGreg Hudson2009-11-261-3/+4
* Pullup to 1.7-branch is only for the test case, as krb5-1.7 behavedTom Yu2009-11-264-19/+138
* libkrb5 support for non-blocking AS requestsGreg Hudson2009-11-2611-634/+1293
* Defer the conversion of the gic options structure to the extended formGreg Hudson2009-11-256-99/+79
* Coding Style related fixesZhanna Tsitkov2009-11-253-414/+379
* In krb5_db2_db_init, make a format string constant to make CoverityGreg Hudson2009-11-251-3/+2
* Mark and reindent the pkinit plugin code, except for the header filesGreg Hudson2009-11-259-4814/+4820
* Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson2009-11-2466-11372/+11100
* Remove krb5_ prefix from the name of the static func get_as_key_keytab. ReindentZhanna Tsitkov2009-11-241-13/+12
* Mark and reindent what's left of the appl directoryGreg Hudson2009-11-2413-1710/+1700
* Fix boilerplate in zap.cGreg Hudson2009-11-241-2/+2