summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/regex/debug.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-27EC_KEY_{get,insert}_key_method_data() are no longer availabletb1-41/+2
2023-04-27One more reciprocal thing hid in here (yay for consistent naming)tb1-2/+1
2023-04-27Remove stale references to BN reciprocal stufftb2-8/+5
2023-04-27Remove documentation of reciprocal BN which is now internal onlytb2-276/+1
2023-04-27Remove documentation of GF2m point stufftb1-47/+7
2023-04-27EC_GROUP_new() Strip out complications due to binary curves.tb1-79/+11
2023-04-27Remove stale reference to BN_GF2m_add()tb1-2/+1
2023-04-27Remove BN_GF2m_add.3tb2-516/+1
2023-04-27Remove mention of EC_GFp_nist_method and add back a .Pp that wastb1-6/+2
accidentally dropped
2023-04-27Remove braces around single lines statements using knfmt -stb1-84/+49
Pointed out by anton
2023-04-27Rework simple allocation and free functions in x509_policy.ctb1-32/+36
Use calloc() instead of malloc/memset and make free functions look the same as elsewhere in the tree. ok beck jsing
2023-04-27Remove dangling references to BN_get0_nist_prime_521(3)tb2-9/+6
2023-04-27Move EC_POINT_{get,set}_Jprojective_coordinates to ec_local.htb2-10/+12
2023-04-27Nuke doxygen noisetb1-421/+37
2023-04-27Remove documentation of no longer supported EC methodstb1-46/+5
2023-04-27Remove NIST prime documentationtb2-202/+0
2023-04-27Stop installing NIST prime documentationtb1-3/+1
2023-04-27Remove a useless doxygen commenttb1-5/+1
2023-04-26Make x509_policy.c compile with gcc 4.tb1-17/+26
ok beck
2023-04-26Add test for invalidation of DER cache for X509_CRL_* setter functionsjob1-15/+171
The program won't exit with a non-zero exit code if X509_CRL_set_* tests fail, as the relevant bits haven't been committed to libcrypto yet.
2023-04-26Allow compiling with -DHAS_DAG to enable the policy check with a DAG.tb1-1/+4
ok beck
2023-04-26Turn C++ comments into C comments and minor KNF fixupstb1-170/+264
2023-04-26Clean up X509 memory before exitjob1-1/+4
2023-04-26KNF according to knfmt(1)tb1-515/+600
2023-04-26Zap trailing whitespacetb1-3/+1
2023-04-26Add RCS tagtb1-0/+1
2023-04-26Take X509_POLICY_NODE_print() behind the barntb4-100/+3
This used to be public API but is now only used for debug code that has certainly never been used since it was released to the public. It drags that debug nonsense with it. ok beck
2023-04-26Add the new policy code to the build.beck1-1/+2
ok tb@ jsing@
2023-04-26Make the new policy code in x509_policy.c to be selectable at compile time.beck12-15/+106
The old policy codes remains the default, with the new policy code selectable by defining LIBRESSL_HAS_POLICY_DAG. ok tb@ jsing@
2023-04-26Add a shim to mimic the BoringSSL sk_delete_if function.beck1-0/+23
We add this locally as a function to avoid delving into the unholy macro madness of STACK_OF(3). ok tb@ jsing@
2023-04-26Add lookup name+function pointer table for improved diagnosticsjob1-4/+29
OK tb@
2023-04-26Adapt the sk_find calls from BoringSSL's api to ours.beck1-6/+5
ok tb@ jsing@
2023-04-26Add the STACK_OF declarations we require.beck1-2/+46
ok tb@ jsing@
2023-04-26Change OPENSSL_malloc|free|memset and friends to the normal versions.beck1-6/+6
ok tb@ jsing@
2023-04-26Fix error code goopbeck1-5/+8
ok tb@ jsing@
2023-04-26Use the correct headers to compile with libresslbeck1-5/+4