summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/labs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-15Remove the string_table testtb2-130/+1
2023-12-15Remove strings.h againtb1-2/+1
2023-12-15Remove EVP_PBE_cleanup() from EVP_cleanup()tb1-2/+1
2023-12-15Move all the neutered PBE API to the bottom of the filetb1-17/+17
2023-12-15Remove unprotected global state from EVP_PBEtb1-76/+8
2023-12-15Fix a return value confusion in chacha20_poly1305_cipher()tb1-2/+2
2023-12-15Disallow ciphers with EVP_CIPH_FLAG_CUSTOM_CIPHER in CMACtb1-1/+8
2023-12-15Document EVP_Cipher() in codetb1-1/+13
2023-12-15Move EVP_Cipher() from evp_lib.c to evp_enc.ctb2-9/+9
2023-12-15Clean up includestb1-6/+4
2023-12-15Neuter EVP_PKEY_asn1_add{0,_alias}()tb1-42/+10
2023-12-15Hoist OBJ_sn2nid() over OBJ_ln2nid()tb1-17/+17
2023-12-15Coverity rightly points out that an unsigned int is always >= 0tb1-4/+4
2023-12-14OBJ_create: sorry Omar, aobj is a better name than optb1-5/+5
2023-12-14OBJ_create: use a nid variable to avoid nested function calltb1-3/+4
2023-12-14OBJ_create: malloc() -> calloc()tb1-2/+2
2023-12-14OBJ_create: test and assign as usualtb1-7/+7
2023-12-14OBJ_create: initialize buf and turn function into single exittb1-4/+5
2023-12-14OBJ_create: rename ok to ret and make it last declarationtb1-4/+4
2023-12-14OBJ_create(): rename i to lentb1-8/+8
2023-12-14OBJ_create(): remove pointless parenthesestb1-4/+4
2023-12-14OBJ_create(): remove useless casttb1-2/+2
2023-12-14OPENSSL_assert() that the passed nid is within rangetb1-1/+7
2023-12-14Bump OPENSSL_showfatal() from LOG_INFO to LOG_CONStb1-2/+2
2023-12-14Move the txt to obj/nid conversions a bit down.tb1-42/+42
2023-12-14Dedup OBJ_nid2{obj,sn,ln}()tb1-49/+9
2023-12-14Simplify OBJ_nid2obj()tb1-23/+26
2023-12-14Simplify OBJ_nid2sn()tb1-23/+26
2023-12-14Simplify OBJ_nid2ln()tb1-23/+26
2023-12-14Fix sk_deep_copy() implementationtb1-32/+22
2023-12-13Simplify OBJ_ln2nid()tb1-42/+32
2023-12-13Simplify OBJ_sn2nid()tb1-41/+30
2023-12-13Simplify OBJ_obj2nid()tb1-39/+28
2023-12-13rfc3779: remove redundant const.tb1-5/+5
2023-12-13tlsexttest: \178 isn't a valid octal escape sequencetb1-2/+2
2023-12-13constraints: \178 isn't a valid octal escape sequencetb1-2/+2
2023-12-13x509_asn1: avoid lookup table that makes some compilers whinetb1-59/+37
2023-12-10evp_test: zap extra empty linetb1-2/+1
2023-12-08Add regress coverage for OBJ_NAME_do_all*()tb1-2/+99
2023-12-05last .Nm should not have a commajsg1-3/+3
2023-12-04zap trailing whitespacetb1-2/+2
2023-12-04Save backtraces to show in leak dump. Depth of backtrace set byotto2-87/+184
2023-12-03Remove misuse warnings for EVP_*Final()tb1-12/+1
2023-12-02Fix some NULL misspellingstb1-10/+10
2023-12-02Revert a hunk of r1.23 that makes no sensetb1-8/+2
2023-12-01Some cleanup:schwarze1-71/+33
2023-12-01EVP_EncryptInit(3) is among the most important "how to drive" manuals,schwarze4-65/+165
2023-12-01Unify various EVP_*{Update,Final}*() wrapperstb1-18/+10
2023-11-30Clean up and de-spaghettize by_file_callbackbeck1-21/+15
2023-11-29Ignore ENGINE at the API boundarytb19-84/+61