summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* In krb5_k_make_checksum, check for a null key passed with a keyedGreg Hudson2009-10-201-1/+1
* Clean up memory leaks by releasing key at endEzra Peisach2009-10-202-0/+4
* Include des_int.h for mit_des_fixup_key_parity prototypeEzra Peisach2009-10-201-0/+1
* Fix memory leaks in enc-perf workGreg Hudson2009-10-203-0/+4
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-1968-655/+1281
* Include des_int.h for mit_des_fixup_key_parity prototype. Adjust Makefile.inEzra Peisach2009-10-182-1/+2
* Properly handle ivec for chaining opsZhanna Tsitkov2009-10-161-175/+34
* Fix the value of ivec in aes_decrypt_iovZhanna Tsitkov2009-10-161-3/+3
* Enable t_cts testZhanna Tsitkov2009-10-151-4/+4
* Fixed aes to handle the input buffers of the various sizesZhanna Tsitkov2009-10-151-140/+313
* Fix memory leak and init those magic number fields to prevent compiler warningEzra Peisach2009-10-101-1/+4
* Clean nfold.o on make cleanEzra Peisach2009-10-101-7/+8
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-1022-360/+436
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-099-2/+1216
* Get aes-gen to build again (for the default back end, at least)Greg Hudson2009-10-091-1/+1
* In krb5_c_verify_checksum, avoid the structure copy of *data since weGreg Hudson2009-10-081-1/+2
* In krb5_calculate_checksum (a compatibility routine), initializeGreg Hudson2009-10-081-0/+1
* In krb5_c_make_checksum, avoid the structure copy of *input since weGreg Hudson2009-10-071-1/+2
* Fix krb5_c_weak_enctype in the case of invalid enctypes; r22839Greg Hudson2009-10-071-1/+1
* Crypto modularity proj: Populate openssl/aes dirZhanna Tsitkov2009-10-0610-0/+1546
* Fix object file pathZhanna Tsitkov2009-10-061-5/+5
* Impl. krb5int_aes_enc/decrypt_iov. Passes t_encrypt testZhanna Tsitkov2009-10-041-149/+144
* Update the crypto derived key support code to conform to most of theGreg Hudson2009-10-037-481/+334
* Update the crypto API glue to conform to most of the current codingGreg Hudson2009-10-0339-976/+736
* Crypto modularity proj: Populae openssl/arcfour dirZhanna Tsitkov2009-10-015-0/+788
* Crypto modularity proj: Populate openssl/des dir.Zhanna Tsitkov2009-10-0115-0/+848
* Crypto modulrity proj: Basic AES crypto for openssl implZhanna Tsitkov2009-10-011-0/+505
* CleanupZhanna Tsitkov2009-10-014-143/+116
* Crypto modularity proj: SHS_INFO structure is defined differently for crypto ...Zhanna Tsitkov2009-09-3031-50/+347
* Fix include path to pick up the correct headersZhanna Tsitkov2009-09-291-1/+1
* Remove OBJS.ST from SUBDIROBJLISTS so that running make does notEzra Peisach2009-09-292-2/+2
* Crypto modularity proj: Updated IOV cryptoZhanna Tsitkov2009-09-253-192/+326
* Clean up warnings of unused variables that have crept into the source tree..Ezra Peisach2009-09-201-1/+0
* Use enc_provider for des hash routines. Also needed by Crypto modularity projZhanna Tsitkov2009-09-182-113/+58
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-1618-743/+691
* Fix return value of krb5int_des_make_key from rev 22769Zhanna Tsitkov2009-09-161-0/+2
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-1647-874/+1221
* Remove src/lib/crypto/krb/enc_provider, which was accidentallyGreg Hudson2009-09-137-1214/+0
* Implement s4u extensionsGreg Hudson2009-09-137-0/+1214
* Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov2009-09-0323-11/+1369
* Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma...Zhanna Tsitkov2009-09-0219-164/+178
* Fix lib/crypto/krb/dk/Makefile.in mydir valueGreg Hudson2009-08-131-1/+1
* Correct the t_nfold build rules again. We don't have a simple way ofGreg Hudson2009-08-101-1/+4
* In crypto_tests: for t_nfold, link against an nfold object file in theGreg Hudson2009-08-031-3/+3
* Be a little more verbose about errors from mit_des_key_sched(), andTom Yu2009-08-031-1/+2
* Fix deplibs for t_crcTom Yu2009-08-031-1/+1
* Re-run make depend. (I am not certain why the dependencies fromGreg Hudson2009-08-0316-697/+644
* In the crypto-tests check target, refer to t_cf2.expected in theGreg Hudson2009-08-031-1/+1
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-03242-1737/+1839
* In the previous patch - I neglected a potential NULL deref in the callEzra Peisach2009-06-171-1/+3