index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509
/
v3_utl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add return value check of X509V3_add_value() in X509V3_parse_list()
Zhou Qingyang
2022-04-12
1
-4
/
+12
*
Avoid potential memory leak
Dmitry Belyavskiy
2022-03-10
1
-1
/
+4
*
crypto/x509/v3_utl.c: Add missing check for OPENSSL_strndup
Jiasheng Jiang
2022-02-28
1
-2
/
+10
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2022-01-05
1
-1
/
+1
*
Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...
Dr. David von Oheimb
2021-11-17
1
-2
/
+2
*
Ensure that we check the ASN.1 type of an "otherName" before using it
Matt Caswell
2021-08-31
1
-5
/
+12
*
Fix append_ia5 function to not assume NUL terminated strings
Matt Caswell
2021-08-24
1
-4
/
+12
*
Fix i2v_GENERAL_NAME to not assume NUL terminated strings
Matt Caswell
2021-08-24
1
-6
/
+29
*
Fix ipv4_from_asc behavior on invalid Ip addresses
Amir Mohammadi
2021-08-06
1
-2
/
+6
*
x509: remove TODOs
Pauli
2021-06-02
1
-1
/
+0
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Add ossl_v3 symbols
Shane Lontis
2021-03-18
1
-6
/
+6
*
Fix misc external ossl_ symbols.
Shane Lontis
2021-03-18
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-21
/
+15
*
Fix safestack issues in conf.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
Matt Caswell
2020-09-13
1
-1
/
+0
*
Fix safestack issues in x509v3.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
RFC 8398: EAI comparison
Dmitry Belyavskiy
2020-08-26
1
-2
/
+16
*
crypto/x509/v3_utl.c: Fix IPv6 output in ipaddr_to_asc()
Richard Levitte
2020-08-26
1
-3
/
+11
*
Rename misleading X509V3_R_INVALID_NULL_NAME to X509V3_R_INVALID_EMPTY_NAME
Dr. David von Oheimb
2020-08-04
1
-3
/
+3
*
Correct confusing X509V3 conf error output by removing needless 'section:<NUL...
Dr. David von Oheimb
2020-08-04
1
-2
/
+3
*
Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.
Dr. David von Oheimb
2020-05-05
1
-17
/
+58
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+6
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
1
-3
/
+3
*
Rename internal function name_cmp() to v3_name_cmp()
Richard Levitte
2019-10-17
1
-1
/
+1
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-4
/
+5
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Join the x509 and x509v3 directories
Richard Levitte
2019-05-29
1
-0
/
+1239