index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
modes
/
ccm128.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2020-06-04
1
-1
/
+1
*
Avoid undefined behavior with unaligned accesses
Bernd Edlinger
2020-05-27
1
-6
/
+16
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Add Common shared code needed to move aes ciphers to providers
Shane Lontis
2019-07-16
1
-2
/
+2
*
Enforce a strict output length check in CRYPTO_ccm128_tag
Guido Vranken
2019-04-25
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/modes/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-46
/
+6
*
Remove outdated DEBUG flags.
Rich Salz
2016-02-18
1
-7
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-322
/
+360
*
crypto/modes: even more strict aliasing fixes [and fix bug in cbc128.c from
Andy Polyakov
2012-11-05
1
-1
/
+1
*
aes/asm/aesni-*.pl: fix CCM and further optimize it.
Andy Polyakov
2011-08-07
1
-2
/
+2
*
ccm128.c: add CRYPTO_ccm128_[en|de]crypt_ccm64 and minor optimization.
Andy Polyakov
2011-04-24
1
-21
/
+150
*
Typo.
Dr. Stephen Henson
2011-04-18
1
-1
/
+1
*
ccm128.c: fix Win32 compiler warning.
Andy Polyakov
2011-04-18
1
-1
/
+1
*
ccm128.c: fix STRICT_ALIGNMENT another bug in CRYPTO_ccm128_decrypt.
Andy Polyakov
2011-04-18
1
-4
/
+7
*
Compile ccm128.c, move some structures to modes_lcl.h add prototypes.
Dr. Stephen Henson
2011-04-18
1
-8
/
+1
*
ccm128.c: minor optimization and bugfix in CRYPTO_ccm128_[en|de]crypt.
Andy Polyakov
2011-04-17
1
-51
/
+63
*
ccm128.c: initialize ctx->block (what I was smoking?).
Andy Polyakov
2011-02-09
1
-1
/
+2
*
ccm128.c: initial draft.
Andy Polyakov
2011-02-09
1
-0
/
+303