index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-27
lib/crypto: make it possible to use only parts of aes.[ch]
Stefan Metzmacher
2
-1
/
+14
2015-08-27
lib/crypto: sync AES_cfb8_encrypt() from heimdal
Stefan Metzmacher
2
-20
/
+25
2015-08-27
lib/crypto: make use of aes_test.h in aes_gcm_128_test.c
Stefan Metzmacher
1
-221
/
+137
2015-08-27
lib/crypto: optimize aes_gcm_128
Stefan Metzmacher
2
-36
/
+25
2015-08-27
lib/crypto: optimize aes_ccm_128
Stefan Metzmacher
2
-47
/
+78
2015-08-27
lib/crypto: optimize aes_cmac_128
Stefan Metzmacher
2
-85
/
+25
2015-08-27
lib/crypto: add optimized helper functions aes_block_{xor,lshift,rshift}()
Stefan Metzmacher
1
-0
/
+575
2015-08-27
lib/crypto: add aes_ccm_128 tests
Stefan Metzmacher
3
-5
/
+449
2015-08-27
lib/crypto: verify 0 updates in aes_gcm_128 tests
Stefan Metzmacher
1
-0
/
+12
2015-08-27
lib/crypto: run all aes_gcm_128 testcases
Stefan Metzmacher
1
-4
/
+4
2015-08-27
lib/crypto: add aes_cmac_128 chunked tests
Stefan Metzmacher
1
-0
/
+26
2015-06-28
Revert "lib: Fix deps for LIBCRYPTO"
Douglas Bagnall
1
-2
/
+2
2015-06-23
lib: Fix deps for LIBCRYPTO
Volker Lendecke
1
-2
/
+2
2015-06-23
lib: Simplify arcfour_crypt
Volker Lendecke
1
-4
/
+5
2015-06-03
Prevent clashes between system and Samba SHA functions
Emmanuel Dreyfus
3
-2
/
+12
2015-03-23
lib/crypto: fix header guard for crypto.h
Michael Adam
1
-1
/
+1
2015-02-25
lib/crypto: Document nettle supported crypto
Michael Ledford
1
-0
/
+21
2015-02-17
lib/crypto: Document what crypto code is used for, and if GnuTLS supports it
Andrew Bartlett
1
-0
/
+97
2014-10-16
lib/crypto: add aes_gcm_128 support.
Stefan Metzmacher
5
-2
/
+642
2014-10-14
lib/crypto: add and build a copied version of SHA512 functions.
Günther Deschner
3
-1
/
+358
2014-09-19
lib/crypto: Protect crypto.h against multiple inclusion
Martin Schwenke
1
-0
/
+4
2014-01-09
lib: Fix strict-aliasing warning in md5 code.
Andreas Schneider
1
-3
/
+6
2014-01-08
crypto: fix build on OS X
Björn Jacke
1
-0
/
+1
2013-06-24
build: Remove the struct MD5Context conf file check.
Andrew Bartlett
1
-1
/
+0
2013-06-19
build: Build with system md5.h on OpenIndiana
Andrew Bartlett
6
-8
/
+9
2013-05-22
build: Update md5.h detection in waf and autoconf to use sys/md5.h and -lmd
Andrew Bartlett
3
-9
/
+19
2012-08-23
crypto/aes_ccm_128: fix compile warning on openindiana
Björn Jacke
1
-1
/
+1
2012-07-23
lib/crypto: add aes_ccm_128
Stefan Metzmacher
4
-1
/
+226
2012-03-14
lib/crypto: Detect CommonCrypto and use it if available
Matthieu Patou
3
-1
/
+15
2012-02-29
lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 test
Stefan Metzmacher
2
-1
/
+93
2012-02-29
lib/crypto: add aes_cmac_128* (rfc 4493)
Stefan Metzmacher
4
-4
/
+231
2012-02-27
lib/crypto: fix hmac_sha256_final() prototype
Stefan Metzmacher
1
-1
/
+1
2012-02-07
crypto: Use libbsd md5 header, if available.
Jelmer Vernooij
3
-2
/
+17
2012-02-07
crypto/md5: Change prototypes to match BSD.
Jelmer Vernooij
1
-5
/
+7
2012-02-07
crypto: Add prototype for main torture functions.
Jelmer Vernooij
3
-0
/
+4
2011-09-23
build: avoid util.h as a public header name due to conflict with MacOS
Andrew Bartlett
3
-3
/
+3
2011-04-06
lib/crypto: rename the SHA256_ functions to samba_SHA256_
Andrew Tridgell
3
-18
/
+18
2011-03-27
s3: Fix Coverity ID 958: BAD_SIZEOF
Volker Lendecke
1
-1
/
+1
2011-02-28
tdb: Use <tdb.h> to include tdb so system headers are found when building aga...
Jelmer Vernooij
1
-1
/
+1
2011-01-03
lib/crypto: add aes_cfb8_encrypt()
Stefan Metzmacher
2
-0
/
+26
2010-10-31
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
1
-18
/
+0
2010-10-11
libcli-auth: Remove unnecessary dependency on libsamba-hostconfig.
Jelmer Vernooij
1
-1
/
+1
2010-06-16
lib/crypto: only include what is needed.
Günther Deschner
11
-10
/
+15
2010-04-06
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
1
-0
/
+2
2010-04-06
build: commit all the waf build files in the tree
Andrew Tridgell
1
-0
/
+12
2010-02-02
Change uint_t to unsigned int in lib/crypto
Matt Kraai
1
-4
/
+4
2009-09-16
lib/crypto: include aes.h into crypto.h
Stefan Metzmacher
1
-1
/
+1
2009-09-16
lib/crypto: link in AES crypto for s4 as well.
Günther Deschner
1
-1
/
+2
2009-09-16
lib/crypto: add aes encryption routines to main cryto lib.
Günther Deschner
4
-0
/
+1462
2009-05-31
Fix a C++ warning
Volker Lendecke
1
-1
/
+1
[next]