summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-28Hook up the the x509 policy regression tests to x509 regress.beck2-3/+4
2023-04-28Fix copyright, convert boringssl comments to C stylebeck1-30/+51
2023-04-28KNFbeck1-17/+15
2023-04-28remove unused code.beck1-82/+7
2023-04-28remove debugging printfbeck1-2/+1
2023-04-28This test should not have V_EXPLICIT_POLICY set. with thisbeck1-3/+1
2023-04-28Add the rest of the boringssl policy unit tests.beck1-4/+223
2023-04-27Convert size_t's used in conjuction with sk_X509_num back to int.beck1-12/+12
2023-04-27Also list the command constants not associated with any macros,schwarze1-3/+29
2023-04-27correct test cases to add expected errors.beck1-2/+30
2023-04-27Start of an x509 policy regress test. test cases from BoringSSL.beck29-0/+801
2023-04-27tlsexttest: check additional logic in tlsext randomizationtb1-1/+103
2023-04-27ssl_tlsext.c: Add an accessor for the tls extension type.tb1-1/+7
2023-04-27Somehow I managed not to bump LIBRESSL_VERSION_NUMBERtb1-2/+2
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
2023-04-27Remove braces around single lines statements using knfmt -stb1-84/+49
2023-04-27Rework simple allocation and free functions in x509_policy.ctb1-32/+36
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
2023-04-26Add test for invalidation of DER cache for X509_CRL_* setter functionsjob1-15/+171
2023-04-26Allow compiling with -DHAS_DAG to enable the policy check with a DAG.tb1-1/+4
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
2023-04-26Add the new policy code to the build.beck1-1/+2
2023-04-26Make the new policy code in x509_policy.c to be selectable at compile time.beck12-15/+106
2023-04-26Add a shim to mimic the BoringSSL sk_delete_if function.beck1-0/+23
2023-04-26Add lookup name+function pointer table for improved diagnosticsjob1-4/+29
2023-04-26Adapt the sk_find calls from BoringSSL's api to ours.beck1-6/+5
2023-04-26Add the STACK_OF declarations we require.beck1-2/+46
2023-04-26Change OPENSSL_malloc|free|memset and friends to the normal versions.beck1-6/+6
2023-04-26Fix error code goopbeck1-5/+8
2023-04-26Use the correct headers to compile with libresslbeck1-5/+4