summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* last .Nm should not have a commajsg2023-12-051-3/+3
* 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
* correct spelling of FALLTHROUGHjsg2023-11-281-2/+2
* Regen cert.pemtb2023-11-271-224/+400
* Remove some trailing whitespacetb2023-11-271-211/+211
* Remove silly parenthesestb2023-11-271-3/+3
* Move the callers X509_STORE_CTX_purpose_inherit() down a bittb2023-11-271-15/+15
* ec_print.c: Unwrap a linetb2023-11-211-3/+2
* Inline a better version of print_bin() in only callertb2023-11-211-42/+27
* Fix a <= 5-byte buffer overwrite in print_bin()tb2023-11-211-2/+3
* Mark up an occurrence of ENGINEtb2023-11-191-2/+3
* ENGINE can no longer have ex_data attached to ittb2023-11-191-3/+3
* Remove musings how ENGINE may or may not screw everything up.tb2023-11-191-23/+2
* Remove ENGINE mention in RSA_new()tb2023-11-191-14/+6
* OPENSSL_config() no longer calls ENGINE_load_builtin_engines()tb2023-11-191-5/+4
* ENGINE_add_conf_module() no longer existstb2023-11-191-8/+2
* Remove ENGINE Xr that I left behindtb2023-11-191-2/+1
* zap stray commatb2023-11-191-2/+2
* Rename an ENGINE from e to engine for consistencytb2023-11-191-2/+2
* Unifdef OPENSSL_NO_ENGINE in libcryptotb2023-11-1921-431/+21
* Unifdef OPENSSL_NO_ENGINE in pmeth_lib.ctb2023-11-191-41/+3
* Unifdef OPENSSL_NO_ENGINE in engine.htb2023-11-191-566/+8
* Also mention ENGINE_{cleanup,{ctrl_cmd{,_string}()tb2023-11-191-3/+29
* Missing periodtb2023-11-191-2/+2
* fix grammartb2023-11-191-2/+2
* Remove remaining ENGINE manualstb2023-11-1911-1988/+1