| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | In krb5_k_make_checksum, check for a null key passed with a keyed | Greg Hudson | 2009-10-20 | 1 | -1/+1 |
| * | Clean up memory leaks by releasing key at end | Ezra Peisach | 2009-10-20 | 2 | -0/+4 |
| * | 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 | 3 | -0/+4 |
| * | Implement new APIs to allow improved crypto performance | Greg Hudson | 2009-10-19 | 68 | -655/+1281 |
| * | Include des_int.h for mit_des_fixup_key_parity prototype. Adjust Makefile.in | Ezra Peisach | 2009-10-18 | 2 | -1/+2 |
| * | Properly handle ivec for chaining ops | Zhanna Tsitkov | 2009-10-16 | 1 | -175/+34 |
| * | Fix the value of ivec in aes_decrypt_iov | Zhanna Tsitkov | 2009-10-16 | 1 | -3/+3 |
| * | Enable t_cts test | Zhanna Tsitkov | 2009-10-15 | 1 | -4/+4 |
| * | Fixed aes to handle the input buffers of the various sizes | Zhanna Tsitkov | 2009-10-15 | 1 | -140/+313 |
| * | Fix memory leak and init those magic number fields to prevent compiler warning | Ezra Peisach | 2009-10-10 | 1 | -1/+4 |
| * | Clean nfold.o on make clean | Ezra Peisach | 2009-10-10 | 1 | -7/+8 |
| * | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 22 | -360/+436 |
| * | Implement GSS naming extensions and authdata verification | Greg Hudson | 2009-10-09 | 9 | -2/+1216 |
| * | Get aes-gen to build again (for the default back end, at least) | Greg Hudson | 2009-10-09 | 1 | -1/+1 |
| * | 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 |
| * | Crypto modularity proj: Populate openssl/aes dir | Zhanna Tsitkov | 2009-10-06 | 10 | -0/+1546 |
| * | Fix object file path | Zhanna Tsitkov | 2009-10-06 | 1 | -5/+5 |
| * | Impl. krb5int_aes_enc/decrypt_iov. Passes t_encrypt test | Zhanna Tsitkov | 2009-10-04 | 1 | -149/+144 |
| * | 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: Populae openssl/arcfour dir | Zhanna Tsitkov | 2009-10-01 | 5 | -0/+788 |
| * | Crypto modularity proj: Populate openssl/des dir. | Zhanna Tsitkov | 2009-10-01 | 15 | -0/+848 |
| * | Crypto modulrity proj: Basic AES crypto for openssl impl | Zhanna Tsitkov | 2009-10-01 | 1 | -0/+505 |
| * | Cleanup | Zhanna Tsitkov | 2009-10-01 | 4 | -143/+116 |
| * | Crypto modularity proj: SHS_INFO structure is defined differently for crypto ... | Zhanna Tsitkov | 2009-09-30 | 31 | -50/+347 |
| * | Fix include path to pick up the correct headers | Zhanna Tsitkov | 2009-09-29 | 1 | -1/+1 |
| * | Remove OBJS.ST from SUBDIROBJLISTS so that running make does not | Ezra Peisach | 2009-09-29 | 2 | -2/+2 |
| * | Crypto modularity proj: Updated IOV crypto | Zhanna Tsitkov | 2009-09-25 | 3 | -192/+326 |
| * | 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 | 18 | -743/+691 |
| * | 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 | 47 | -874/+1221 |
| * | 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 | 23 | -11/+1369 |
| * | Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma... | Zhanna Tsitkov | 2009-09-02 | 19 | -164/+178 |
| * | Fix lib/crypto/krb/dk/Makefile.in mydir value | Greg Hudson | 2009-08-13 | 1 | -1/+1 |
| * | Correct the t_nfold build rules again. We don't have a simple way of | Greg Hudson | 2009-08-10 | 1 | -1/+4 |
| * | In crypto_tests: for t_nfold, link against an nfold object file in the | Greg Hudson | 2009-08-03 | 1 | -3/+3 |
| * | Be a little more verbose about errors from mit_des_key_sched(), and | Tom Yu | 2009-08-03 | 1 | -1/+2 |
| * | Fix deplibs for t_crc | Tom Yu | 2009-08-03 | 1 | -1/+1 |
| * | Re-run make depend. (I am not certain why the dependencies from | Greg Hudson | 2009-08-03 | 16 | -697/+644 |
| * | In the crypto-tests check target, refer to t_cf2.expected in the | Greg Hudson | 2009-08-03 | 1 | -1/+1 |
| * | Crypto modularity proj: Separate files under crypto directory based on their ... | Zhanna Tsitkov | 2009-08-03 | 242 | -1737/+1839 |
| * | In the previous patch - I neglected a potential NULL deref in the call | Ezra Peisach | 2009-06-17 | 1 | -1/+3 |