summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-11-29Clean up CMAC implementation a littletb1-34/+66
2023-11-29Convert ssl3_cipher_by_id() to bsearch()tb3-39/+19
2023-11-29Use a long for id in ssl3_get_cipher_by_id()tb2-4/+4
2023-11-28Switch to legacy method late in tls13_use_legacy_stack()tb1-3/+7
2023-11-28correct spelling of FALLTHROUGHjsg1-2/+2
2023-11-27EVP test: fix includestb1-3/+3
2023-11-27EVP test: add regress coverage for the do_all() APItb1-1/+132
2023-11-27Regen cert.pemtb1-224/+400
2023-11-27Remove some trailing whitespacetb1-211/+211
2023-11-27Remove silly parenthesestb1-3/+3
2023-11-27Move the callers X509_STORE_CTX_purpose_inherit() down a bittb1-15/+15
2023-11-25Move ssl_cipher_id_cmp() next to its only callertb2-15/+14
2023-11-22typo: mutiple -> multipleop1-2/+2
2023-11-22Unhook and remove the now even more useless ssl_algs.c than it was before.tb2-68/+1
2023-11-22Make SSL_library_init() a wrapper of OPENSSL_init_ssl()tb2-61/+9
2023-11-22Stop calling SSL_library_init() from OPENSSL_init_ssl_internal()tb1-2/+1
2023-11-22Move SSL_library_init() next to OPENSSL_init_ssl()tb1-3/+2
2023-11-21ec_print.c: Unwrap a linetb1-3/+2
2023-11-21Inline a better version of print_bin() in only callertb1-42/+27
2023-11-21Make a few purpose things consttb4-11/+11
2023-11-21Fix a <= 5-byte buffer overwrite in print_bin()tb1-2/+3
2023-11-20Still need engine.h for ENGINE_free()tb1-1/+2
2023-11-19Mark up an occurrence of ENGINEtb1-2/+3
2023-11-19ENGINE can no longer have ex_data attached to ittb1-3/+3
2023-11-19Remove musings how ENGINE may or may not screw everything up.tb1-23/+2