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
/
krb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make it possible to override CRYPTO_IMPL_CFLAGS and CRYPTO_IMPL_LIBS at
Greg Hudson
2010-10-22
1
-1
/
+2
*
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
2
-3
/
+2
*
Some missed files needed for rev #24420
Zhanna Tsitkov
2010-10-05
16
-0
/
+1453
*
Improves prng code modularity. Introduces fortuna-like prng that can be used ...
Zhanna Tsitkov
2010-10-05
18
-181
/
+90
*
Merge branches/nss to trunk
Greg Hudson
2010-10-02
3
-12
/
+85
*
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
*
Make depend
Greg Hudson
2010-09-08
10
-173
/
+257
*
Merge the camellia-ccm branch to trunk. Since there are no IANA
Greg Hudson
2010-09-07
26
-282
/
+1630
*
Ensure valid key in krb5int_yarrow_cipher_encrypt_block
Ezra Peisach
2010-09-04
1
-0
/
+6
*
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
10
-257
/
+298
*
Add krb5_enctype_to_name() API
Greg Hudson
2010-06-04
2
-3
/
+29
*
Squash some warnings in the old crypto API glue. Use make_data()
Greg Hudson
2010-04-26
1
-42
/
+20
*
krb5int_dk_string_to_key fails to set enctype
Ezra Peisach
2010-01-08
1
-0
/
+1
*
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
1
-0
/
+8
*
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
31
-1199
/
+693
*
Remove the ivec parameters from the keyhash provider functions, as
Greg Hudson
2009-12-06
9
-25
/
+19
*
Make the libk5crypto hash_provider interface take crypto_iov lists
Greg Hudson
2009-12-06
14
-227
/
+115
*
Remove some code paths in crypto-length which are dead now that the
Greg Hudson
2009-12-04
1
-11
/
+2
*
Remove CRC32_SHIFT4 code as we are unlikely to ever need it
Greg Hudson
2009-12-04
2
-32
/
+0
*
Consolidate the IOV and non-IOV encryption/decryption code paths, and
Greg Hudson
2009-12-04
50
-2160
/
+646
*
update dependencies
Ken Raeburn
2009-12-02
3
-17
/
+31
*
Speed up the per-block loops of AES, DES3, and DES IOV encryption by
Greg Hudson
2009-12-02
2
-1
/
+49
*
Fix an incorrect length in the new krb5int_c_decrypt_aead_compat
Greg Hudson
2009-12-02
1
-1
/
+1
*
Fix AES IOV decryption of small messages
Greg Hudson
2009-12-01
1
-13
/
+8
*
Make krb5int_c_decrypt_aead_compat more efficient by building the
Greg Hudson
2009-12-01
1
-23
/
+41
*
Fix the usage fallback in krb5int_arcfour_decrypt_iov. Factor out IOV
Greg Hudson
2009-12-01
1
-25
/
+29
*
Remove some stray tabs
Greg Hudson
2009-11-30
1
-4
/
+4
*
Use aead_dk instead of aead_old for des-hmac-sha1, since it uses
Greg Hudson
2009-11-30
1
-1
/
+1
*
Add an AEAD provider for enctypes which use krb5_old_encrypt and
Greg Hudson
2009-11-30
6
-17
/
+245
*
Make the crc32 hash provider correctly chain multiple input buffers,
Greg Hudson
2009-11-30
2
-2
/
+3
*
Stream decryption is handled in krb5_k_decrypt_iov; remove some
Greg Hudson
2009-11-30
2
-12
/
+0
*
Remove the non-iov entry point introduced in r23378, since it's easy
Greg Hudson
2009-11-29
2
-49
/
+3
*
Avoid using strncpy in the production of the arcfour salt because it
Greg Hudson
2009-11-29
1
-4
/
+3
*
Create functional internal interfaces to allow GSSAPI to perform
Greg Hudson
2009-11-28
3
-2
/
+94
*
Clean up the arcfour token encryption and decryption functions by
Greg Hudson
2009-11-28
3
-404
/
+272
*
Mark and reindent lib/crypto
Greg Hudson
2009-11-28
89
-2311
/
+2390
*
Allow null keys to be referenced (a no-op) for simpler "copying" of
Greg Hudson
2009-11-27
1
-1
/
+2
[next]