| Commit message (Expand) | Author | Age | Files | Lines |
* | CoreFoundation is no longer used for UCS2 conversions | Ken Raeburn | 2011-04-03 | 1 | -2/+1 |
* | Flatten lib/crypto/krb, as its seven subdirectories only contained a | Greg Hudson | 2011-03-05 | 1 | -16/+6 |
* | Reference random-to-key handlers through the enctype instead of the | Greg Hudson | 2011-02-27 | 1 | -4/+4 |
* | Now that all PRNG modules fit nicely into a single source file, | Greg Hudson | 2011-02-25 | 1 | -6/+4 |
* | A couple more Windows build system adjustments for Fortuna as default | Greg Hudson | 2011-02-25 | 1 | -2/+2 |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -25/+1 |
* | Fix Windows build | Greg Hudson | 2010-11-25 | 1 | -24/+26 |
* | Make it possible to override CRYPTO_IMPL_CFLAGS and CRYPTO_IMPL_LIBS at | Greg Hudson | 2010-10-22 | 1 | -1/+3 |
* | Improves prng code modularity. Introduces fortuna-like prng that can be used ... | Zhanna Tsitkov | 2010-10-05 | 1 | -2/+6 |
* | Merge branches/nss to trunk | Greg Hudson | 2010-10-02 | 1 | -1/+1 |
* | Merge the camellia-ccm branch to trunk. Since there are no IANA | Greg Hudson | 2010-09-07 | 1 | -2/+2 |
* | Reformat with shorter lines | Ken Raeburn | 2010-05-16 | 1 | -15/+23 |
* | Restructure the crypto checksum implementation to minimize | Greg Hudson | 2009-12-10 | 1 | -2/+2 |
* | Move the arcfour directory from the crypto module dirs into krb. This | Greg Hudson | 2009-11-27 | 1 | -2/+2 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 1 | -2/+0 |
* | Changed the crypto make system to add build flexibility. The update cancels t... | Zhanna Tsitkov | 2009-10-23 | 1 | -11/+11 |
* | Crypto modularity proj: SHS_INFO structure is defined differently for crypto ... | Zhanna Tsitkov | 2009-09-30 | 1 | -2/+2 |
* | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 1 | -1/+3 |
* | Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma... | Zhanna Tsitkov | 2009-09-02 | 1 | -12/+12 |
* | Crypto modularity proj: Separate files under crypto directory based on their ... | Zhanna Tsitkov | 2009-08-03 | 1 | -340/+31 |
* | Implement test cases for CF2 | Sam Hartman | 2009-03-16 | 1 | -2/+12 |
* | Implement KRB-FX_CF2 | Sam Hartman | 2009-03-16 | 1 | -0/+3 |
* | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 1 | -515/+0 |
* | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 1 | -1/+1 |
* | Remove krb524, lib/des425, lib/krb4, and include/kerberosIV. | Greg Hudson | 2008-12-18 | 1 | -3/+4 |
* | make depend | Sam Hartman | 2008-12-02 | 1 | -6/+73 |
* | Crypto IOV API per Projects/AEAD encryption API | Sam Hartman | 2008-12-02 | 1 | -16/+31 |
* | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -256/+276 |
* | makedepend | Ken Raeburn | 2008-09-18 | 1 | -241/+264 |
* | Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and | Ken Raeburn | 2008-07-20 | 1 | -1/+1 |
* | Add "-framework CoreFoundation" to crypto library link command in darwin-mode | Ken Raeburn | 2008-03-04 | 1 | -1/+1 |
* | make depend | Ken Raeburn | 2007-08-16 | 1 | -236/+256 |
* | bump minor versions due to API additions | Tom Yu | 2006-12-01 | 1 | -1/+1 |
* | update krb5_c_keylength function, create krb5_c_random_to_key function | Kevin Coffman | 2006-11-17 | 1 | -5/+17 |
* | Add public function to get keylenth associated with an enctype | Kevin Coffman | 2006-11-09 | 1 | -0/+12 |
* | Make clean does not remove lib/crypto/t_prf | Ezra Peisach | 2006-11-05 | 1 | -1/+1 |
* | Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) or | Ken Raeburn | 2006-10-13 | 1 | -5/+5 |
* | make depend | Tom Yu | 2006-10-06 | 1 | -93/+114 |
* | autoconf 2.60 compatibility | Ken Raeburn | 2006-06-28 | 1 | -2/+2 |
* | Create crypto, des425 Makefiles from top level | Ken Raeburn | 2006-05-25 | 1 | -2/+2 |
* | Rename locate.h to locate_plugin.h. Change references, update dependencies | Ken Raeburn | 2006-05-24 | 1 | -41/+41 |
* | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 1 | -212/+232 |
* | Don't include kdb.h from k5-int.h; instead, include it in the handful | Ken Raeburn | 2006-04-13 | 1 | -109/+89 |
* | don't use configure-defined macros on command line, use autoconf.h only | Ken Raeburn | 2006-04-02 | 1 | -0/+1 |
* | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -303/+312 |
* | make depend | Ken Raeburn | 2006-03-27 | 1 | -113/+126 |
* | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -117/+117 |
* | make depend | Ken Raeburn | 2006-03-08 | 1 | -41/+82 |
* | Include the support library when linking various test programs, because on | Ken Raeburn | 2006-01-18 | 1 | -9/+9 |
* | make depend | Tom Yu | 2005-11-29 | 1 | -151/+104 |