summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* make mark-cstyleTom Yu2009-10-31167-917/+862
* Corrected Copyrights and some minor reorganization in openssl impl. Zhanna Tsitkov2009-10-2938-2177/+431
* Files that were not picked up by svn rev #22995 commit:Zhanna Tsitkov2009-10-2914-0/+844
* Restored few symbols in the crypto exports list to satisfy tests.`Zhanna Tsitkov2009-10-291-0/+12
* Rename some lingering krb5_derive_key referencesGreg Hudson2009-10-293-3/+3
* Bump the accessor version number since we made changes.Greg Hudson2009-10-281-1/+1
* Restrict libk5crypto.exports list to API and ABI. Also, include functions nee...Zhanna Tsitkov2009-10-281-150/+60
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-2868-297/+309
* Remove "verify" on make cleanEzra Peisach2009-10-281-1/+1
* Do not include com_err.h - not used hereEzra Peisach2009-10-271-2/+0
* with an uninitialized entry on error exitEzra Peisach2009-10-271-0/+1
* make dependTom Yu2009-10-2511-77/+72
* Resurrect deleted test files. Adjust Makefile.in files to correctlyTom Yu2009-10-244-0/+729
* Changed the crypto make system to add build flexibility. The update cancels t...Zhanna Tsitkov2009-10-2337-1066/+333
* In k5_hmac_md5_hash_iov, initialize keyblock.contents so that we don'tGreg Hudson2009-10-201-0/+2
* 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