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
/
x509
Age
Commit message (
Expand
)
Author
2023-04-30
Send x509_subject_cmp() to the attic
Theo Buehler
2023-04-30
Zap extra blank line
Theo Buehler
2023-04-28
Enable policy checking by default now that we are DAG implementation based.
Bob Beck
2023-04-28
Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the Makefile
Theo Buehler
2023-04-28
Take the old policy code behind the barn
Theo Buehler
2023-04-28
Silence gcc-4 warnings about sk_sort()
Theo Buehler
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
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
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-26
Make x509_policy.c compile with gcc 4.
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
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
2023-04-26
Import policy.c from BoringSSL as x509_policy.c
Bob Beck
2023-04-25
Remove proxy cert remnants
Theo Buehler
2023-04-25
Remove NETSCAPE_CERT_SEQUENCE
Theo Buehler
2023-04-25
Move the policy STACK_OF stuff to pcy_int.h as well
Theo Buehler
2023-04-25
Remove SXNET
Theo Buehler
2023-04-25
Use X509_STORE_CTX_get1_{certs,crls}() instead of an alias
Theo Buehler
2023-04-25
X509_STORE_get1_{certs,crls} become X509_STORE_CTX_*
Theo Buehler
2023-04-25
Move the policy tree code to internal-only
Theo Buehler
2023-04-25
Use proper fix for the recent x400Address issue
Theo Buehler
2023-04-25
Remove v3_sxnet from the standard extensions
Theo Buehler
2023-04-25
Invalidate the DER cache earlier on in X509 setter functions
Job Snijders
2023-04-25
Use X509_set_version() and X509_REQ_set_version() instead doing it by hand
Job Snijders
2023-04-24
Future users of libcrypto will also have to do without strong extranet
Theo Buehler
2023-04-24
Mark NETSCAPE_CERT_SEQUENCE for removal
Theo Buehler
2023-04-24
Sort X.509 error reasons, use next available error value, and align
Job Snijders
2023-04-23
Replace X509v3_get_ext_count() with X509_get_ext_count()
Job Snijders
2023-04-23
In the case of V1 certs, the extension count should be exactly 0
Job Snijders
2023-04-23
If extensions are encountered on a X.509 V1 cert, mark as invalid
Job Snijders
2023-04-23
Add compliance checks for the X.509 version field
Job Snijders
2023-04-23
Drop some extra parentheses
Theo Buehler
[next]