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
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
2024-06-24
x509_conf: rename the merr label into err
Theo Buehler
2024-06-19
x_all.c: remove a bunch of unnecessary parentheses
Theo Buehler
2024-06-18
v3_generic_extension() use ASN1_STRING_set0()
Theo Buehler
2024-06-18
v3_generic_extension() rename the X509_EXTENSION
Theo Buehler
2024-06-18
Rename 'ext' to 'name' in v3_generic_extension()
Theo Buehler
2024-06-18
Make local BIT_STRING_BITNAME variables const
Theo Buehler
2024-06-18
x509_conf: rename ext_struc into ext_struct
Theo Buehler
2024-06-18
x509_conf: rename all ext_nid to nid
Theo Buehler
2024-06-18
do_ext_i2d(): move empty line to the proper place
Theo Buehler
2024-06-18
do_ext_i2d(): malloc -> calloc
Theo Buehler
2024-06-18
do_ext_i2d(): populate ext_oct with ASN1_STRING_set0()
Theo Buehler
2024-06-18
do_ext_i2d(): avoid leaks and add some missing error checking
Theo Buehler
2024-06-18
Indent labels in x509_conf.c
Theo Buehler
2024-06-18
do_ext_i2d(): make various NULL checks explicit
Theo Buehler
2024-06-18
do_ext_i2d(): unwrap a line
Theo Buehler
2024-06-17
Replace x with x509_exts in X509V3_add1_i2d() and X509V3_get_d2i()
Theo Buehler
2024-06-17
Rewrite X509V3_get_d2i()
Theo Buehler
2024-06-12
piuid, psuid -> issuerUID, subjectUID
Theo Buehler
2024-06-07
Fix non-xsc path in x509_verify_potential_parent()
Theo Buehler
2024-05-28
Clean up and fix X509V3_EXT_add1_i2d()
Theo Buehler
2024-05-23
x509_v3.c: indent labels
Theo Buehler
2024-05-23
x509_v3.c: remove an unnecessary else
Theo Buehler
2024-05-23
x509_v3.c: consistently call STACK_OF(X509_EXTENSIONS) arguments sk
Theo Buehler
2024-05-23
x509_v3.c: zap another pointless local variable
Theo Buehler
2024-05-23
x509_v3.c: add a few empty lines
Theo Buehler
2024-05-23
X509v3_get_ext_by_NID: make obj const, test & assign
Theo Buehler
2024-05-23
x509_v3.c: remove a pointless local variable
Theo Buehler
[next]