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
11 days
x509_policy.c: point at RFC 9618
Theo Buehler
2024-11-05
Move cryptlib.h to crypto_local.h
Theo Buehler
2024-11-01
Drop some pointless parentheses
Theo Buehler
2024-11-01
Only include cryptlib.h where it's needed
Theo Buehler
2024-08-31
Rewrite X509V3_add_value() to a single exit idiom
Theo Buehler
2024-08-31
Expose X509_get_signature_info
Theo Buehler
2024-08-31
Make X509at_* API internal
Theo Buehler
2024-08-31
Remove EVP_PKEY.*attr* API
Theo Buehler
2024-08-31
Move BIT_STRING_BITNAME tables to const
Theo Buehler
2024-08-31
const correct X509_LOOKUP_METHOD
Theo Buehler
2024-08-31
Remove X509_REQ_{set,get}_extension_nids()
Theo Buehler
2024-08-31
Make X509_VAL opaque
Theo Buehler
2024-08-31
Remove X509_check_trust() and some related defines
Theo Buehler
2024-08-31
The X509V3_CONF_METHOD goes away
Theo Buehler
2024-08-31
Remove X509V3_get_string/X509V3_string_free
Theo Buehler
2024-08-31
Make some more x509 conf stuff internal
Theo Buehler
2024-08-31
Retire X509V3_set_conf_lhash()
Theo Buehler
2024-08-31
Retire X509V3_EXT_{,CRL_,REQ_}add_conf()
Theo Buehler
2024-08-31
Unexport some conf layers unused outside of libcrypto
Theo Buehler
2024-08-31
Make CONF_METHOD opaque
Theo Buehler
2024-08-28
Get rid of last use of db_meth
Theo Buehler
2024-08-28
Remove a few obvious comments, unwrap a few lines and annotate some
Theo Buehler
2024-08-28
Turn X509V3_set_conf_lhash() into a noop
Theo Buehler
2024-08-28
Disable X509V3_EXT{,_CRL,_REQ}_add_conf()
Theo Buehler
2024-08-28
Annotate X509V3_CONF_CTX and its only instance for removal
Theo Buehler
2024-08-28
Make use of X509_get_signature_info() in check_sig_level()
Theo Buehler
2024-08-28
Implement X509_get_signature_info()
Theo Buehler
2024-08-04
x509_vfy.c: drop some unnecessary parentheses
Theo Buehler
2024-07-26
Disable X509at_get_attr{,_count}() and X509at_delete_attr()
Theo Buehler
2024-07-26
Inline last user of X509at_get_attr()
Theo Buehler
2024-07-26
Inline trivial X509at_* calls in x509_req
Theo Buehler
2024-07-13
Unify X.509v3 extension methods
Theo Buehler
2024-07-12
Fix the horrible and undocumented behaviour of X509_check_trust
Bob Beck
2024-07-12
Clean up in X509_check_trust.
Bob Beck
2024-07-12
Drop the unused evp include
Theo Buehler
2024-07-12
Rename the sk in this file to exts
Theo Buehler
2024-07-12
Avoid using ret for an X509_EXTENSION
Theo Buehler
2024-07-12
Tweak variable names in X509v3_add_ext()
Theo Buehler
2024-07-12
Rename crit to critical in this file
Theo Buehler
2024-07-12
Simplify X509_EXTENSION_get_critical()
Theo Buehler
2024-07-12
Lose a few extra lines in X509_EXTENSION_set_object()
Theo Buehler
2024-07-12
Streamline X509_EXTENSION_create_by_OBJ()
Theo Buehler
2024-07-12
Clean up X509_EXTENSION_create_by_NID()
Theo Buehler
2024-07-12
Rewrite X509v3_add_ext()
Theo Buehler
2024-07-12
Simplify X509v3_get_ext() and X509v3_delete_ext()
Theo Buehler
2024-07-12
Align X509v3_get_ext_by_critical() with X509v3_get_ext_by_OBJ()
Theo Buehler
2024-07-12
Clean up X509v3_get_ext_by_OBJ()
Theo Buehler
2024-07-08
Hide global _it variables in x509v3.h
Bob Beck
2024-07-08
Pretend to clarify the way ipv6_asc() works
Jeremie Courreges-Anglas
2024-06-24
libcrypto: constify most error string tables
Theo Buehler
[next]