index
:
krb5.git
gss_cs
keyring
kinit-c
master
msspng_ntlmssp
proxymech
spnego
MIT Kerberos patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Windows build
Greg Hudson
2010-11-25
26
-188
/
+221
*
Suppress building camellia-gen in "make check" for now (it has a build
Greg Hudson
2010-11-21
1
-1
/
+2
*
Implement Camellia-CTS-CMAC instead of Camellia-CCM
Greg Hudson
2010-11-20
36
-1508
/
+2442
*
Include <openssl/des.h> in the OpenSSL back end's weak_key.c for the
Greg Hudson
2010-11-09
1
-0
/
+1
*
Include k5-int.h for function declarations
Ken Raeburn
2010-10-23
1
-0
/
+2
*
Better libk5crypto NSS fork safety
Greg Hudson
2010-10-23
3
-6
/
+124
*
Make it possible to override CRYPTO_IMPL_CFLAGS and CRYPTO_IMPL_LIBS at
Greg Hudson
2010-10-22
9
-9
/
+20
*
Minor comments related changed.
Zhanna Tsitkov
2010-10-06
5
-6
/
+35
*
Add RUN_SETUP so make check works by setting the proper LD_LIBRARY_PATH
Ezra Peisach
2010-10-05
1
-1
/
+1
*
Fix the NSS PRNG build. Fix the build for non-gmake make. Revert a
Greg Hudson
2010-10-05
3
-10
/
+6
*
Some missed files needed for rev #24420
Zhanna Tsitkov
2010-10-05
20
-0
/
+1541
*
Improves prng code modularity. Introduces fortuna-like prng that can be used ...
Zhanna Tsitkov
2010-10-05
32
-195
/
+758
*
Add mit_afs_string_to_key declaration
Zhanna Tsitkov
2010-10-05
1
-0
/
+5
*
Add a missing protototype which was breaking the crypto build with the
Greg Hudson
2010-10-05
1
-0
/
+5
*
Merge branches/nss to trunk
Greg Hudson
2010-10-02
56
-19
/
+3933
*
Allow a zero checksum type to be passed into krb5_k_verify_checksum_iov;
Luke Howard
2010-09-09
1
-0
/
+6
*
krb5_k_make_checksum will use the mandatory checksum type if 0 is
Luke Howard
2010-09-09
1
-0
/
+6
*
Add dummy camellia subdir to openssl back end makefile
Greg Hudson
2010-09-08
1
-1
/
+1
*
Make depend
Greg Hudson
2010-09-08
19
-291
/
+436
*
Don't build the built-in Camellia block cipher code if Camellia-CCM
Greg Hudson
2010-09-08
2
-0
/
+10
*
Merge the camellia-ccm branch to trunk. Since there are no IANA
Greg Hudson
2010-09-07
54
-332
/
+6212
*
Ensure valid key in krb5int_yarrow_cipher_encrypt_block
Ezra Peisach
2010-09-04
1
-0
/
+6
*
clean up memory leak and potential unused variable in crypto tests
Ezra Peisach
2010-09-03
2
-0
/
+5
*
Allow Microsoft HMAC-MD5 checksum types to use non-RC4 keys
Greg Hudson
2010-07-19
2
-4
/
+6
*
In yarrow.c, undefine k5-trace.h's TRACE before defining it to avoid a
Greg Hudson
2010-06-10
1
-0
/
+1
*
make depend
Greg Hudson
2010-06-07
18
-428
/
+489
*
Add krb5_enctype_to_name() API
Greg Hudson
2010-06-04
3
-3
/
+30
*
Reformat with shorter lines
Ken Raeburn
2010-05-16
1
-15
/
+23
*
Delete an old pre-Yarrow item
Ken Raeburn
2010-05-16
1
-4
/
+0
*
Squash some warnings in the old crypto API glue. Use make_data()
Greg Hudson
2010-04-26
1
-42
/
+20
*
Fix cipher state chaining in OpenSSL back end
Greg Hudson
2010-02-18
3
-61
/
+90
*
Add display statements for the encrypted tokens generated by t_encrypt
Greg Hudson
2010-02-17
1
-0
/
+24
*
Get rid of kdb_ext.h and allow out-of-tree KDB plugins
Greg Hudson
2010-01-27
1
-0
/
+10
*
Add test program for decryption of overly short buffers
Greg Hudson
2010-01-12
2
-2
/
+135
*
krb5int_pbkdf2_hmac_sha1 fails to set enctype on keyblock
Ezra Peisach
2010-01-09
1
-0
/
+1
*
krb5int_dk_string_to_key fails to set enctype
Ezra Peisach
2010-01-08
1
-0
/
+1
*
Set enctype in crypto_tests to prevent memory leaks
Ezra Peisach
2010-01-08
2
-17
/
+13
*
yarrow code does not initialize keyblock enctype and uses unitialized value
Ezra Peisach
2010-01-08
2
-0
/
+2
*
krb5int_derive_key results in cache with uninitialized values
Ezra Peisach
2010-01-08
1
-0
/
+4
*
Update dependencies
Ken Raeburn
2010-01-03
4
-54
/
+24
*
Enable caching of key-derived context info such as key schedules from
Ken Raeburn
2010-01-03
2
-18
/
+60
*
Fix a case where krb5int_aes_decrypt was trying to encrypt a block
Greg Hudson
2010-01-03
1
-1
/
+1
*
Declare function as static to avoid compiler warning on missing prototypes
Ezra Peisach
2009-12-31
1
-1
/
+2
*
Remove $(TOBJS) for make clean
Ezra Peisach
2009-12-31
1
-1
/
+1
*
Initialize hash_iov, in case of premature error exit
Ken Raeburn
2009-12-31
1
-1
/
+1
*
Combine the related code into one file
Zhanna Tsitkov
2009-12-29
5
-143
/
+55
*
fast negotiation projec
Sam Hartman
2009-12-14
1
-0
/
+8
*
Don't use sizeof(pointertype) to get the length of an allocated array
Tom Yu
2009-12-10
1
-1
/
+1
*
Add comments to make it slightly clearer how
Greg Hudson
2009-12-10
1
-1
/
+2
*
Restructure the crypto checksum implementation to minimize
Greg Hudson
2009-12-10
44
-1278
/
+858
[next]