index
:
krb5.git
master
master-krb5pkgconfig
master-mechdconf
proxymech
Unnamed repository; edit this file 'description' to name the repository.
Günther Deschner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move t_cf2 from lib/crypto/builtin to lib/crypto/crypto_tests, as it
Greg Hudson
2011-03-05
9
-20
/
+116
*
Flatten lib/crypto/krb, as its seven subdirectories only contained a
Greg Hudson
2011-03-05
41
-577
/
+121
*
Fix SHA-256 on big-endian platforms
Greg Hudson
2011-03-03
1
-0
/
+4
*
Consolidate almost all lib/crypto/krb headers into a single
Greg Hudson
2011-03-02
211
-3866
/
+1884
*
Simplify lib/crypto/krb/arcfour in the wake of r23444. Move the
Greg Hudson
2011-02-28
11
-393
/
+305
*
Use the hash provider interface in krb5int_arcfour_string_to_key so
Greg Hudson
2011-02-28
2
-34
/
+13
*
Reference random-to-key handlers through the enctype instead of the
Greg Hudson
2011-02-27
58
-695
/
+482
*
Remove nonexistent aes_ctr from object and source file lists in
Greg Hudson
2011-02-27
1
-3
/
+0
*
Namespace-protect SHA-256 symbols. Build SHA-256 code independently of
Greg Hudson
2011-02-25
8
-92
/
+68
*
Add Fortuna test program to file list for dependency generation
Greg Hudson
2011-02-25
2
-9
/
+23
*
Add a non-default PRNG module which just retrieves entropy from
Greg Hudson
2011-02-25
1
-0
/
+94
*
Remove some unnecessary includes from prng_fortuna.c
Greg Hudson
2011-02-25
1
-2
/
+0
*
Make depend
Greg Hudson
2011-02-25
19
-409
/
+433
*
Now that all PRNG modules fit nicely into a single source file,
Greg Hudson
2011-02-25
18
-324
/
+149
*
Remove Yarrow PRNG implementation
Greg Hudson
2011-02-25
29
-2913
/
+5
*
A couple more Windows build system adjustments for Fortuna as default
Greg Hudson
2011-02-25
2
-2
/
+8
*
Add a stubs file missing from r24656
Greg Hudson
2011-02-25
1
-0
/
+68
*
Unbreak the OpenSSL and NSS crypto builds in the wake of r24652
Greg Hudson
2011-02-24
11
-79
/
+119
*
Fix dangling Makefile reference after r24652
Greg Hudson
2011-02-24
1
-1
/
+1
*
Make depend
Greg Hudson
2011-02-24
1
-9
/
+6
*
Fortuna as default PRNG
Greg Hudson
2011-02-24
12
-839
/
+497
*
Fix a conceptual bug in r24639: the intermediate key container length
Greg Hudson
2011-02-18
1
-1
/
+1
*
hmac-md5 checksum doesn't work with DES keys
Greg Hudson
2011-02-16
1
-1
/
+1
*
Don't use a krb5 context in t_fork, since we don't set up a krb5.conf
Greg Hudson
2010-12-28
1
-2
/
+5
*
Eliminate some unused variable warnings
Greg Hudson
2010-12-20
1
-1
/
+0
*
update dependencies
Ken Raeburn
2010-12-05
6
-48
/
+60
*
SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)
Greg Hudson
2010-11-30
6
-25
/
+14
*
Use for loops for recursion in the Windows build, cutting down on the
Greg Hudson
2010-11-28
45
-645
/
+46
*
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
[prev]
[next]