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
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2022-07-07
Expose new API in headers.
Theo Buehler
2022-07-05
Add missing X509_V_ERR_ strings using the ones from OpenSSL.
Theo Buehler
2022-07-04
Prepare to provide X509_VERIFY_PARAM_get_time()
Theo Buehler
2022-06-28
Take away bogus error assignment before callback call.
Bob Beck
2022-06-28
Fix the legacy verifier callback behaviour for untrusted certs.
Bob Beck
2022-06-27
Correct misleading comment for URI parsing
Bob Beck
2022-06-27
Add function to free all of the issuer cache.
Bob Beck
2022-06-27
Allow security_level to mestastasize into the verifier
Theo Buehler
2022-06-27
Prepare to provide X509_VERIFY_PARAM_set_auth_level()
Theo Buehler
2022-06-26
Fix URI name constraints, allow for URI's with no host part.
Bob Beck
2022-06-26
whitespace
Theo Buehler
2022-06-25
Move leaf certificate checks to the last thing after chain validation.
Bob Beck
2022-05-25
Remove an unnecessary XXX comment. The suggested check is part of
Theo Buehler
2022-05-20
Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()
Theo Buehler
2022-05-17
Rewrite make_addressRange() using CBS
Theo Buehler
2022-05-17
Simplify make_addressPrefix()
Theo Buehler
2022-05-12
Small readability tweak suggested by jsing
Theo Buehler
2022-05-12
Rewrite and fix X509v3_asid_subset()
Theo Buehler
2022-05-10
X509_check_ca() has 5 return values but still can't fail
Theo Buehler
2022-05-09
Simplify X509_ATTRIBUTE ASN.1 encoding.
Joel Sing
2022-04-21
Clarify comments at the start of {asid,addr}_validate_path_internal()
Theo Buehler
2022-04-21
Avoid expensive RFC 3779 checks during cert verification
Theo Buehler
2022-04-21
Fix X509_get_extension_flags()
Theo Buehler
2022-04-12
KNF for a brace and zap trailing blank line
Theo Buehler
2022-03-26
name constraints: be more careful with NULs
Theo Buehler
2022-03-16
Make gcc 4 happier about x509_addr.c
Theo Buehler
2022-03-14
Allow constraints of the form @domain.com
Theo Buehler
2022-03-14
Rework ownership handling in x509_constraints_validate()
Theo Buehler
2022-03-13
Relax the check of x509_constraints_dirname()
Theo Buehler
2022-03-13
Add x509_constraints_validate() to x509_internal.h
Theo Buehler
2022-03-13
Check name constraints using the proper API
Theo Buehler
2022-03-13
style tweak
Theo Buehler
2022-03-13
Add missing error check after strdup()
Theo Buehler
2022-03-03
Pull a len == 0 check up before malloc(len) to avoid implementation
Theo Buehler
2022-03-02
Unwrap a line
Theo Buehler
2022-02-24
Get rid of SHA1 for comparing CRL's - use SHA512 just like we do for certs.
Bob Beck
2022-02-11
Fix length check of IP addresses for name constraints
Theo Buehler
2022-02-11
Add missing error check for a2i_GENERAL_NAME()
Theo Buehler
2022-02-11
Fix a double free in v2i_NAME_CONSTRAINTS()
Theo Buehler
2022-02-04
Remove a strange inheritance check from addr_validate_path_internal()
Theo Buehler
2022-01-22
X509_GET_PUBKEY(3) return value check in libcrypto
Kinichiro Inoguchi
2022-01-22
X509_GET_PUBKEY(3) return value check in libcrypto
Kinichiro Inoguchi
2022-01-14
Remove header guard around RFC 3779 declarations
Theo Buehler
2022-01-14
Remove name_cmp from public visibility
Theo Buehler
2022-01-14
Garbage collect the app_items field of ASN1_ADB
Theo Buehler
2022-01-14
Remove X509_OBJECT_free_contents
Theo Buehler
2022-01-14
Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API
Theo Buehler
2022-01-10
Remove a few unused defines from x509.h
Theo Buehler
2022-01-08
x509_cpols.c will need to include x509_lcl.h soon
Theo Buehler
[next]