| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid using strncpy in the production of the arcfour salt because it | Greg Hudson | 2009-11-29 | 1 | -4/+3 |
* | Create functional internal interfaces to allow GSSAPI to perform | Greg Hudson | 2009-11-28 | 3 | -2/+94 |
* | Clean up the arcfour token encryption and decryption functions by | Greg Hudson | 2009-11-28 | 3 | -404/+272 |
* | Mark and reindent lib/crypto | Greg Hudson | 2009-11-28 | 89 | -2311/+2390 |
* | Allow null keys to be referenced (a no-op) for simpler "copying" of | Greg Hudson | 2009-11-27 | 1 | -1/+2 |
* | Move the arcfour directory from the crypto module dirs into krb. This | Greg Hudson | 2009-11-27 | 11 | -17/+898 |
* | Add krb5_k_prf, the krb5_key version of krb5_c_prf | Greg Hudson | 2009-11-27 | 1 | -4/+14 |
* | Pullup to 1.7-branch is only for the test case, as krb5-1.7 behaved | Tom Yu | 2009-11-26 | 2 | -14/+90 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 18 | -545/+528 |
* | Clean up some open-parenthesis problems, and reindent | Tom Yu | 2009-11-16 | 1 | -1/+0 |
* | Typo fix | Zhanna Tsitkov | 2009-11-16 | 1 | -1/+1 |
* | Remove unreferred krb5int_keyhash_aescbc_xxx. Cleaner krb5int_keyhash_md5_hma... | Zhanna Tsitkov | 2009-11-16 | 2 | -2/+2 |
* | Remove src/lib/crypto/krb/enc_provider, which was accidentally | Greg Hudson | 2009-11-10 | 7 | -1210/+0 |
* | Clean up a bunch of signed/unsigned comparison warnings | Greg Hudson | 2009-11-02 | 2 | -4/+5 |
* | Move the implementations of four deprecated crypto functions to | Greg Hudson | 2009-11-01 | 5 | -24/+42 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 85 | -348/+321 |
* | Rename some lingering krb5_derive_key references | Greg Hudson | 2009-10-29 | 2 | -2/+2 |
* | Replace krb5_ with krb5Int_ prefix for non-API functions | Zhanna Tsitkov | 2009-10-28 | 39 | -175/+185 |
* | with an uninitialized entry on error exit | Ezra Peisach | 2009-10-27 | 1 | -0/+1 |
* | make depend | Tom Yu | 2009-10-25 | 2 | -2/+14 |
* | In k5_hmac_md5_hash_iov, initialize keyblock.contents so that we don't | Greg Hudson | 2009-10-20 | 1 | -0/+2 |
* | In krb5_k_make_checksum, check for a null key passed with a keyed | Greg Hudson | 2009-10-20 | 1 | -1/+1 |
* | Include des_int.h for mit_des_fixup_key_parity prototype | Ezra Peisach | 2009-10-20 | 1 | -0/+1 |
* | Fix memory leaks in enc-perf work | Greg Hudson | 2009-10-20 | 1 | -0/+2 |
* | Implement new APIs to allow improved crypto performance | Greg Hudson | 2009-10-19 | 41 | -302/+622 |
* | Include des_int.h for mit_des_fixup_key_parity prototype. Adjust Makefile.in | Ezra Peisach | 2009-10-18 | 2 | -1/+2 |
* | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 9 | -235/+277 |
* | Implement GSS naming extensions and authdata verification | Greg Hudson | 2009-10-09 | 7 | -0/+1214 |
* | In krb5_c_verify_checksum, avoid the structure copy of *data since we | Greg Hudson | 2009-10-08 | 1 | -1/+2 |
* | In krb5_calculate_checksum (a compatibility routine), initialize | Greg Hudson | 2009-10-08 | 1 | -0/+1 |
* | In krb5_c_make_checksum, avoid the structure copy of *input since we | Greg Hudson | 2009-10-07 | 1 | -1/+2 |
* | Fix krb5_c_weak_enctype in the case of invalid enctypes; r22839 | Greg Hudson | 2009-10-07 | 1 | -1/+1 |
* | Update the crypto derived key support code to conform to most of the | Greg Hudson | 2009-10-03 | 7 | -481/+334 |
* | Update the crypto API glue to conform to most of the current coding | Greg Hudson | 2009-10-03 | 39 | -976/+736 |
* | Crypto modularity proj: SHS_INFO structure is defined differently for crypto ... | Zhanna Tsitkov | 2009-09-30 | 18 | -395/+20 |
* | Remove OBJS.ST from SUBDIROBJLISTS so that running make does not | Ezra Peisach | 2009-09-29 | 1 | -1/+1 |
* | Clean up warnings of unused variables that have crept into the source tree.. | Ezra Peisach | 2009-09-20 | 1 | -1/+0 |
* | Use enc_provider for des hash routines. Also needed by Crypto modularity proj | Zhanna Tsitkov | 2009-09-18 | 2 | -113/+58 |
* | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 10 | -534/+492 |
* | Fix return value of krb5int_des_make_key from rev 22769 | Zhanna Tsitkov | 2009-09-16 | 1 | -0/+2 |
* | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 25 | -459/+1020 |
* | Remove src/lib/crypto/krb/enc_provider, which was accidentally | Greg Hudson | 2009-09-13 | 7 | -1214/+0 |
* | Implement s4u extensions | Greg Hudson | 2009-09-13 | 7 | -0/+1214 |
* | Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des... | Zhanna Tsitkov | 2009-09-03 | 5 | -1/+5 |
* | Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma... | Zhanna Tsitkov | 2009-09-02 | 11 | -1233/+10 |
* | Fix lib/crypto/krb/dk/Makefile.in mydir value | Greg Hudson | 2009-08-13 | 1 | -1/+1 |
* | Re-run make depend. (I am not certain why the dependencies from | Greg Hudson | 2009-08-03 | 9 | -524/+485 |
* | Crypto modularity proj: Separate files under crypto directory based on their ... | Zhanna Tsitkov | 2009-08-03 | 113 | -0/+13079 |