summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-20Simplify err_build_SYS_str_reasonstb1-19/+13
2025-05-20Fix previous - names use underscores and not hyphens.jsing1-3/+3
2025-05-20Add ML-KEM768 Hybrid Kems to obj_mac.numbeck1-0/+3
2025-05-20Add ML-KEM768 Hybrid Kems to objects.txtbeck1-0/+6
2025-05-20Don't use the array index as the group_idbeck1-51/+97
2025-05-20Make MLKEM1024_marshal_private_key consistent with the public_key funcitonsbeck7-66/+68
2025-05-20Whitespace nits from tbbeck1-1/+4
2025-05-19Fix up MLKEM768_marshal_private_key to not use a passed in CBBbeck7-53/+54
2025-05-19Remove the boringssl if || ideom from mlkembeck2-34/+46
2025-05-19API changes for ML-KEMbeck9-176/+203
2025-05-19Simplify EVP AES code for ECB.jsing2-33/+46
2025-05-19Remove block128_f function casts.jsing1-8/+20
2025-05-19Simplify EVP AES code for OFB.jsing1-7/+19
2025-05-19Simplify EVP AES code for CFB.jsing1-25/+79
2025-05-18EC_POINT_new: wording tweaks in the BUGS sectiontb1-6/+6
2025-05-18Simplify EVP AES code for CTR.jsing1-22/+23
2025-05-18Unifdef AES_CTR_ASM.jsing1-14/+1
2025-05-18Simplify EVP code for AES CBC.jsing1-26/+33
2025-05-18add missing u64/uint64_t conversionbcook1-3/+3
2025-05-18Use stdint types instead of u64/u32/u8.jsing5-134/+127
2025-05-18Remove contortions with the rem_4bit table.jsing1-28/+9
2025-05-18Inline REDUCE1BIT macro.jsing1-15/+6
2025-05-18bio_dump: only run strncmp if there's something to comparetb1-2/+2
2025-05-18bio_mem: avoid pointer arithmetic on NULLtb1-2/+4
2025-05-18rc2: two files escaped the lure of the attic, set these poor souls freetb2-241/+0
2025-05-17Remove TABLE_BITS from gcm128.jsing2-248/+3
2025-05-16Replace GCM_MUL/GHASH defines with static inline functions.jsing1-121/+99
2025-05-16Stop using CRYPTO_gcm128_init() and stack allocated GCM128_CONTEXT.jsing1-16/+16
2025-05-14nc: disallow -T with = when arguments are not key=value pairstb1-1/+3
2025-05-10Increase default PKCS12_SALT_LEN from 8 to 16 bytestb1-2/+2
2025-05-10asn_moid: move inclusion of err_local.h to the proper placetb1-2/+2
2025-05-10Sort FOOerror() in ASCII ordertb1-18/+18
2025-05-10Simplify the remaining FOOerror()tb1-26/+28
2025-05-10Remove unused internal FOOerror()tb1-11/+1
2025-05-10Remove error macros except PEMerr(), RSAerr() and SSLerr()tb1-37/+4
2025-05-10ssl_local.h: stop guarding SYSerror() with an #ifdeftb1-3/+1
2025-05-10Move the internal FOOerror() to err_local.htb2-40/+38
2025-05-10Use err_local.h rather than err.h in most placestb222-456/+454
2025-05-10ssl_local: provide an SSL-internal version of SYSerror()tb1-1/+4
2025-05-10SSL_error_internal: remove a superfluous pair of parenstb1-3/+2
2025-05-10ssl_local.h: adjust some whitespacetb1-3/+3
2025-05-10const correct SSL_error_internal()tb2-4/+4
2025-05-10cms: disallow AEAD ciphers and AES XTStb1-3/+21
2025-05-09Garbage collect docs of BIO_dump{,_indent}_{cb,fp}()tb1-35/+3
2025-05-09bss_log.c: don't rely on err.h pulling in bio.htb1-2/+2
2025-05-09openssl ocsp: switch from X509V3error() to perror()tb1-6/+6
2025-05-05merge the x509name test into x509_name_test.ctb4-73/+125
2025-05-04Fix up two markup mistakes with .Fn and .Xrtb1-4/+4
2025-05-04Improve the pqueue testtb3-48/+57
2025-05-04sigh. pqueue_find() also needs a const treatmenttb2-4/+4