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_trs.c
Age
Commit message (
Expand
)
Author
2024-03-25
Final tweaks in x509_trs.c for now
Theo Buehler
2024-03-25
Kill X509_TRUST
Theo Buehler
2024-03-25
Add back trust member of X509_TRUST that I accidentally deleted
Theo Buehler
2024-03-25
Const correct the trust handlers
Theo Buehler
2024-03-25
Pass the nid instead of the entire trust structure
Theo Buehler
2024-03-25
Pull extension caching into X509_check_trust()
Theo Buehler
2024-03-24
Rename ax into aux
Theo Buehler
2024-03-24
Drop redundant NULL checks around two for loops
Theo Buehler
2024-03-24
Rename arg1 to nid because that's what it is
Theo Buehler
2024-03-24
Drop the unused 'name' member from X509_TRUST
Theo Buehler
2024-03-23
Remove unused flags and arg2 members from X509_TRUST
Theo Buehler
2024-03-23
Remove unused flags argument from the trust handlers
Theo Buehler
2024-03-02
Remove X509_TRUST from the public API
Theo Buehler
2024-03-02
Remove unused public X509_TRUST API
Theo Buehler
2024-01-13
Prepare for removing most of the X509_TRUST API
Theo Buehler
2024-01-10
X509_TRUST: tidy up includes
Theo Buehler
2024-01-10
X509_TRUST: group together all trust_*() functions
Theo Buehler
2024-01-10
X509_TRUST: hoist trust_compat() to the other end of the file
Theo Buehler
2024-01-10
X509_TRUST: start shuffling some code around
Theo Buehler
2024-01-08
Fix logic error (&& -> ||)
Theo Buehler
2024-01-07
purpose/trust: Improve comments about COUNT/MAX confusion
Theo Buehler
2024-01-07
Remove X509_TRUST extensibility
Theo Buehler
2023-07-02
Convert some tables to C99 initializers
Theo Buehler
2023-02-16
libressl *_namespace.h: adjust *_ALIAS() to require a semicolon
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
Check certificate extensions in trusted certificates.
Bob Beck
2022-11-10
Allow explicit cert trusts or distrusts for EKU any
Bob Beck
2021-11-01
Move the now internal X.509-related structs into x509_lcl.h.
Theo Buehler
2021-07-23
Similar to x509/x509_purp.c rev. 1.5:
Ingo Schwarze
2018-05-18
Add const qualifiers to the name and xp arguments of X509_TRUST_add(3),
Theo Buehler
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2016-11-06
The upcoming x509 alt chains diff tightens the trust requirements
Bob Beck
2015-02-10
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
Joel Sing
2014-12-06
Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add.
Doug Hogan
2014-11-18
further BUF_strdup conversion: these places should be safe to rely on
Ted Unangst
2014-10-16
Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, use
Bob Beck
2014-09-28
X509_TRUST_add(): check X509_TRUST_get0() return value before dereferencing it,
Miod Vallat
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-04-20
More KNF.
Joel Sing
2014-04-20
KNF.
Joel Sing
2014-04-18
blunt force knf
Ted Unangst
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2009-01-09
resolve conflicts
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2003-11-11
merge 0.9.7c; minor bugsfixes;
Markus Friedl
2002-05-15
OpenSSL 0.9.7 stable 2002 05 08 merge
Bob Beck
[next]