Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
Matt Caswell
|
605856d72c
Update copyright year
|
3 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
Dr. Matthias St. Pierre
|
25f2138b0a
Reorganize private crypto header files
|
5 years ago |
Shane Lontis
|
459b15d451
Add Common shared code needed to move aes ciphers to providers
|
5 years ago |
Richard Levitte
|
81cae8ce09
Following the license change, modify the boilerplates in crypto/modes/
|
6 years ago |
Andy Polyakov
|
45197ad33e
modes/ocb128.c: readability and formatting improvements.
|
6 years ago |
DesWurstes
|
c118fb9238
modes/ocb128.c: improve the calculation of double mask
|
6 years ago |
Mingtao Yang
|
bbb02a5b6d
modes/ocb128.c: Reset nonce-dependent variables on setiv
|
6 years ago |
Richard Levitte
|
28428130db
Update copyright year
|
6 years ago |
Rich Salz
|
7de2b9c4af
Set error code if alloc returns NULL
|
6 years ago |
Andy Polyakov
|
14bb100b6c
modes/ocb128.c: address undefined behaviour warning.
|
7 years ago |
Andy Polyakov
|
a2bb183623
modes/ocb128.c: fix misaligned access in ILP32 builds on 64-bit processors.
|
7 years ago |
FdaSilvaYY
|
02e112a885
Whitespace cleanup in crypto
|
8 years ago |
Rich Salz
|
4f22f40507
Copyright consolidation 06/10
|
8 years ago |
Dr. Stephen Henson
|
7c0ef84318
Don't leak memory if realloc fails.
|
8 years ago |
FdaSilvaYY
|
dccd20d1b5
fix tab-space mixed indentation
|
8 years ago |
Andy Polyakov
|
bd30091c97
x86[_64] assembly pack: add optimized AES-NI OCB subroutines.
|
9 years ago |
Andy Polyakov
|
44bf7119d6
modes/ocb128.c: fix overstep.
|
9 years ago |
Andy Polyakov
|
1bbea40384
modes/ocb128.c: fix sanitizer warning.
|
9 years ago |
Andy Polyakov
|
81f3d6323d
modes/ocb128.c: split fixed block xors to aligned and misaligned.
|
9 years ago |
Andy Polyakov
|
b9e3d7e0f6
modes/ocb128.c: ocb_lookup_l to allow non-contiguous lookup
|
9 years ago |
Matt Caswell
|
90945fa31a
Continue standardising malloc style for libcrypto
|
9 years ago |
Rich Salz
|
16f8d4ebf0
memset, memcpy, sizeof consistency fixes
|
9 years ago |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
9 years ago |
Rich Salz
|
4b45c6e52b
free cleanup almost the finale
|
9 years ago |
Rich Salz
|
b196e7d936
remove malloc casts
|
9 years ago |
Matt Caswell
|
55467a16c2
Fix warning on some compilers where variable index shadows a global
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Matt Caswell
|
3feb63054a
Added OPENSSL_NO_OCB guards
|
10 years ago |