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
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_vpm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Streamline X509_VERIFY_PARAM_add0_table()
tb
5 days
1
-17
/
+12
*
x509_vpm: remove unnecessary NULL check before sk_pop_free()
tb
5 days
1
-4
/
+2
*
Make X509_VERIFY_PARAM_set1_policies() less bad
tb
2024-03-29
1
-22
/
+34
*
Clean up X509_VERIFY_PARAM_add0_policy()
tb
2024-03-29
1
-6
/
+5
*
Fix indent
tb
2024-03-29
1
-2
/
+2
*
Inline X509_{TRUST,PUPROSE}_set() in their only callers
tb
2024-01-08
1
-3
/
+16
*
Fix sk_deep_copy() implementation
tb
2023-12-14
1
-32
/
+22
*
Merge X509_VERIFY_PARAM_ID into X509_VERIFY_PARAM
tb
2023-05-28
1
-82
/
+50
*
Copy the verify param hostflags independently of the host list
tb
2023-05-24
1
-3
/
+4
*
Provide X509_VERIFY_PARAM_set_hostflags()
tb
2023-05-24
1
-1
/
+8
*
Enable policy checking by default now that we are DAG implementation based.
beck
2023-04-28
1
-4
/
+1
*
Garbage collect the now unused obfuscating macro string_stack_free()
tb
2023-04-16
1
-4
/
+1
*
Inline the three uses of string_stack_free()
tb
2023-04-16
1
-4
/
+4
*
x509_vfy.c and x509_vpm.c don't need vpm_int.h anymore
tb
2023-04-16
1
-2
/
+1
*
libressl *_namespace.h: adjust *_ALIAS() to require a semicolon
tb
2023-02-16
1
-31
/
+31
*
Make internal header file names consistent
tb
2022-11-26
1
-2
/
+2
*
Hide public symbols in libcrypto/x509 .c files
beck
2022-11-14
1
-1
/
+31
*
Prepare to provide X509_VERIFY_PARAM_get_time()
tb
2022-07-04
1
-1
/
+7
*
Prepare to provide X509_VERIFY_PARAM_set_auth_level()
tb
2022-06-27
1
-1
/
+7
*
Move the now internal X.509-related structs into x509_lcl.h.
tb
2021-11-01
1
-1
/
+2
*
Enable X509_V_FLAG_TRUSTED_FIRST by default in the legacy verifier.
jsing
2021-09-30
1
-1
/
+2
*
Enable the new verifier again so hopefully the remaining kinks get ironed
tb
2021-04-24
1
-2
/
+2
*
Switch back to the legacy verifier for the release.
tb
2021-04-15
1
-2
/
+2
*
Don't leak param->name in x509_verify_param_zero()
tb
2021-04-05
1
-1
/
+2
*
Fix some KNF issues
tb
2020-12-16
1
-7
/
+8
*
re-enable new x509 chain verifier as the default
beck
2020-09-14
1
-3
/
+1
*
revert previous, need to fix a problem
beck
2020-09-14
1
-1
/
+3
*
Enable the use of the new x509 chain validator by default.
beck
2020-09-14
1
-3
/
+1
*
Add new x509 certificate chain validator in x509_verify.c
beck
2020-09-13
1
-1
/
+3
*
poison for X509_VERIFY_PARAM's
beck
2018-04-06
1
-27
/
+42
*
Call strlen() if name length provided is 0, like OpenSSL does.
beck
2018-03-22
1
-1
/
+3
*
Please variable decl before code.
deraadt
2017-12-09
1
-2
/
+2
*
Remove prototypes from the public header for X509_VERIFY_PARAM functions
jsing
2016-12-21
1
-1
/
+6
*
Commit a reminder that the default is not the default. This needs to
beck
2016-11-06
1
-1
/
+2
*
use the correct function for free
bcook
2016-11-06
1
-2
/
+2
*
Part one of the alt chains changes, bring in newer modifications to
beck
2016-11-05
1
-69
/
+311
*
X509_VERIFY_PARAM_set1_name(): if invoked with NULL as the second
miod
2014-09-29
1
-1
/
+2
*
Kill a bunch more BUF_strdup's - these are converted to have a check for
beck
2014-07-22
1
-2
/
+4
*
Only import cryptlib.h in the four source files that actually need it.
jsing
2014-07-11
1
-3
/
+2
*
Stop including standard headers via cryptlib.h - pull in the headers that
jsing
2014-07-10
1
-1
/
+2
*
tags as requested by miod and tedu
deraadt
2014-06-12
1
-1
/
+1
*
no need for null check before free. from Brendan MacDonell
tedu
2014-05-30
1
-2
/
+1
*
calloc instead of malloc/memset. from Benjamin Baier
tedu
2014-05-25
1
-2
/
+1
*
KNF.
jsing
2014-04-20
1
-75
/
+96
*
blunt force knf
tedu
2014-04-18
1
-73
/
+62
*
Change library to use intrinsic memory allocation functions instead of
beck
2014-04-17
1
-3
/
+3
*
import OpenSSL-1.0.0a
djm
2010-10-01
1
-10
/
+18
*
import of OpenSSL 0.9.8k
djm
2009-04-06
1
-3
/
+13
*
import openssl-0.9.8j
djm
2009-01-09
1
-1
/
+1
*
import of OpenSSL 0.9.8h
djm
2008-09-06
1
-0
/
+420