index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
x509
/
x509_trs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove X509_check_trust() and some related defines
tb
2024-08-31
1
-6
/
+1
*
Fix the horrible and undocumented behaviour of X509_check_trust
beck
2024-07-12
1
-48
/
+59
*
Clean up in X509_check_trust.
beck
2024-07-12
1
-14
/
+8
*
x509 trust: remove unneeded headers
tb
2024-03-26
1
-3
/
+1
*
Final tweaks in x509_trs.c for now
tb
2024-03-25
1
-10
/
+11
*
Kill X509_TRUST
tb
2024-03-25
1
-79
/
+31
*
Add back trust member of X509_TRUST that I accidentally deleted
tb
2024-03-25
1
-1
/
+2
*
Const correct the trust handlers
tb
2024-03-25
1
-8
/
+7
*
Pass the nid instead of the entire trust structure
tb
2024-03-25
1
-10
/
+10
*
Pull extension caching into X509_check_trust()
tb
2024-03-25
1
-2
/
+7
*
Rename ax into aux
tb
2024-03-24
1
-8
/
+7
*
Drop redundant NULL checks around two for loops
tb
2024-03-24
1
-15
/
+14
*
Rename arg1 to nid because that's what it is
tb
2024-03-24
1
-11
/
+11
*
Drop the unused 'name' member from X509_TRUST
tb
2024-03-24
1
-10
/
+1
*
Remove unused flags and arg2 members from X509_TRUST
tb
2024-03-23
1
-3
/
+1
*
Remove unused flags argument from the trust handlers
tb
2024-03-23
1
-13
/
+13
*
Remove X509_TRUST from the public API
tb
2024-03-02
1
-1
/
+10
*
Remove unused public X509_TRUST API
tb
2024-03-02
1
-80
/
+1
*
Prepare for removing most of the X509_TRUST API
tb
2024-01-13
1
-41
/
+35
*
X509_TRUST: tidy up includes
tb
2024-01-10
1
-2
/
+4
*
X509_TRUST: group together all trust_*() functions
tb
2024-01-10
1
-33
/
+30
*
X509_TRUST: hoist trust_compat() to the other end of the file
tb
2024-01-10
1
-12
/
+11
*
X509_TRUST: start shuffling some code around
tb
2024-01-10
1
-32
/
+31
*
Fix logic error (&& -> ||)
tb
2024-01-08
1
-2
/
+2
*
purpose/trust: Improve comments about COUNT/MAX confusion
tb
2024-01-07
1
-2
/
+5
*
Remove X509_TRUST extensibility
tb
2024-01-07
1
-102
/
+10
*
Convert some tables to C99 initializers
tb
2023-07-02
1
-10
/
+49
*
libressl *_namespace.h: adjust *_ALIAS() to require a semicolon
tb
2023-02-16
1
-12
/
+12
*
Make internal header file names consistent
tb
2022-11-26
1
-2
/
+2
*
Revert "Check certificate extensions in trusted certificates"
beck
2022-11-17
1
-16
/
+4
*
Hide public symbols in libcrypto/x509 .c files
beck
2022-11-14
1
-1
/
+12
*
Check certificate extensions in trusted certificates.
beck
2022-11-13
1
-4
/
+16
*
Allow explicit cert trusts or distrusts for EKU any
beck
2022-11-10
1
-4
/
+6
*
Move the now internal X.509-related structs into x509_lcl.h.
tb
2021-11-01
1
-1
/
+3
*
Similar to x509/x509_purp.c rev. 1.5:
schwarze
2021-07-23
1
-5
/
+1
*
Add const qualifiers to the name and xp arguments of X509_TRUST_add(3),
tb
2018-05-18
1
-5
/
+5
*
Send the function codes from the error functions to the bit bucket,
beck
2017-01-29
1
-5
/
+5
*
The upcoming x509 alt chains diff tightens the trust requirements
beck
2016-11-06
1
-1
/
+17
*
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
jsing
2015-02-10
1
-3
/
+1
*
Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add.
doug
2014-12-06
1
-6
/
+8
*
further BUF_strdup conversion: these places should be safe to rely on
tedu
2014-11-18
1
-2
/
+2
*
Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, use
beck
2014-10-16
1
-2
/
+3
*
X509_TRUST_add(): check X509_TRUST_get0() return value before dereferencing it,
miod
2014-09-28
1
-15
/
+23
*
Only import cryptlib.h in the four source files that actually need it.
jsing
2014-07-11
1
-3
/
+3
*
tags as requested by miod and tedu
deraadt
2014-06-12
1
-1
/
+1
*
More KNF.
jsing
2014-04-20
1
-2
/
+2
*
KNF.
jsing
2014-04-20
1
-66
/
+101
*
blunt force knf
tedu
2014-04-18
1
-5
/
+5
*
Change library to use intrinsic memory allocation functions instead of
beck
2014-04-17
1
-5
/
+5
*
resolve conflicts, fix local changes
djm
2010-10-01
1
-1
/
+2
[next]