summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-09-11.Li -> .Vt where appropriate;Jason McIntyre
2022-09-11fix repeated wordsJonathan Gray
2022-09-10Increment the input and output position for EVP AES CFB1.Joel Sing
2022-09-10Use correct length for EVP CFB mode ciphers.Joel Sing
2022-09-10Use CBS to parse TLS alerts in the legacy stack.Joel Sing
2022-09-10Provide a version of ssl_msg_callback() that takes a CBS.Joel Sing
2022-09-10carrier return character -> carriage return characterJonathan Gray
2022-09-10fix repeated wordsJonathan Gray
2022-09-10wireless LANS -> wireless LANsJonathan Gray
2022-09-10fix repeated wordsJonathan Gray
2022-09-10Add EABI strong aliases for __fixunssfdi and __fixunsdfdi added recently onMiod Vallat
2022-09-09add recvmmsg to NAME;Jason McIntyre
2022-09-09Add libc wrappers for the new sendmmsg and recvmmsg system calls.Moritz Buhl
2022-09-08ssl_cipher_process_rulestr: return early if a cipher command is invalidTodd C. Miller
2022-09-07ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller
2022-09-06Remove more mkerr.pl remnants, missed in previousKlemens Nanni
2022-09-06Replace aes_{ccm,xts}_cleanup usage with NULL.Joel Sing
2022-09-06Stop casting a size_t to a long and then passing it as a size_t.Joel Sing
2022-09-04Remove dead code.Joel Sing
2022-09-04Remove dead code.Joel Sing
2022-09-04Add bounds checks for various EVP cipher implementations.Joel Sing
2022-09-04Remove dead code.Joel Sing
2022-09-04Expand the looney M_do_cipher macro.Joel Sing
2022-09-04Rearrange some functions.Joel Sing
2022-09-04Remove now unused EVP_C_DATA macro.Joel Sing
2022-09-04Remove now unused BLOCK_CIPHER_* macros.Joel Sing
2022-09-04Expand BLOCK_CIPHER_* macros.Joel Sing
2022-09-04Mechanically expand BLOCK_CIPHER_* macros.Joel Sing
2022-09-04Mechanically expand BLOCK_CIPHER_* macros.Joel Sing
2022-09-04Mechanically expand BLOCK_CIPHER_* ciphers.Joel Sing
2022-09-04Remove now unused IMPLEMENT_CFBR macro.Joel Sing
2022-09-04Make ssl_create_cipher_list() have a single exitTheo Buehler
2022-09-04Mechanically expand IMPLEMENT_CFBR macros.Joel Sing
2022-09-03Remove now unused IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-09-03Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-09-03Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-09-03Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-09-03Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-09-03Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-09-03Rewrap some lines, no functional change.Joel Sing
2022-09-03Tidy up asn1_c2i_primitive() slightly.Joel Sing
2022-09-03Avoid recycling ASN1_STRINGs when decoding ASN.1.Joel Sing
2022-09-03Remove duplicate prototype that just snuck in.Joel Sing
2022-09-03Ensure ASN.1 types are appropriately encoded.Joel Sing
2022-09-03Provide c2i_ASN1_ENUMERATED_cbs() and call it from asn1_c2i_primitive().Joel Sing
2022-09-03Prepare to provide OPENSSL_cleanup.Joel Sing
2022-09-03Stop using CBIGNUM_it internal to libcrypto.Joel Sing
2022-09-03Fix the failing libm/rint regress test by adding ieee754 implementationsMoritz Buhl
2022-09-02Use a shorter system call invocation template for system calls in the rangeMiod Vallat
2022-09-01Check sk_SSL_CIPHER_push() return valueTheo Buehler