summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Some cleanup:schwarze2023-12-011-71/+33
* EVP_EncryptInit(3) is among the most important "how to drive" manuals,schwarze2023-12-014-65/+165
* Unify various EVP_*{Update,Final}*() wrapperstb2023-12-011-18/+10
* Clean up and de-spaghettize by_file_callbackbeck2023-11-301-21/+15
* Ignore ENGINE at the API boundarytb2023-11-2919-84/+61
* Clean up CMAC implementation a littletb2023-11-291-34/+66
* Convert ssl3_cipher_by_id() to bsearch()tb2023-11-293-39/+19
* Use a long for id in ssl3_get_cipher_by_id()tb2023-11-292-4/+4
* Switch to legacy method late in tls13_use_legacy_stack()tb2023-11-281-3/+7
* correct spelling of FALLTHROUGHjsg2023-11-281-2/+2
* EVP test: fix includestb2023-11-271-3/+3
* EVP test: add regress coverage for the do_all() APItb2023-11-271-1/+132
* Regen cert.pemtb2023-11-271-224/+400
* Remove some trailing whitespacetb2023-11-271-211/+211
* Remove silly parenthesestb2023-11-271-3/+3