]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2010-07-27  Greg HudsonAdd a dejagnu test pass for camellia-256 lhoward/camellia-ccm
2010-05-31  Luke Howardcleanup
2010-05-24  Luke Howardcleanup
2010-05-24  Luke HowardGCM has a block limit of 2^32 - 2 rather than 2^32...
2010-05-23  Luke Howardsome style cleanups
2010-05-23  Luke Howardsome style cleanups
2010-05-23  Luke Howarddon't zero out last block
2010-05-23  Luke Howardmove IOV block accessors into inline functions
2010-05-23  Luke Howardiov_next_block() would not work with CCM (well, it...
2010-05-23  Luke Howardremove unused #defines
2010-05-23  Luke Howardupdate windows identity manager for GCM
2010-05-22  Luke Howardsupport possible truncation of GMAC checksum
2010-05-22  Luke HowardInitial implementation of GCM
2010-05-22  Luke HowardMake CMAC KDF SP800-compliant by including zero Context
2010-05-20  Luke HowardCleanup
2010-05-19  Luke HowardUse counter+feedback mode for CMAC KDF
2010-05-19  Luke Howard[L]2 is length of derived key
2010-05-19  Luke HowardUse SP-800-108 KDF in counter mode with CMAC as CCM...
2010-05-17  Luke HowardCTR format should be opaque to CTR implementation;...
2010-05-17  Luke Howardseparate CCM from CCM with derived keys
2010-05-16  Luke Howardassign some numbers for GCM/GMAC
2010-05-16  Luke HowardMove validation of CTR mode cipher state up to CCM...
2010-05-16  Luke Howardadd some notes
2010-05-16  Luke HowardCleanup; assert in CTR mode implementations that there...
2010-05-16  Luke HowardDK() must use ECB (here, implemented in terms of CBC...
2010-05-14  Luke Howardcleanup
2010-05-14  Luke Howardwhen chaining, use a fresh nonce for each invocation
2010-05-14  Luke Howardcleanup
2010-05-14  Luke Howardcleanup
2010-05-14  Luke Howardcleanup
2010-05-14  Luke Howardcleanup
2010-05-14  Luke Howardrestore some accidentally deleted checks
2010-05-14  Luke Howardfurther salt new enctypes with enctype name
2010-05-14  Luke HowardIf cipher state is explicitly initialised, be sure...
2010-05-14  Luke Howardcleanup
2010-05-14  Luke Howardcleanup
2010-05-14  Luke Howardcleanup
2010-05-14  Luke Howardcleanup
2010-05-13  Luke Howardcleanup
2010-05-13  Luke HowardCCM PRF is now CMAC (similar to RFC 4615)
2010-05-13  Luke Howardrevert Camellia CCM enctypes to private assignments
2010-05-13  Greg HudsonPull up r24021 (fix negative enctypes in ccaches) to...
2010-05-13  Luke Howardassign some numbers for Camellia CCM for now
2010-05-13  Luke HowardAdd CCM PRF: this is just CBC-MAC of input with derived key
2010-05-13  Greg HudsonAt Luke's request, merge r24016 (fix negative enctype...
2010-05-13  Luke Howardkrb5int_camellia_decrypt_ctr no longer required
2010-05-12  Luke Howardcleanup
2010-05-12  Luke Howardremove some CCM-specific stuff from CTR implementation
2010-05-12  Luke Howardcleanup
2010-05-12  Luke HowardDon't set pad_to_boundary flag for CMAC checksums;...
2010-05-12  Luke Howarduse make_data()
2010-05-11  Luke Howardadd an assert
2010-05-11  Luke Howardcleanup
2010-05-10  Luke Howardadd better error checking
2010-05-10  Luke Howardclarify CCM checksum as MAC rather than CMAC
2010-05-10  Luke Howardcleanup
2010-05-10  Luke HowardImplement CMAC checksum types for AES and Camellia
2010-05-09  Luke Howardremove unused code
2010-05-09  Luke Howardremove new CBC enctypes
2010-05-09  Luke Howarduse SHA-1 rather than CBC-MAC for non-CCM signatures
2010-05-09  Luke Howardadd support for derived key CBC checksums
2010-05-09  Luke Howardfix broken CBC checksums for AES/Camellia
2010-05-09  Luke Howardcleanup
2010-05-09  Luke Howardadd CCM OpenSSL backend
2010-05-09  Luke Howardupdate Camellia for OpenSSL 1.0.0
2010-05-09  Luke Howardcleanup
2010-05-09  Luke HowardFix merge error: CBC checksum must be encrypted
2010-05-09  Luke Howardplug in camellia-ccm
2010-05-09  Luke Howardcleanup
2010-05-09  Luke Howardmerge camellia-cts patch
2010-05-09  Luke HowardPort old aes-ccm implementation to current crypto SPI
2010-05-09  Luke HowardCreating a branch for modern crypto CCM implementation
2010-05-05  Greg HudsonGeneral code consistency pass in kdb_db2.c.
2010-05-04  Tom YuAdjust for removal of krb5_ldap_set_option in r23965
2010-05-04  Greg HudsonGet rid of some kdb5_util load code which is no longer...
2010-05-04  Greg HudsonRemove some unused format string definitions from kdb5_...
2010-05-04  Greg HudsonRemove some unused fields from kadm5_config_params...
2010-05-04  Greg HudsonEliminate the unused realm_dbname field from krb5_realm...
2010-05-04  Greg HudsonRemove a stray comment from r23966
2010-05-04  Greg HudsonRefactor the kdb_db2.c code which processes db_args...
2010-05-04  Greg HudsonRemove krb5_db_set_option and the associated DAL entry...
2010-05-03  Greg HudsonCorrect the DAL documentation for db_create
2010-05-03  Greg HudsonEliminate some uses of variables as format strings...
2010-05-03  Greg HudsonEliminate the use of variables for format strings in...
2010-05-01  Greg HudsonFix some bugs in the IAKERB code discovered by Coverity...
2010-04-30  Greg HudsonAdd IAKERB mechanism and gss_acquire_cred_with_password
2010-04-30  Tom Yumemory leak in process_tgs_req in r23724
2010-04-27  Greg HudsonFix a backwards check in get_cached_tgt() in the TGS...
2010-04-26  Greg HudsonSquash some warnings in the old crypto API glue. Use...
2010-04-24  Greg HudsonAdd a Python test script to exercise the GSS sample app
2010-04-24  Greg HudsonAdd a sentinel line to sim_server after the socket...
2010-04-24  Greg HudsonEliminate the use of tail -f in the dejagnu test suite...
2010-04-24  Greg HudsonAdd a sentinel to the sample gss-server after the socke...
2010-04-24  Greg HudsonSimplify how k5test scripts get run by importing runenv...
2010-04-24  Greg HudsonRun Python tests as individual rule commands (friendlie...
2010-04-24  Greg HudsonFix the actual python command to match the displayed...
2010-04-23  Tom YuAdapted patch from Arlene Berry to handle dlerror(...
2010-04-23  Tom YuAdapted patch from Jason Rogers. It wasn't complete...
2010-04-22  Greg HudsonFrom Luke: fix the post-canonicalization cache check...
2010-04-22  Greg HudsonIn kg_new_connection(), make sure k_cred is freed in...
next