summaryrefslogtreecommitdiffstats
path: root/crypto/modes/ocb128.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/modes/Richard Levitte
2018-07-09modes/ocb128.c: readability and formatting improvements.Andy Polyakov
2018-07-09modes/ocb128.c: improve the calculation of double maskDesWurstes
2018-06-08modes/ocb128.c: Reset nonce-dependent variables on setivMingtao Yang
2018-04-17Update copyright yearRichard Levitte
2018-04-05Set error code if alloc returns NULLRich Salz
2017-05-26modes/ocb128.c: address undefined behaviour warning.Andy Polyakov
2017-03-22modes/ocb128.c: fix misaligned access in ILP32 builds on 64-bit processors.Andy Polyakov
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-05-17Copyright consolidation 06/10Rich Salz
2016-05-12Don't leak memory if realloc fails.Dr. Stephen Henson
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2015-12-10x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov
2015-12-10modes/ocb128.c: fix overstep.Andy Polyakov
2015-12-02modes/ocb128.c: fix sanitizer warning.Andy Polyakov
2015-12-02modes/ocb128.c: split fixed block xors to aligned and misaligned.Andy Polyakov
2015-12-02modes/ocb128.c: ocb_lookup_l to allow non-contiguous lookupAndy Polyakov
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-01-28Fix warning on some compilers where variable index shadows a globalMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Added OPENSSL_NO_OCB guardsMatt Caswell
2014-12-08Add support for OCB mode as per RFC7253Matt Caswell