| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | The policy tree is no more | tb | 2023-04-30 | 9 | -527/+11 |
* | Zap extra blank line | tb | 2023-04-30 | 1 | -2/+1 |
* | Make the descriptions of BIO_get_retry_BIO(3) and BIO_get_retry_reason(3) | schwarze | 2023-04-30 | 1 | -11/+60 |
* | Slightly improve the documentation of the "oper" parameter by | schwarze | 2023-04-30 | 1 | -3/+10 |
* | Document the eight BIO_CONN_S_* constants that are passed to BIO_info_cb(3) | schwarze | 2023-04-30 | 1 | -2/+36 |
* | Mark the five BIO_GHBN_* constants as intentionally undocumented. | schwarze | 2023-04-30 | 1 | -2/+7 |
* | whitespace | tb | 2023-04-30 | 1 | -2/+2 |
* | Sort alphabetically | tb | 2023-04-30 | 1 | -2/+2 |
* | Remove unnecessary target | tb | 2023-04-30 | 1 | -4/+1 |
* | policy test: simplify Makefile | tb | 2023-04-30 | 1 | -9/+2 |
* | Mention a few standard BIO_ctrl(3) command constants | schwarze | 2023-04-29 | 3 | -13/+30 |
* | Mention a few standard BIO_ctrl(3) command constants | schwarze | 2023-04-29 | 1 | -2/+7 |
* | Mention the type-specific BIO_ctrl(3) command constants | schwarze | 2023-04-29 | 2 | -8/+34 |
* | Mention the type-specific BIO_ctrl(3) command constants | schwarze | 2023-04-29 | 2 | -16/+40 |
* | Mark OpenSSLDie() as __dead | tb | 2023-04-28 | 1 | -2/+2 |
* | Free all libcrypto global state memory before returning | job | 2023-04-28 | 1 | -1/+3 |
* | Return a non-zero error exit code on any DER cache discrepancies | job | 2023-04-28 | 1 | -3/+3 |
* | Fix leaks reported by ASAN | tb | 2023-04-28 | 1 | -5/+1 |
* | Too many stupid things whine about these being used uninitialized | tb | 2023-04-28 | 1 | -2/+2 |
* | Remove preservation and use of cached DER/BER encodings in the d2i/i2d paths | job | 2023-04-28 | 2 | -17/+4 |
* | Mark the obsolete PROXY_PARAM and SOCKS BIO_ctrl(3) command constants | schwarze | 2023-04-28 | 1 | -0/+2 |
* | Enable policy checking by default now that we are DAG implementation based. | beck | 2023-04-28 | 5 | -13/+23 |
* | Mark a number of BIO_ctrl(3) command constants as intentionally | schwarze | 2023-04-28 | 5 | -15/+23 |
* | kill the .Xr to BN_nist_mod_521(3) which no longer exists | schwarze | 2023-04-28 | 1 | -3/+2 |
* | Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the Makefile | tb | 2023-04-28 | 5 | -98/+5 |
* | Add BIO_C_SET_MD_CTX to the list of command constants. | schwarze | 2023-04-28 | 1 | -2/+3 |
* | Take the old policy code behind the barn | tb | 2023-04-28 | 8 | -1907/+1 |
* | Document BIO_set_md_ctx(3) and BIO_C_SET_MD_CTX. | schwarze | 2023-04-28 | 1 | -10/+84 |
* | The policy test is no longer expected to fail | tb | 2023-04-28 | 1 | -2/+1 |
* | Enable the new policy checking code in x509_policy.c | tb | 2023-04-28 | 1 | -4/+2 |
* | Silence gcc-4 warnings about sk_sort() | tb | 2023-04-28 | 1 | -5/+6 |
* | Remove misinformation, reason had nothing to do with efficiency | job | 2023-04-28 | 2 | -17/+4 |
* | Remove now no longer needed <assert.h>; sort headers | tb | 2023-04-28 | 1 | -4/+2 |
* | Deassert has_explicit_policy() | tb | 2023-04-28 | 1 | -3/+4 |
* | Deassert delete_if() callbacks | tb | 2023-04-28 | 1 | -5/+7 |
* | Deassert x509_policy_level_find() | tb | 2023-04-28 | 1 | -18/+27 |
* | Deassert X509_policy_check() | tb | 2023-04-28 | 1 | -2/+3 |
* | Deassert x509_policy_level_add_nodes() | tb | 2023-04-28 | 1 | -10/+1 |
* | Deassert x509_policy_new() | tb | 2023-04-28 | 1 | -3/+4 |
* | Rearrange freeing of memory in the regress test | job | 2023-04-28 | 1 | -13/+9 |
* | Reorder the text such that every function is discussed only once | schwarze | 2023-04-28 | 1 | -46/+41 |
* | make the policy test compile on sparc64 | tb | 2023-04-28 | 1 | -5/+6 |
* | Add X509_REQ_add_extensions and to X509_REQ_add1_attr to DER cache test | job | 2023-04-28 | 1 | -1/+139 |
* | Cleanup pass over x509_check_policy.c | tb | 2023-04-28 | 1 | -73/+72 |
* | Hook up the the x509 policy regression tests to x509 regress. | beck | 2023-04-28 | 2 | -3/+4 |
* | Fix copyright, convert boringssl comments to C style | beck | 2023-04-28 | 1 | -30/+51 |
* | KNF | beck | 2023-04-28 | 1 | -17/+15 |
* | remove unused code. | beck | 2023-04-28 | 1 | -82/+7 |
* | remove debugging printf | beck | 2023-04-28 | 1 | -2/+1 |
* | This test should not have V_EXPLICIT_POLICY set. with this | beck | 2023-04-28 | 1 | -3/+1 |