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
Age
Commit message (
Expand
)
Author
2023-04-28
Too many stupid things whine about these being used uninitialized
Theo Buehler
2023-04-28
Remove preservation and use of cached DER/BER encodings in the d2i/i2d paths
Job Snijders
2023-04-28
Some wording tweaks to finish the polishing.
Ingo Schwarze
2023-04-28
Enable policy checking by default now that we are DAG implementation based.
Bob Beck
2023-04-28
Mark a number of BIO_ctrl(3) command constants as intentionally
Ingo Schwarze
2023-04-28
kill the .Xr to BN_nist_mod_521(3) which no longer exists
Ingo Schwarze
2023-04-28
Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the Makefile
Theo Buehler
2023-04-28
Add BIO_C_SET_MD_CTX to the list of command constants.
Ingo Schwarze
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
tiny wording tweak from Ted Bullock to make misunderstandings less likely;
Ingo Schwarze
2023-04-27
Convert size_t's used in conjuction with sk_X509_num back to int.
Bob Beck
2023-04-27
various markup tweaks, no content change; OK jmc@
Ingo Schwarze
2023-04-27
various minor content corrections and improvements;
Ingo Schwarze
2023-04-27
Also list the command constants not associated with any macros,
Ingo Schwarze
2023-04-27
ssl_tlsext.c: Add an accessor for the tls extension type.
Theo Buehler
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
[next]