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
*
Fix a similar memory leak in SXNET_add_id_INTEGER
Bernd Edlinger
2024-01-10
1
-0
/
+1
*
Fix a possible memory leak in sxnet_v2i
Bernd Edlinger
2024-01-10
1
-1
/
+3
*
Avoid memory leak if SXNET_add_id_INTEGER() fails
Tomas Mraz
2024-01-08
1
-3
/
+10
*
Validate config options during x509 extension creation
Neil Horman
2024-01-05
4
-4
/
+26
*
Add missing documentation for X509_ATTRIBUTE related functions.
slontis
2024-01-03
1
-1
/
+1
*
Allow duplicate CMS attributes
Tomas Mraz
2024-01-03
1
-10
/
+73
*
Update IPAddressOrRange_cmp function to handle switch case
Vikas Verma
2023-12-19
1
-0
/
+4
*
Fix a possible memory leak in do_othername
Bernd Edlinger
2023-12-12
1
-3
/
+10
*
Fix loading more than one certificate in PEM format in X509_load_cert_file_ex()
olszomal
2023-12-04
1
-0
/
+11
*
Fix a possible use after free in X509v3_asid_add_id_or_range
Bernd Edlinger
2023-12-01
1
-4
/
+13
*
x509_print_ex: Remove unused setting when XN_FLAG_COMPAT is set
Damian Hobson-Garcia
2023-10-26
2
-6
/
+2
*
Fix X509_REQ_print_ex bug
Damian Hobson-Garcia
2023-10-26
1
-3
/
+5
*
x509_print_ex:Use correct constant for nmflag comparison
Damian Hobson-Garcia
2023-10-26
2
-2
/
+2
*
Do not include crypto/asn1.h from internal/cryptlib.h
Tomas Mraz
2023-10-19
1
-1
/
+2
*
Copyright year updates
Matt Caswell
2023-09-28
2
-2
/
+2
*
Support all NULL-syntax X.509v3 extensions
Jonathan M. Wilbur
2023-09-25
9
-2
/
+333
*
"foo * bar" should be "foo *bar"
Dimitri Papadopoulos
2023-09-11
1
-2
/
+2
*
Remove repeated words
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
24
-24
/
+24
*
ossl_x509_store_ctx_get_by_subject(): Check return value of X509_STORE_lock()
Tomas Mraz
2023-08-18
1
-1
/
+2
*
Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasons
vl-loz
2023-08-17
1
-0
/
+12
*
Fix decoders so that they use the passed in propq.
slontis
2023-08-16
1
-2
/
+3
*
Check i2d_X509_NAME return in X509_NAME_hash_ex/old
3lswear
2023-08-16
1
-3
/
+6
*
Fix a regression in X509_VERIFY_PARAM_add0_policy()
Matt Caswell
2023-07-31
1
-2
/
+8
*
x509/by_file.c: fix unreachable and redundant code
atishkov
2023-07-27
1
-49
/
+45
*
get_cert_by_subject_ex(): Check result of X509_STORE_lock()
atishkov
2023-07-25
1
-4
/
+6
*
x509: add ASN1_STRING_set() check result
atishkov
2023-07-25
1
-18
/
+13
*
fix: reject adding a duplicity into STACK_OF(X509_ATTRIBUTE)
Adam Šulc
2023-07-24
1
-1
/
+1
*
x509: update to structure based atomics
Pauli
2023-07-01
3
-5
/
+9
*
Partially revert #18070 (Add support for Windows CA certificate store)
Hugo Landau
2023-06-15
3
-37
/
+8
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-06-15
1
-1
/
+1
*
configure: introduce no-ecx to remove ECX related feature
Yi Li
2023-06-14
1
-0
/
+2
*
X509_NAME_cmp fix for empty name
Wim Decroix
2023-06-12
1
-4
/
+4
*
Fix incorrect ERR_raise() calls
Theo Buehler
2023-06-12
1
-3
/
+3
*
Coverity 1531872: j is not used anywhere later, remove the assignment
Tomas Mraz
2023-06-11
1
-1
/
+0
*
allow to disable http
Vladimír Kotal
2023-06-06
1
-0
/
+4
*
Don't take a write lock to retrieve a value from a stack
Matt Caswell
2023-06-05
1
-2
/
+20
*
Avoid an unneccessary lock if we didn't add anything to the store
Matt Caswell
2023-06-05
1
-5
/
+9
*
x509: Handle ossl_policy_level_add_node errors
Clemens Lang
2023-05-29
1
-3
/
+13
*
x509: Fix possible use-after-free when OOM
Clemens Lang
2023-05-29
1
-2
/
+10
*
x509: sort stacks before finds
Pauli
2023-05-01
7
-0
/
+24
*
x509: sort stacks prior to searching
Pauli
2023-04-28
1
-0
/
+6
*
Fix checking return code of EVP_PKEY_get_int_param at check_curve
Petr Mikhalicin
2023-04-21
1
-1
/
+1
*
RFC7250 (RPK) support
Todd Short
2023-03-28
2
-20
/
+200
*
Ensure that EXFLAG_INVALID_POLICY is checked even in leaf certs
Matt Caswell
2023-03-28
1
-2
/
+10
*
x509: excessive resource use verifying policy constraints
Pauli
2023-03-22
3
-14
/
+42
*
doc/man3/X509_STORE_CTX_get_error.pod: make order consistent, add some missin...
Dr. David von Oheimb
2023-03-14
1
-1
/
+6
*
first cut at sigalg loading
Michael Baentsch
2023-02-24
1
-7
/
+16
*
Fix GENERAL_NAME_cmp for x400Address (master)
Hugo Landau
2023-02-07
1
-1
/
+1
*
Do not create DSA keys without parameters by decoder
Tomas Mraz
2023-02-07
1
-0
/
+24
[next]