index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
Age
Commit message (
Expand
)
Author
2023-04-28
Take the old policy code behind the barn
Theo Buehler
2023-04-28
Document BIO_set_md_ctx(3) and BIO_C_SET_MD_CTX.
Ingo Schwarze
2023-04-28
Enable the new policy checking code in x509_policy.c
Theo Buehler
2023-04-28
Silence gcc-4 warnings about sk_sort()
Theo Buehler
2023-04-28
Remove misinformation, reason had nothing to do with efficiency
Job Snijders
2023-04-28
Remove now no longer needed <assert.h>; sort headers
Theo Buehler
2023-04-28
Deassert has_explicit_policy()
Theo Buehler
2023-04-28
Deassert delete_if() callbacks
Theo Buehler
2023-04-28
Deassert x509_policy_level_find()
Theo Buehler
2023-04-28
Deassert X509_policy_check()
Theo Buehler
2023-04-28
Deassert x509_policy_level_add_nodes()
Theo Buehler
2023-04-28
Deassert x509_policy_new()
Theo Buehler
2023-04-28
Reorder the text such that every function is discussed only once
Ingo Schwarze
2023-04-28
Cleanup pass over x509_check_policy.c
Theo Buehler
2023-04-27
Convert size_t's used in conjuction with sk_X509_num back to int.
Bob Beck
2023-04-27
Also list the command constants not associated with any macros,
Ingo Schwarze
2023-04-27
Somehow I managed not to bump LIBRESSL_VERSION_NUMBER
Theo Buehler
2023-04-27
EC_KEY_{get,insert}_key_method_data() are no longer available
Theo Buehler
2023-04-27
One more reciprocal thing hid in here (yay for consistent naming)
Theo Buehler
2023-04-27
Remove stale references to BN reciprocal stuff
Theo Buehler
2023-04-27
Remove documentation of reciprocal BN which is now internal only
Theo Buehler
2023-04-27
Remove documentation of GF2m point stuff
Theo Buehler
2023-04-27
EC_GROUP_new() Strip out complications due to binary curves.
Theo Buehler
2023-04-27
Remove stale reference to BN_GF2m_add()
Theo Buehler
2023-04-27
Remove BN_GF2m_add.3
Theo Buehler
2023-04-27
Remove mention of EC_GFp_nist_method and add back a .Pp that was
Theo Buehler
2023-04-27
Remove braces around single lines statements using knfmt -s
Theo Buehler
2023-04-27
Rework simple allocation and free functions in x509_policy.c
Theo Buehler
2023-04-27
Remove dangling references to BN_get0_nist_prime_521(3)
Theo Buehler
2023-04-27
Move EC_POINT_{get,set}_Jprojective_coordinates to ec_local.h
Theo Buehler
2023-04-27
Nuke doxygen noise
Theo Buehler
2023-04-27
Remove documentation of no longer supported EC methods
Theo Buehler
2023-04-27
Remove NIST prime documentation
Theo Buehler
2023-04-27
Stop installing NIST prime documentation
Theo Buehler
2023-04-27
Remove a useless doxygen comment
Theo Buehler
2023-04-26
Make x509_policy.c compile with gcc 4.
Theo Buehler
2023-04-26
Allow compiling with -DHAS_DAG to enable the policy check with a DAG.
Theo Buehler
2023-04-26
Turn C++ comments into C comments and minor KNF fixups
Theo Buehler
2023-04-26
KNF according to knfmt(1)
Theo Buehler
2023-04-26
Zap trailing whitespace
Theo Buehler
2023-04-26
Add RCS tag
Theo Buehler
2023-04-26
Take X509_POLICY_NODE_print() behind the barn
Theo Buehler
2023-04-26
Add the new policy code to the build.
Bob Beck
2023-04-26
Make the new policy code in x509_policy.c to be selectable at compile time.
Bob Beck
2023-04-26
Add a shim to mimic the BoringSSL sk_delete_if function.
Bob Beck
2023-04-26
Adapt the sk_find calls from BoringSSL's api to ours.
Bob Beck
2023-04-26
Add the STACK_OF declarations we require.
Bob Beck
2023-04-26
Change OPENSSL_malloc|free|memset and friends to the normal versions.
Bob Beck
2023-04-26
Fix error code goop
Bob Beck
2023-04-26
Use the correct headers to compile with libressl
Bob Beck
[next]