summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove preservation and use of cached DER/BER encodings in the d2i/i2d pathsjob2023-04-282-17/+4
* Mark the obsolete PROXY_PARAM and SOCKS BIO_ctrl(3) command constantsschwarze2023-04-281-0/+2
* Enable policy checking by default now that we are DAG implementation based.beck2023-04-285-13/+23
* Mark a number of BIO_ctrl(3) command constants as intentionallyschwarze2023-04-285-15/+23
* kill the .Xr to BN_nist_mod_521(3) which no longer existsschwarze2023-04-281-3/+2
* Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the Makefiletb2023-04-285-98/+5
* Add BIO_C_SET_MD_CTX to the list of command constants.schwarze2023-04-281-2/+3
* Take the old policy code behind the barntb2023-04-288-1907/+1
* Document BIO_set_md_ctx(3) and BIO_C_SET_MD_CTX.schwarze2023-04-281-10/+84
* The policy test is no longer expected to failtb2023-04-281-2/+1
* Enable the new policy checking code in x509_policy.ctb2023-04-281-4/+2
* Silence gcc-4 warnings about sk_sort()tb2023-04-281-5/+6
* Remove misinformation, reason had nothing to do with efficiencyjob2023-04-282-17/+4
* Remove now no longer needed <assert.h>; sort headerstb2023-04-281-4/+2
* Deassert has_explicit_policy()tb2023-04-281-3/+4
* Deassert delete_if() callbackstb2023-04-281-5/+7
* Deassert x509_policy_level_find()tb2023-04-281-18/+27
* Deassert X509_policy_check()tb2023-04-281-2/+3
* Deassert x509_policy_level_add_nodes()tb2023-04-281-10/+1
* Deassert x509_policy_new()tb2023-04-281-3/+4
* Rearrange freeing of memory in the regress testjob2023-04-281-13/+9
* Reorder the text such that every function is discussed only onceschwarze2023-04-281-46/+41
* make the policy test compile on sparc64tb2023-04-281-5/+6
* Add X509_REQ_add_extensions and to X509_REQ_add1_attr to DER cache testjob2023-04-281-1/+139
* Cleanup pass over x509_check_policy.ctb2023-04-281-73/+72
* Hook up the the x509 policy regression tests to x509 regress.beck2023-04-282-3/+4
* Fix copyright, convert boringssl comments to C stylebeck2023-04-281-30/+51
* KNFbeck2023-04-281-17/+15
* remove unused code.beck2023-04-281-82/+7
* remove debugging printfbeck2023-04-281-2/+1
* This test should not have V_EXPLICIT_POLICY set. with thisbeck2023-04-281-3/+1
* Add the rest of the boringssl policy unit tests.beck2023-04-281-4/+223
* Convert size_t's used in conjuction with sk_X509_num back to int.beck2023-04-271-12/+12
* Also list the command constants not associated with any macros,schwarze2023-04-271-3/+29
* correct test cases to add expected errors.beck2023-04-271-2/+30
* Start of an x509 policy regress test. test cases from BoringSSL.beck2023-04-2729-0/+801
* tlsexttest: check additional logic in tlsext randomizationtb2023-04-271-1/+103
* ssl_tlsext.c: Add an accessor for the tls extension type.tb2023-04-271-1/+7
* Somehow I managed not to bump LIBRESSL_VERSION_NUMBERtb2023-04-271-2/+2
* EC_KEY_{get,insert}_key_method_data() are no longer availabletb2023-04-271-41/+2
* One more reciprocal thing hid in here (yay for consistent naming)tb2023-04-271-2/+1
* Remove stale references to BN reciprocal stufftb2023-04-272-8/+5
* Remove documentation of reciprocal BN which is now internal onlytb2023-04-272-276/+1
* Remove documentation of GF2m point stufftb2023-04-271-47/+7
* EC_GROUP_new() Strip out complications due to binary curves.tb2023-04-271-79/+11
* Remove stale reference to BN_GF2m_add()tb2023-04-271-2/+1
* Remove BN_GF2m_add.3tb2023-04-272-516/+1
* Remove mention of EC_GFp_nist_method and add back a .Pp that wastb2023-04-271-6/+2
* Remove braces around single lines statements using knfmt -stb2023-04-271-84/+49
* Rework simple allocation and free functions in x509_policy.ctb2023-04-271-32/+36