aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* make_addressPrefix(): Fix a memory leak in error caseTomas Mraz2024-04-121-2/+2
* Copyright year updatesRichard Levitte2024-04-099-9/+9
* x509/x509_set.c: Add the check for the EVP_MD_CTX_get_size()Jiasheng Jiang2024-03-301-2/+5
* Reject setting invalid CSR versionsJob Snijders2024-03-291-1/+3
* Fix a memory leak on successful load of CRLDmitry Belyavskiy2024-03-071-0/+2
* Add X509_STORE_get1_objectsDavid Benjamin2024-01-151-0/+30
* Removed logically dead code from function i2r_issuer_sign_toolGopal Sharma2024-01-151-3/+0
* Fix a similar memory leak in SXNET_add_id_INTEGERBernd Edlinger2024-01-101-0/+1
* Fix a possible memory leak in sxnet_v2iBernd Edlinger2024-01-101-1/+3
* Avoid memory leak if SXNET_add_id_INTEGER() failsTomas Mraz2024-01-081-3/+10
* Validate config options during x509 extension creationNeil Horman2024-01-054-4/+26
* Add missing documentation for X509_ATTRIBUTE related functions.slontis2024-01-031-1/+1
* Allow duplicate CMS attributesTomas Mraz2024-01-031-10/+73
* Update IPAddressOrRange_cmp function to handle switch caseVikas Verma2023-12-191-0/+4
* Fix a possible memory leak in do_othernameBernd Edlinger2023-12-121-3/+10
* Fix loading more than one certificate in PEM format in X509_load_cert_file_ex()olszomal2023-12-041-0/+11
* Fix a possible use after free in X509v3_asid_add_id_or_rangeBernd Edlinger2023-12-011-4/+13
* x509_print_ex: Remove unused setting when XN_FLAG_COMPAT is setDamian Hobson-Garcia2023-10-262-6/+2
* Fix X509_REQ_print_ex bugDamian Hobson-Garcia2023-10-261-3/+5
* x509_print_ex:Use correct constant for nmflag comparisonDamian Hobson-Garcia2023-10-262-2/+2
* Do not include crypto/asn1.h from internal/cryptlib.hTomas Mraz2023-10-191-1/+2
* Copyright year updatesMatt Caswell2023-09-282-2/+2
* Support all NULL-syntax X.509v3 extensionsJonathan M. Wilbur2023-09-259-2/+333
* "foo * bar" should be "foo *bar"Dimitri Papadopoulos2023-09-111-2/+2
* Remove repeated wordsDimitri Papadopoulos2023-09-111-1/+1
* Copyright year updatesMatt Caswell2023-09-0724-24/+24
* ossl_x509_store_ctx_get_by_subject(): Check return value of X509_STORE_lock()Tomas Mraz2023-08-181-1/+2
* Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasonsvl-loz2023-08-171-0/+12
* Fix decoders so that they use the passed in propq.slontis2023-08-161-2/+3
* Check i2d_X509_NAME return in X509_NAME_hash_ex/old3lswear2023-08-161-3/+6
* Fix a regression in X509_VERIFY_PARAM_add0_policy()Matt Caswell2023-07-311-2/+8
* x509/by_file.c: fix unreachable and redundant codeatishkov2023-07-271-49/+45
* get_cert_by_subject_ex(): Check result of X509_STORE_lock()atishkov2023-07-251-4/+6
* x509: add ASN1_STRING_set() check resultatishkov2023-07-251-18/+13
* fix: reject adding a duplicity into STACK_OF(X509_ATTRIBUTE)Adam Šulc2023-07-241-1/+1
* x509: update to structure based atomicsPauli2023-07-013-5/+9
* Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau2023-06-153-37/+8
* Fix typos found by codespellDimitri Papadopoulos2023-06-151-1/+1
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-141-0/+2
* X509_NAME_cmp fix for empty nameWim Decroix2023-06-121-4/+4
* Fix incorrect ERR_raise() callsTheo Buehler2023-06-121-3/+3
* Coverity 1531872: j is not used anywhere later, remove the assignmentTomas Mraz2023-06-101-1/+0
* allow to disable httpVladimír Kotal2023-06-061-0/+4
* Don't take a write lock to retrieve a value from a stackMatt Caswell2023-06-051-2/+20
* Avoid an unneccessary lock if we didn't add anything to the storeMatt Caswell2023-06-051-5/+9
* x509: Handle ossl_policy_level_add_node errorsClemens Lang2023-05-291-3/+13
* x509: Fix possible use-after-free when OOMClemens Lang2023-05-291-2/+10
* x509: sort stacks before findsPauli2023-05-017-0/+24
* x509: sort stacks prior to searchingPauli2023-04-281-0/+6
* Fix checking return code of EVP_PKEY_get_int_param at check_curvePetr Mikhalicin2023-04-211-1/+1