summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/system.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-01Remove ASN1_item_ndef_i2d(3) documentationtb2-35/+5
2023-05-01First pass of removing low-level ASN.1 streaming docstb14-343/+26
2023-05-01spellingjsg1-3/+3
2023-04-30x509_asn1: make this test pass again after reinstating DER preservationtb1-5/+5
2023-04-30check_complete.pl: update for recent changes in bntb1-4/+3
2023-04-30mandoc -Tlint tells me I forgot to zap a commatb1-2/+2
2023-04-30Remove most documentation pertaining to proxy certificates.tb6-205/+10
2023-04-30Remove proxy cert api remmnantstb1-9/+1
2023-04-30Remove documentation of BN_generate_prime(), BN_is_prime{,_fasttest}()tb1-85/+4
2023-04-30Remove documentation of BN_zero_ex() and update BN_one() and BN_zero()tb1-22/+3
2023-04-30Garbage collect BN_zero_ex()tb1-7/+1
2023-04-30Remove __dead again. Apparently this causes issues for some upstreams.tb1-2/+2
2023-04-30Revert disablement of the encoding cachejob2-4/+17
2023-04-30Send x509_subject_cmp() to the attictb1-9/+1
2023-04-30The policy tree is no moretb9-527/+11
2023-04-30Zap extra blank linetb1-2/+1
2023-04-30Make the descriptions of BIO_get_retry_BIO(3) and BIO_get_retry_reason(3)schwarze1-11/+60
2023-04-30Slightly improve the documentation of the "oper" parameter byschwarze1-3/+10
2023-04-30Document the eight BIO_CONN_S_* constants that are passed to BIO_info_cb(3)schwarze1-2/+36
2023-04-30Mark the five BIO_GHBN_* constants as intentionally undocumented.schwarze1-2/+7
2023-04-30whitespacetb1-2/+2
2023-04-30Sort alphabeticallytb1-2/+2
2023-04-30Remove unnecessary targettb1-4/+1
2023-04-30policy test: simplify Makefiletb1-9/+2
2023-04-29Mention a few standard BIO_ctrl(3) command constantsschwarze3-13/+30
2023-04-29Mention a few standard BIO_ctrl(3) command constantsschwarze1-2/+7
2023-04-29Mention the type-specific BIO_ctrl(3) command constantsschwarze2-8/+34
2023-04-29Mention the type-specific BIO_ctrl(3) command constantsschwarze2-16/+40
2023-04-28Mark OpenSSLDie() as __deadtb1-2/+2
2023-04-28Free all libcrypto global state memory before returningjob1-1/+3
2023-04-28Return a non-zero error exit code on any DER cache discrepanciesjob1-3/+3
2023-04-28Fix leaks reported by ASANtb1-5/+1
2023-04-28Too many stupid things whine about these being used uninitializedtb1-2/+2
2023-04-28Remove preservation and use of cached DER/BER encodings in the d2i/i2d pathsjob2-17/+4
2023-04-28Mark the obsolete PROXY_PARAM and SOCKS BIO_ctrl(3) command constantsschwarze1-0/+2
2023-04-28Enable policy checking by default now that we are DAG implementation based.beck5-13/+23
2023-04-28Mark a number of BIO_ctrl(3) command constants as intentionallyschwarze5-15/+23
2023-04-28kill the .Xr to BN_nist_mod_521(3) which no longer existsschwarze1-3/+2
2023-04-28Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the Makefiletb5-98/+5
2023-04-28Add BIO_C_SET_MD_CTX to the list of command constants.schwarze1-2/+3
2023-04-28Take the old policy code behind the barntb8-1907/+1
2023-04-28Document BIO_set_md_ctx(3) and BIO_C_SET_MD_CTX.schwarze1-10/+84
2023-04-28The policy test is no longer expected to failtb1-2/+1
2023-04-28Enable the new policy checking code in x509_policy.ctb1-4/+2
2023-04-28Silence gcc-4 warnings about sk_sort()tb1-5/+6
2023-04-28Remove misinformation, reason had nothing to do with efficiencyjob2-17/+4
2023-04-28Remove now no longer needed <assert.h>; sort headerstb1-4/+2
2023-04-28Deassert has_explicit_policy()tb1-3/+4
2023-04-28Deassert delete_if() callbackstb1-5/+7
2023-04-28Deassert x509_policy_level_find()tb1-18/+27