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
/
x509_vfy.c
Age
Commit message (
Expand
)
Author
2021-10-24
Prepare to provide a number of X509_STORE_CTX_* setters.
Theo Buehler
2021-10-24
Prepare to provide X509_STORE_CTX_get_num_untrusted()
Theo Buehler
2021-09-03
Call the callback on success in new verifier in a compatible way
Bob Beck
2021-08-28
Get rid of historical code to extract the roots in the legacy case.
Bob Beck
2021-08-19
Pull roots out of the trust store in the legacy xsc when building chains
Bob Beck
2021-02-25
Fix two bugs in the legacy verifier
Theo Buehler
2021-02-11
KNF
Theo Buehler
2020-11-18
Plug a big memory leak in the new validator
Theo Buehler
2020-11-18
Move freeing of the verify context to its natural place instead of
Theo Buehler
2020-11-18
KNF (whitespace)
Theo Buehler
2020-09-26
jumping into the x509 fray with a bunch of whitespace repair
Theo de Raadt
2020-09-20
KNF/whitespace nits
Theo Buehler
2020-09-15
Deduplicate the time validation code between the legacy and new
Bob Beck
2020-09-14
remove unneded variable "time1"
Bob Beck
2020-09-14
Correctly fix double free introduced on review.
Bob Beck
2020-09-14
Fix double free - review moved the pop_free of roots to x509_verify_ctx_free
Bob Beck
2020-09-13
Add new x509 certificate chain validator in x509_verify.c
Bob Beck
2020-09-12
Change over to use the new x509 name constraints verification.
Bob Beck
2020-05-31
When building a chain look for non-expired certificates first.
Joel Sing
2019-03-06
Typo in comment.
Theo Buehler
2018-08-19
Don't leak sktmp in X509_verify_cert().
Theo Buehler
2018-04-08
Fail early if an X509_VERIFY_PARAM is poisoned - don't allow
Bob Beck
2018-04-06
poison for X509_VERIFY_PARAM's
Bob Beck
2018-02-22
Provide X509_STORE_CTX_get0_chain() and X509_STORE_CTX_get0_store().
Joel Sing
2018-02-14
Provide X509_STORE_CTX_get0_{cert,untrusted}() and
Joel Sing
2017-08-27
Make the symbol for ASN1_time_tm_clamp_notafter visible so libtls
Bob Beck
2017-08-13
Add ability to clamp a notafter to values representable in a 32 bit time_t
Bob Beck
2017-04-28
Revert previous change that forced consistency between return value and
Bob Beck
2017-04-28
revert previous accidental commit
Bob Beck
2017-04-28
*** empty log message ***
Bob Beck
2017-02-05
Kill leak introduced with refactor
Bob Beck
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2017-01-21
fix bogus comment
Bob Beck
2017-01-21
Make return value of X509_verify_cert be consistent with the error code,
Bob Beck
2017-01-20
Rework internal_verify, mostly from OpenSSL. so we can progress
Bob Beck
2017-01-07
Add and remove some blank lines, in order to make X509_verify_cert()
Joel Sing
2017-01-07
Revert part of r1.54 as there are at least two situations where we are still
Joel Sing
2017-01-03
Add a small bit of belt and suspenders around ERR_V_OK with X509_STORE_ctx
Bob Beck
2017-01-03
bring in boring's internal check_trust function to fix a bug introduced
Bob Beck
2016-11-06
Rework X509_verify_cert to support alt chains on certificate verification,
Bob Beck
2016-11-04
make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden
Bob Beck
2016-10-02
In X509_cmp_time(), pass asn1_time_parse() the tag of the field being
Philip Guenther
2016-03-11
X509_free(3) is NULL-safe, so remove NULL checks before its calls.
Michael McConville
2015-12-14
initialize ok to 0
Bob Beck
2015-10-19
Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the
Bob Beck
2015-10-02
Flense the greasy black guts of unreadble string parsing code out of three areas
Bob Beck
2015-09-14
Add support for disabling certificate and CRL validity checking.
Joel Sing
2015-07-19
Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init()
Miod Vallat
2015-07-19
Simplify X509_STORE_CTX_init and make it safe with stack variables.
Doug Hogan
2015-06-11
Avoid a potential out-of-bounds read in X509_cmp_time(), due to missing
Joel Sing
[next]