tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libcrypto
/
modes
/
at
trash-bin2
1 folder
10 files
asm
Make the NEON codepaths conditional on __STRICT_ALIGNMENT not being defined as they rely on unaligned access.
8 years ago
cbc128.c
Use memmove instead of memcpy for overlapping memory
4 years ago
ccm128.c
Make sure that the tag buffer size is equal to the tag size in CRYPTO_ccm128_tag(). Otherwise the caller might end up using the part of the tag buffer that was left uninitialized.
7 years ago
cfb128.c
Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy for libraries in OpenBSD is to deliberately let NULL pointers cause a SIGSEGV. ok doug@ jsing@
11 years ago
ctr128.c
move endian/word size checks from runtime to compile time
8 years ago
cts128.c
unifdef -UCBC_HANDLES_TRUNCATED_IO ok bcook@ doug@
10 years ago
gcm128.c
Make the NEON codepaths conditional on __STRICT_ALIGNMENT not being defined as they rely on unaligned access.
8 years ago
modes.h
add c++ symbol annotations
7 years ago
modes_lcl.h
Switch to <endian.h> from <machine/endian.h> for better portability.
4 years ago
ofb128.c
Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy for libraries in OpenBSD is to deliberately let NULL pointers cause a SIGSEGV. ok doug@ jsing@
11 years ago
xts128.c
Switch to <endian.h> from <machine/endian.h> for better portability.
4 years ago