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-18
Move some includes out of OPENSSL_NO_DEPRECATED
Theo Buehler
2023-04-17
Add missing const qualifiers to the v3_* externs
Theo Buehler
2023-04-16
Garbage collect the now unused obfuscating macro string_stack_free()
Theo Buehler
2023-04-16
Inline the three uses of string_stack_free()
Theo Buehler
2023-04-16
Remove the now unused vpm_int.h
Theo Buehler
2023-04-16
x509_vfy.c and x509_vpm.c don't need vpm_int.h anymore
Theo Buehler
2023-04-16
Move X509_VERIFY_PARAM_st from vpm_int.h to x509_local.h
Theo Buehler
2023-04-16
Shuffle ext_cmp() and ext_list_free() up a bit
Theo Buehler
2023-04-16
Remove unnecessary prototypes in the middle of the code
Theo Buehler
2023-04-16
Use more usual version of inlined nitems(). No binary change.
Theo Buehler
2023-04-16
Fix comment formatting and grammar, drop usless and outdated comment
Theo Buehler
2023-04-16
Remove now empty/unused ext_dat.h
Theo Buehler
2023-04-16
Merge ext_dat.h back into x509_lib.c
Theo Buehler
2023-04-16
Prepare addition of X509_STORE_CTX_get1_{certs,crls}(3)
Theo Buehler
2023-04-16
Mark remaining policy tree public API for removal
Theo Buehler
2023-04-16
Mark proxy policy API for removal in upcoming bump
Theo Buehler
2023-04-16
Remove the now unused ex_pcpathlen from the X509 struct
Theo Buehler
2023-04-16
More ProxyCertInfo tentacles go to the attic
Theo Buehler
2023-04-16
Remove some dead code from the new verifier
Theo Buehler
2023-04-16
Drop support for the ProxyCertInfo extension
Theo Buehler
2023-04-16
Make pcy_int.h pull in x509_local.h it will need it soon
Theo Buehler
2023-04-10
Fix indentation of structs and unions in x509v3.h
Theo Buehler
2023-04-10
Make bn_to_string() static
Theo Buehler
2023-03-10
Expose various X509_STORE_*check_issued()
Theo Buehler
2023-03-10
Expose X509_CRL_get0_sigalg() and X509_get0_uids
Theo Buehler
2023-02-23
Introduce X509_get0_uids() accessor function
Job Snijders
2023-02-16
zap stray empty line
Theo Buehler
2023-02-16
libressl *_namespace.h: adjust *_ALIAS() to require a semicolon
Theo Buehler
2023-02-07
Fix arbitrary memory read in GENERAL_NAME_cmp()
Theo Buehler
2023-01-28
Stop relying on x509_verify.h being public
Theo Buehler
2023-01-20
Refactor x509v3_cache_extensions
Job Snijders
2023-01-17
Don't do policy checking unless we were asked to do so.
Bob Beck
2022-12-26
Prepare to provide X509_CRL_get0_sigalg()
Theo Buehler
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-01
Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unused
Theo Buehler
2022-12-01
Retire X509_V_FLAG_CB_ISSUER_CHECK
Theo Buehler
2022-12-01
Getters and setters for the check_issued() callback
Theo Buehler
2022-11-29
Remove a few doubled spaces and wrap an overlong line
Theo Buehler
2022-11-29
Sort a few outliers by increasing error number to match x509_vfy.h
Theo Buehler
2022-11-29
Fix includes
Theo Buehler
2022-11-29
Add missing X509_V_ERR_UNSPECIFIED case
Theo Buehler
2022-11-29
Fix some KNF issues
Theo Buehler
2022-11-29
Make X509_verify_cert_error_string() thread safe
Theo Buehler
2022-11-28
Fix NULL dereference in x509_constraints_uri_host()
Theo Buehler
2022-11-26
Make header guards of internal headers consistent
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-17
Revert "Check certificate extensions in trusted certificates"
Bob Beck
2022-11-14
Hide public symbols in libcrypto/x509 .c files
Bob Beck
2022-11-13
Fix comment style
Theo Buehler
2022-11-13
Check certificate extensions in trusted certificates.
Bob Beck
[next]