summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_policy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* typo: slighty -> slightlytb2025-01-061-2/+2
* x509_policy.c: point at RFC 9618tb2024-11-141-3/+3
* Remove sk_find_ex()tb2024-03-021-3/+1
* Make LHASH_OF() and STACK_OF() use opaque structstb2024-03-021-1/+2
* Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the Makefiletb2023-04-281-5/+1
* Silence gcc-4 warnings about sk_sort()tb2023-04-281-5/+6
* 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
* Cleanup pass over x509_check_policy.ctb2023-04-281-73/+72
* Convert size_t's used in conjuction with sk_X509_num back to int.beck2023-04-271-12/+12
* 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
* Make x509_policy.c compile with gcc 4.tb2023-04-261-17/+26
* Turn C++ comments into C comments and minor KNF fixupstb2023-04-261-170/+264
* KNF according to knfmt(1)tb2023-04-261-515/+600
* Add RCS tagtb2023-04-261-0/+1
* Make the new policy code in x509_policy.c to be selectable at compile time.beck2023-04-261-0/+4
* Add a shim to mimic the BoringSSL sk_delete_if function.beck2023-04-261-0/+23
* Adapt the sk_find calls from BoringSSL's api to ours.beck2023-04-261-6/+5
* Add the STACK_OF declarations we require.beck2023-04-261-2/+46
* Change OPENSSL_malloc|free|memset and friends to the normal versions.beck2023-04-261-6/+6
* Fix error code goopbeck2023-04-261-5/+8
* Use the correct headers to compile with libresslbeck2023-04-261-5/+4
* Import policy.c from BoringSSL as x509_policy.cbeck2023-04-261-0/+790