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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Allow explicit cert trusts or distrusts for EKU any
beck
2022-11-10
1
-4
/
+6
*
White space KNF, no code change:
schwarze
2022-11-07
1
-15
/
+12
*
Store errors that result from leaf certificate verification.
jsing
2022-10-17
1
-8
/
+12
*
Prepare to provide OPENSSL_cleanup.
jsing
2022-09-03
1
-1
/
+2
*
Switch loop bounds from size_t to int in check_hosts()
tb
2022-08-31
1
-2
/
+2
*
Allow empty attribute sets in CSRs
tb
2022-08-18
1
-2
/
+4
*
Add missing RCS tag and zap a trailing space
tb
2022-08-15
1
-2
/
+2
*
Remove overly aggressive trust check in legacy verifier that breaks
beck
2022-08-05
1
-15
/
+4
*
Untangle two logic chains in x509_asid.c into something more readable.
tb
2022-07-30
1
-9
/
+22
*
Plug leak in X509V3_add1_i2d()
tb
2022-07-24
1
-2
/
+3
*
Remove mkerr.pl remnants from LibreSSL
kn
2022-07-12
3
-17
/
+3
*
Expose new API in headers.
tb
2022-07-07
1
-5
/
+1
*
Add missing X509_V_ERR_ strings using the ones from OpenSSL.
tb
2022-07-05
1
-1
/
+17
*
Prepare to provide X509_VERIFY_PARAM_get_time()
tb
2022-07-04
2
-2
/
+9
*
Take away bogus error assignment before callback call.
beck
2022-06-28
1
-2
/
+1
*
Fix the legacy verifier callback behaviour for untrusted certs.
beck
2022-06-28
1
-17
/
+44
*
Correct misleading comment for URI parsing
beck
2022-06-27
1
-4
/
+10
*
Add function to free all of the issuer cache.
beck
2022-06-27
1
-13
/
+39
*
Allow security_level to mestastasize into the verifier
tb
2022-06-27
4
-4
/
+156
*
Prepare to provide X509_VERIFY_PARAM_set_auth_level()
tb
2022-06-27
3
-2
/
+12
[prev]
[next]