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
...
*
Fix URI name constraints, allow for URI's with no host part.
beck
2022-06-26
1
-3
/
+12
*
whitespace
tb
2022-06-26
1
-2
/
+2
*
Move leaf certificate checks to the last thing after chain validation.
beck
2022-06-25
1
-19
/
+32
*
Remove an unnecessary XXX comment. The suggested check is part of
tb
2022-05-25
1
-5
/
+1
*
Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()
tb
2022-05-20
1
-2
/
+2
*
Rewrite make_addressRange() using CBS
tb
2022-05-17
1
-37
/
+104
*
Simplify make_addressPrefix()
tb
2022-05-17
1
-21
/
+23
*
Small readability tweak suggested by jsing
tb
2022-05-12
1
-1
/
+3
*
Rewrite and fix X509v3_asid_subset()
tb
2022-05-12
1
-12
/
+30
*
X509_check_ca() has 5 return values but still can't fail
tb
2022-05-10
1
-3
/
+1
*
Simplify X509_ATTRIBUTE ASN.1 encoding.
jsing
2022-05-09
2
-23
/
+11
*
Clarify comments at the start of {asid,addr}_validate_path_internal()
tb
2022-04-21
2
-7
/
+7
*
Avoid expensive RFC 3779 checks during cert verification
tb
2022-04-21
3
-16
/
+22
*
Fix X509_get_extension_flags()
tb
2022-04-21
1
-2
/
+2
*
KNF for a brace and zap trailing blank line
tb
2022-04-12
1
-3
/
+3
*
name constraints: be more careful with NULs
tb
2022-03-26
2
-12
/
+25
*
Make gcc 4 happier about x509_addr.c
tb
2022-03-16
1
-6
/
+8
*
Allow constraints of the form @domain.com
tb
2022-03-14
1
-10
/
+17
*
Rework ownership handling in x509_constraints_validate()
tb
2022-03-14
3
-39
/
+49
*
Relax the check of x509_constraints_dirname()
libressl-v3.5.1
tb
2022-03-13
1
-2
/
+6
*
Add x509_constraints_validate() to x509_internal.h
tb
2022-03-13
1
-1
/
+3
*
Check name constraints using the proper API
tb
2022-03-13
1
-4
/
+21
*
style tweak
tb
2022-03-13
1
-2
/
+2
*
Add missing error check after strdup()
tb
2022-03-13
1
-2
/
+5
*
Pull a len == 0 check up before malloc(len) to avoid implementation
tb
2022-03-03
1
-5
/
+5
*
Unwrap a line
tb
2022-03-02
1
-3
/
+2
*
Get rid of SHA1 for comparing CRL's - use SHA512 just like we do for certs.
beck
2022-02-24
2
-5
/
+5
*
Fix length check of IP addresses for name constraints
tb
2022-02-11
1
-2
/
+3
*
Add missing error check for a2i_GENERAL_NAME()
tb
2022-02-11
1
-1
/
+3
*
Fix a double free in v2i_NAME_CONSTRAINTS()
tb
2022-02-11
1
-2
/
+3
*
Remove a strange inheritance check from addr_validate_path_internal()
tb
2022-02-04
1
-4
/
+1
*
X509_GET_PUBKEY(3) return value check in libcrypto
inoguchi
2022-01-22
1
-2
/
+3
*
X509_GET_PUBKEY(3) return value check in libcrypto
inoguchi
2022-01-22
1
-3
/
+4
*
Remove header guard around RFC 3779 declarations
tb
2022-01-14
1
-3
/
+1
*
Remove name_cmp from public visibility
tb
2022-01-14
2
-2
/
+3
*
Garbage collect the app_items field of ASN1_ADB
tb
2022-01-14
1
-2
/
+1
*
Remove X509_OBJECT_free_contents
tb
2022-01-14
2
-19
/
+11
*
Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API
tb
2022-01-14
1
-5
/
+1
*
Remove a few unused defines from x509.h
tb
2022-01-10
1
-6
/
+1
*
x509_cpols.c will need to include x509_lcl.h soon
tb
2022-01-08
1
-1
/
+2
*
Add an essentially empty ocsp_local.h and include it in the files
tb
2022-01-07
1
-1
/
+3
*
minor tweaks, no code change
tb
2022-01-06
1
-4
/
+3
*
Prepare to provide X509_{set,get}_verify() and X509_STORE_get_verify_cb()
tb
2022-01-05
2
-7
/
+37
*
Unindent a few lines of code and avoid shadowed variables.
tb
2022-01-05
1
-12
/
+7
*
Rename {c,p}_{min,max} into {child,parent}_{min,max}
tb
2022-01-05
1
-7
/
+8
*
Two minor KNF tweaks
tb
2022-01-05
1
-5
/
+5
*
Use child_aor and parent_aor instead of aorc and aorp
tb
2022-01-05
1
-15
/
+15
*
Rename fp and fc into parent_af and child_af for readability.
tb
2022-01-05
1
-24
/
+29
*
Globally rename all IPAddressFamily *f into af since this is slightly
tb
2022-01-05
1
-64
/
+65
*
Add a helper function to turn unchecked (but sound) use of
tb
2022-01-05
1
-13
/
+18
[prev]
[next]