summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove call to ASN1_STRING_TABLE_cleanup()tb2023-12-161-2/+1
* asn1.h: mark a type and a bunch of macros for removaltb2023-12-161-2/+3
* Rename ASN1_STRING_TABLE_add manual to _gettb2023-12-162-3/+3
* Remove ASN1_STRING_TABLE_{add,cleanup}() documentationtb2023-12-161-71/+14
* Implement and use a do_cipher() wrappertb2023-12-161-59/+63
* Remove the string_table testtb2023-12-152-130/+1
* Remove strings.h againtb2023-12-151-2/+1
* Remove EVP_PBE_cleanup() from EVP_cleanup()tb2023-12-151-2/+1
* Move all the neutered PBE API to the bottom of the filetb2023-12-151-17/+17
* Remove unprotected global state from EVP_PBEtb2023-12-151-76/+8
* Fix a return value confusion in chacha20_poly1305_cipher()tb2023-12-151-2/+2
* Disallow ciphers with EVP_CIPH_FLAG_CUSTOM_CIPHER in CMACtb2023-12-151-1/+8
* Document EVP_Cipher() in codetb2023-12-151-1/+13
* Move EVP_Cipher() from evp_lib.c to evp_enc.ctb2023-12-152-9/+9
* Clean up includestb2023-12-151-6/+4
* Neuter EVP_PKEY_asn1_add{0,_alias}()tb2023-12-151-42/+10
* Hoist OBJ_sn2nid() over OBJ_ln2nid()tb2023-12-151-17/+17
* Coverity rightly points out that an unsigned int is always >= 0tb2023-12-151-4/+4
* OBJ_create: sorry Omar, aobj is a better name than optb2023-12-141-5/+5
* OBJ_create: use a nid variable to avoid nested function calltb2023-12-141-3/+4
* OBJ_create: malloc() -> calloc()tb2023-12-141-2/+2
* OBJ_create: test and assign as usualtb2023-12-141-7/+7
* OBJ_create: initialize buf and turn function into single exittb2023-12-141-4/+5
* OBJ_create: rename ok to ret and make it last declarationtb2023-12-141-4/+4
* OBJ_create(): rename i to lentb2023-12-141-8/+8
* OBJ_create(): remove pointless parenthesestb2023-12-141-4/+4
* OBJ_create(): remove useless casttb2023-12-141-2/+2
* OPENSSL_assert() that the passed nid is within rangetb2023-12-141-1/+7
* Bump OPENSSL_showfatal() from LOG_INFO to LOG_CONStb2023-12-141-2/+2
* Move the txt to obj/nid conversions a bit down.tb2023-12-141-42/+42
* Dedup OBJ_nid2{obj,sn,ln}()tb2023-12-141-49/+9
* Simplify OBJ_nid2obj()tb2023-12-141-23/+26
* Simplify OBJ_nid2sn()tb2023-12-141-23/+26
* Simplify OBJ_nid2ln()tb2023-12-141-23/+26
* Fix sk_deep_copy() implementationtb2023-12-141-32/+22
* Simplify OBJ_ln2nid()tb2023-12-131-42/+32
* Simplify OBJ_sn2nid()tb2023-12-131-41/+30
* Simplify OBJ_obj2nid()tb2023-12-131-39/+28
* rfc3779: remove redundant const.tb2023-12-131-5/+5
* tlsexttest: \178 isn't a valid octal escape sequencetb2023-12-131-2/+2
* constraints: \178 isn't a valid octal escape sequencetb2023-12-131-2/+2
* x509_asn1: avoid lookup table that makes some compilers whinetb2023-12-131-59/+37
* evp_test: zap extra empty linetb2023-12-101-2/+1
* Add regress coverage for OBJ_NAME_do_all*()tb2023-12-081-2/+99
* last .Nm should not have a commajsg2023-12-051-3/+3
* zap trailing whitespacetb2023-12-041-2/+2
* Save backtraces to show in leak dump. Depth of backtrace set byotto2023-12-042-87/+184
* Remove misuse warnings for EVP_*Final()tb2023-12-031-12/+1
* Fix some NULL misspellingstb2023-12-021-10/+10
* Revert a hunk of r1.23 that makes no sensetb2023-12-021-8/+2