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 a couple of key import modes in the NSS module, although they don't
Greg Hudson
2011-03-11
2
-2
/
+2
*
Adjust most C source files to match the new standards for copyright
Greg Hudson
2011-03-09
113
-783
/
+666
*
Update dependencies
Ezra Peisach
2011-03-06
1
-1
/
+3
*
Fix up signed/unsigned warnings in this directory. There are still
Ezra Peisach
2011-03-06
5
-11
/
+13
*
On make clean remove test programs and object files. In lib/krb5/krb
Ezra Peisach
2011-03-06
2
-1
/
+2
*
Add test vectors from RFC 3961 for DES and DES3 to t_str2key.c. Fix
Greg Hudson
2011-03-05
2
-1
/
+98
*
Include crypto_int.h for mit_des_fixup_key_parity prototype
Ezra Peisach
2011-03-05
1
-6
/
+7
*
Fix a conceptual (but not practical) type mismatch in the OpenSSL
Greg Hudson
2011-03-05
1
-1
/
+1
*
Make enc provider free_state function return void
Greg Hudson
2011-03-05
6
-25
/
+16
*
Remove the init_state and free_state enctype functions and go back to
Greg Hudson
2011-03-05
3
-49
/
+2
*
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
[prev]
[next]