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
OPENBSD_7_8
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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Remove the now unused vpm_int.h
tb
2023-04-16
1
-64
/
+0
*
x509_vfy.c and x509_vpm.c don't need vpm_int.h anymore
tb
2023-04-16
2
-4
/
+4
*
Move X509_VERIFY_PARAM_st from vpm_int.h to x509_local.h
tb
2023-04-16
2
-13
/
+13
*
Shuffle ext_cmp() and ext_list_free() up a bit
tb
2023-04-16
1
-18
/
+14
*
Remove unnecessary prototypes in the middle of the code
tb
2023-04-16
1
-5
/
+1
*
Use more usual version of inlined nitems(). No binary change.
tb
2023-04-16
1
-2
/
+2
*
Fix comment formatting and grammar, drop usless and outdated comment
tb
2023-04-16
1
-7
/
+3
*
Remove now empty/unused ext_dat.h
tb
2023-04-16
1
-67
/
+0
*
Merge ext_dat.h back into x509_lib.c
tb
2023-04-16
2
-78
/
+78
*
Prepare addition of X509_STORE_CTX_get1_{certs,crls}(3)
tb
2023-04-16
2
-2
/
+27
*
Mark remaining policy tree public API for removal
tb
2023-04-16
2
-3
/
+19
*
Mark proxy policy API for removal in upcoming bump
tb
2023-04-16
1
-1
/
+5
*
Remove the now unused ex_pcpathlen from the X509 struct
tb
2023-04-16
1
-2
/
+1
*
More ProxyCertInfo tentacles go to the attic
tb
2023-04-16
2
-65
/
+6
*
Remove some dead code from the new verifier
tb
2023-04-16
1
-7
/
+1
*
Drop support for the ProxyCertInfo extension
tb
2023-04-16
1
-3
/
+2
*
Make pcy_int.h pull in x509_local.h it will need it soon
tb
2023-04-16
1
-1
/
+4
*
Fix indentation of structs and unions in x509v3.h
tb
2023-04-10
1
-87
/
+87
*
Make bn_to_string() static
tb
2023-04-10
1
-3
/
+3
*
Expose various X509_STORE_*check_issued()
tb
2023-03-10
1
-3
/
+1
*
Expose X509_CRL_get0_sigalg() and X509_get0_uids
tb
2023-03-10
1
-5
/
+1
*
Introduce X509_get0_uids() accessor function
job
2023-02-23
2
-2
/
+17
*
zap stray empty line
tb
2023-02-16
1
-2
/
+1
*
libressl *_namespace.h: adjust *_ALIAS() to require a semicolon
tb
2023-02-16
51
-703
/
+703
*
Fix arbitrary memory read in GENERAL_NAME_cmp()
tb
2023-02-07
1
-2
/
+3
*
Stop relying on x509_verify.h being public
tb
2023-01-28
1
-3
/
+2
*
Refactor x509v3_cache_extensions
job
2023-01-20
3
-41
/
+26
*
Don't do policy checking unless we were asked to do so.
beck
2023-01-17
1
-2
/
+3
*
Prepare to provide X509_CRL_get0_sigalg()
tb
2022-12-26
1
-1
/
+5
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
9
-24
/
+24
*
Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unused
tb
2022-12-01
1
-3
/
+3
*
Retire X509_V_FLAG_CB_ISSUER_CHECK
tb
2022-12-01
1
-16
/
+8
*
Getters and setters for the check_issued() callback
tb
2022-12-01
2
-2
/
+35
*
Remove a few doubled spaces and wrap an overlong line
tb
2022-11-29
1
-8
/
+9
*
Sort a few outliers by increasing error number to match x509_vfy.h
tb
2022-11-29
1
-13
/
+13
*
Fix includes
tb
2022-11-29
1
-11
/
+2
*
Add missing X509_V_ERR_UNSPECIFIED case
tb
2022-11-29
1
-1
/
+3
*
Fix some KNF issues
tb
2022-11-29
1
-65
/
+64
*
Make X509_verify_cert_error_string() thread safe
tb
2022-11-29
1
-5
/
+2
*
Fix NULL dereference in x509_constraints_uri_host()
tb
2022-11-28
1
-2
/
+3
*
Make header guards of internal headers consistent
tb
2022-11-26
1
-4
/
+4
*
Make internal header file names consistent
tb
2022-11-26
35
-73
/
+73
*
Revert "Check certificate extensions in trusted certificates"
beck
2022-11-17
3
-64
/
+8
*
Hide public symbols in libcrypto/x509 .c files
beck
2022-11-14
51
-52
/
+700
*
Fix comment style
tb
2022-11-13
1
-3
/
+3
*
Check certificate extensions in trusted certificates.
beck
2022-11-13
3
-8
/
+64
*
Hide symbols in libcrypto/pkcs7
beck
2022-11-12
1
-33
/
+1
*
Start CBS-ifying the name constraints code.
beck
2022-11-11
3
-104
/
+146
[prev]
[next]