index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear unused variables in X509_print_ex()
zhouzilong
2022-04-26
1
-2
/
+1
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-1
/
+1
*
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
*
x509: handle returns from X509_TRUST_get_by_id() more consistently
Pauli
2022-02-21
1
-4
/
+4
*
Change condition to avoid spurious compiler complaints.
Pauli
2022-02-11
1
-1
/
+1
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
3
-3
/
+3
*
Ensure X509_STORE_CTX_purpose_inherit handles a 0 default purpose
Matt Caswell
2022-01-27
1
-5
/
+6
*
x509: add the check for X509_STORE_lock
Jiasheng Jiang
2022-01-26
1
-7
/
+25
*
replace ;; with ; as statement separator
Pauli
2022-01-18
1
-1
/
+1
*
Fix: some patches related to error exiting
Peiwei Hu
2022-01-07
2
-3
/
+6
*
v2i_AUTHORITY_KEYID(): Improve error reporting on parsing config values/options
Dr. David von Oheimb
2022-01-07
2
-11
/
+25
*
Fix typos
Dimitris Apostolou
2022-01-05
4
-4
/
+4
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
3
-7
/
+12
*
Fix infinite verification loops due to has_san_id
Tobias Nießen
2021-12-14
1
-1
/
+1
*
remove redundant ERR_raise
x2018
2021-12-10
1
-3
/
+1
*
check the return value of BIO_new() in t_x509.c:471 & cmp_vfy.c:36
x2018
2021-12-10
1
-0
/
+4
*
CMP check_msg_find_cert(): improve diagnostics on transactionID mismatch
Dr. David von Oheimb
2021-12-09
1
-2
/
+2
*
X509V3_set_ctx(): Clarify subject/req parameter for constructing SAN email ad...
Dr. David von Oheimb
2021-12-07
1
-6
/
+5
*
X509V3_set_ctx(): Clarify use of subject/req parameter for constructing SKID ...
Dr. David von Oheimb
2021-12-07
1
-3
/
+3
*
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
*
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...
Dr. David von Oheimb
2021-11-17
5
-21
/
+19
*
x509: use safe maths calls for overflow detection
Pauli
2021-11-12
1
-4
/
+7
*
X509: Fix handling of AKID and SKID extensions according to configuration
Dr. David von Oheimb
2021-11-11
2
-7
/
+24
*
x509: remove dead call to strlen()
Pauli
2021-11-09
1
-2
/
+0
*
Fix: invoking X509_self_signed improperly
PW Hu
2021-11-09
2
-4
/
+8
*
Fix: invoking x509_name_cannon improperly
PW Hu
2021-11-09
1
-2
/
+2
*
APPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()
Dr. David von Oheimb
2021-11-08
1
-6
/
+19
*
fix some code with obvious wrong coding style
x2018
2021-10-28
6
-15
/
+13
*
X509_PUBKEY_dup: Do not just up-ref the EVP_PKEY
Tomas Mraz
2021-10-25
1
-3
/
+17
*
X509_dup: Avoid duplicating the embedded EVP_PKEY
Tomas Mraz
2021-10-25
1
-17
/
+2
*
Fix nc_email to check ASN1 strings with NULL byte in the middle
Nikita Ivanov
2021-09-13
1
-0
/
+3
*
Prioritise DANE TLSA issuer certs over peer certs
Viktor Dukhovni
2021-09-03
1
-8
/
+12
*
Ensure that we check the ASN.1 type of an "otherName" before using it
Matt Caswell
2021-08-31
1
-5
/
+12
*
Fix the error handling in i2v_AUTHORITY_KEYID
Matt Caswell
2021-08-24
1
-7
/
+26
*
Fix append_ia5 function to not assume NUL terminated strings
Matt Caswell
2021-08-24
1
-4
/
+12
*
Fix the name constraints code to not assume NUL terminated strings
Matt Caswell
2021-08-24
1
-42
/
+93
*
Fix printing of PROXY_CERT_INFO_EXTENSION to not assume NUL terminated strings
Matt Caswell
2021-08-24
1
-1
/
+2
*
Fix GENERAL_NAME_print to not assume NUL terminated strings
Matt Caswell
2021-08-24
1
-5
/
+10
*
Fix POLICYINFO printing to not assume NUL terminated strings
Matt Caswell
2021-08-24
1
-3
/
+6
*
Fix i2v_GENERAL_NAME to not assume NUL terminated strings
Matt Caswell
2021-08-24
2
-16
/
+50
*
Avoid freeing the conf lhashes in X509_V3_EXT*_add_conf
Tomas Mraz
2021-08-06
1
-0
/
+5
*
Fix ipv4_from_asc behavior on invalid Ip addresses
Amir Mohammadi
2021-08-06
1
-2
/
+6
*
Update copyright year
Matt Caswell
2021-07-29
1
-1
/
+1
*
Fix a read buffer overrun in X509_aux_print().
Ingo Schwarze
2021-07-20
1
-2
/
+2
*
Fix bug in X509_print_ex
Rich Salz
2021-07-08
1
-4
/
+6
*
x509: improve error reporting
Pauli
2021-06-30
1
-11
/
+8
*
coverity #1486531: return error properly from x509_pubkey_ex_new_ex()
Tomas Mraz
2021-06-29
1
-0
/
+1
*
x509: address NULL dereference and memory leaks
Pauli
2021-06-26
2
-10
/
+17
[next]