index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
modes
/
ocb128.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-6
/
+2
*
Update copyright year
Matt Caswell
2020-11-26
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-2
/
+2
*
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
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/modes/
Richard Levitte
2018-12-06
1
-1
/
+1
*
modes/ocb128.c: readability and formatting improvements.
Andy Polyakov
2018-07-09
1
-15
/
+5
*
modes/ocb128.c: improve the calculation of double mask
DesWurstes
2018-07-09
1
-1
/
+1
*
modes/ocb128.c: Reset nonce-dependent variables on setiv
Mingtao Yang
2018-06-08
1
-60
/
+61
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code if alloc returns NULL
Rich Salz
2018-04-05
1
-4
/
+7
*
modes/ocb128.c: address undefined behaviour warning.
Andy Polyakov
2017-05-26
1
-58
/
+58
*
modes/ocb128.c: fix misaligned access in ILP32 builds on 64-bit processors.
Andy Polyakov
2017-03-22
1
-1
/
+1
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
1
-1
/
+1
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-46
/
+6
*
Don't leak memory if realloc fails.
Dr. Stephen Henson
2016-05-12
1
-2
/
+4
*
fix tab-space mixed indentation
FdaSilvaYY
2016-05-09
1
-1
/
+1
*
x86[_64] assembly pack: add optimized AES-NI OCB subroutines.
Andy Polyakov
2015-12-10
1
-76
/
+97
*
modes/ocb128.c: fix overstep.
Andy Polyakov
2015-12-10
1
-1
/
+1
*
modes/ocb128.c: fix sanitizer warning.
Andy Polyakov
2015-12-02
1
-7
/
+7
*
modes/ocb128.c: split fixed block xors to aligned and misaligned.
Andy Polyakov
2015-12-02
1
-44
/
+14
*
modes/ocb128.c: ocb_lookup_l to allow non-contiguous lookup
Andy Polyakov
2015-12-02
1
-8
/
+29
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-3
/
+3
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-8
/
+6
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-4
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
Fix warning on some compilers where variable index shadows a global
Matt Caswell
2015-01-28
1
-5
/
+5
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-32
/
+40
*
Added OPENSSL_NO_OCB guards
Matt Caswell
2014-12-08
1
-0
/
+4
*
Add support for OCB mode as per RFC7253
Matt Caswell
2014-12-08
1
-0
/
+587