summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-19Remove ENGINE mention in RSA_new()tb1-14/+6
2023-11-19OPENSSL_config() no longer calls ENGINE_load_builtin_engines()tb1-5/+4
2023-11-19ENGINE_add_conf_module() no longer existstb1-8/+2
2023-11-19Remove ENGINE Xr that I left behindtb1-2/+1
2023-11-19zap stray commatb1-2/+2
2023-11-19Unifdef OPENSSL_NO_ENGINE in libssltb5-69/+5
2023-11-19Manually unifdef OPENSSL_NO_ENGINE in ssl_clnt.ctb1-17/+4
2023-11-19Rename an ENGINE from e to engine for consistencytb1-2/+2
2023-11-19Unifdef OPENSSL_NO_ENGINE in libcryptotb21-431/+21
2023-11-19Unifdef OPENSSL_NO_ENGINE in pmeth_lib.ctb1-41/+3
2023-11-19Unifdef OPENSSL_NO_ENGINE in engine.htb1-566/+8
2023-11-19Also mention ENGINE_{cleanup,{ctrl_cmd{,_string}()tb1-3/+29
2023-11-19Remove last OPENSSL_NO_ENGINE from libssl regresstb1-7/+1
2023-11-19Unifdef OPENSSL_NO_ENGINE in libcrypto regresstb8-68/+8
2023-11-19Missing periodtb1-2/+2
2023-11-19fix grammartb1-2/+2
2023-11-19Remove remaining ENGINE manualstb11-1988/+1
2023-11-19Strip mention of ENGINE out of *_set_method.3tb3-98/+26
2023-11-19Strip out mentions of ENGINE_load_builtin_engines()tb1-7/+4
2023-11-19ex data for ENGINEs is no longer a thingtb1-9/+2
2023-11-19Remove section explaining how great and flexible ENGINE is andtb1-28/+2
2023-11-19Remove obsolete engine configuration sectiontb1-106/+2
2023-11-19Document the remaining ENGINE stubs in a single manualtb1-146/+103
2023-11-19EVP_PKEY_encrypt() simplify exampletb1-6/+4
2023-11-19openssl pkcs12: rewrite without reaching into X509_ALGORtb1-7/+10
2023-11-19openssl ts: convert to X509_ALGOR_set0()tb1-5/+8
2023-11-18Check for negative EVP_CIPHER_CTX_iv_length() return in libssltb2-9/+13
2023-11-18Forgot to fix one unsigned int vs int confusiontb1-3/+3
2023-11-18Check for negative IV lengthtb5-27/+45
2023-11-16Mention which functions are implemented as macros in the few casesschwarze13-34/+76
2023-11-16drop some duplicate statements about macrosschwarze4-23/+10
2023-11-16fix wrong macroschwarze1-3/+3
2023-11-16delete lots of stuff that no longer existsschwarze1-300/+17
2023-11-16fix typo: exdata -> ex_dataschwarze1-4/+4
2023-11-16Minimal fix to unbreak OPENSSL_{gmtime,timegm}(3)tb1-15/+18
2023-11-15Drop some unnecessary parenthesestb1-19/+19
2023-11-15Shuffle getters and adders down a bittb1-34/+30
2023-11-13Make X509_certificate_type() less badtb1-24/+29
2023-11-13Garbage collect an incoherent export crypto checktb1-4/+1
2023-11-13Use a sensible variable name (i.e. nid) instead of i for a NIDtb1-5/+6
2023-11-13Use X509_get_signature_nid() instead of inlining ittb1-2/+2
2023-11-13X509_certificate_type() needs to know about RSA-PSStb1-1/+4
2023-11-13Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as publicbeck4-5/+68
2023-11-13Kill last user of ASN1_time_parse() in the treetb1-23/+3
2023-11-13Check notBefore/notAfter validity with ASN1_TIME_to_tm(3)tb1-5/+3
2023-11-13Replace ASN1_time_parse() with ASN1_TIME_to_tm()tb1-3/+4
2023-11-13Remove last caller of ASN1_time_parse(3) in libtlstb1-3/+4
2023-11-13Remove ASN1_time_parse() dependency in tls_conninfo.ctb1-3/+3
2023-11-13Eliminate the timegm(3) dependency in libcryptotb4-19/+36
2023-11-12split the Symbols.list up so that arch specific symbols do not end up everywhererobert4-2/+7