summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
2023-09-28Copyright year updatesMatt Caswell
2023-09-25Support all NULL-syntax X.509v3 extensionsJonathan M. Wilbur
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-08-18ossl_x509_store_ctx_get_by_subject(): Check return value of X509_STORE_lock()Tomas Mraz
2023-08-17Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasonsvl-loz
2023-08-16Fix decoders so that they use the passed in propq.slontis
2023-08-16Check i2d_X509_NAME return in X509_NAME_hash_ex/old3lswear
2023-07-31Fix a regression in X509_VERIFY_PARAM_add0_policy()Matt Caswell
2023-07-27x509/by_file.c: fix unreachable and redundant codeatishkov
2023-07-25get_cert_by_subject_ex(): Check result of X509_STORE_lock()atishkov
2023-07-25x509: add ASN1_STRING_set() check resultatishkov
2023-07-24fix: reject adding a duplicity into STACK_OF(X509_ATTRIBUTE)Adam Šulc
2023-07-01x509: update to structure based atomicsPauli
2023-06-15Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-06-12X509_NAME_cmp fix for empty nameWim Decroix
2023-06-12Fix incorrect ERR_raise() callsTheo Buehler
2023-06-10Coverity 1531872: j is not used anywhere later, remove the assignmentTomas Mraz
2023-06-06allow to disable httpVladimír Kotal
2023-06-05Don't take a write lock to retrieve a value from a stackMatt Caswell
2023-06-05Avoid an unneccessary lock if we didn't add anything to the storeMatt Caswell
2023-05-29x509: Handle ossl_policy_level_add_node errorsClemens Lang
2023-05-29x509: Fix possible use-after-free when OOMClemens Lang
2023-05-01x509: sort stacks before findsPauli
2023-04-28x509: sort stacks prior to searchingPauli
2023-04-21Fix checking return code of EVP_PKEY_get_int_param at check_curvePetr Mikhalicin
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-28Ensure that EXFLAG_INVALID_POLICY is checked even in leaf certsMatt Caswell
2023-03-22x509: excessive resource use verifying policy constraintsPauli
2023-03-15doc/man3/X509_STORE_CTX_get_error.pod: make order consistent, add some missin...Dr. David von Oheimb
2023-02-24first cut at sigalg loadingMichael Baentsch
2023-02-07Fix GENERAL_NAME_cmp for x400Address (master)Hugo Landau
2023-02-07Do not create DSA keys without parameters by decoderTomas Mraz
2023-02-07Fix type confusion in nc_match_single()Viktor Dukhovni
2023-01-24APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb
2023-01-24X509{,_CRL,_REVOKED}_{set,sign}*(): fix 'modified' field and return valuesDr. David von Oheimb
2023-01-24Fix corruption when searching for CRLs in hashed directoriesHugo Landau
2023-01-23X509_V_ERR_INVALID_PURPOSE: fix misleading text; Fix omission in X509_VERIFY_...Dr. David von Oheimb
2023-01-19Fix incorrect error return value in i2r_ADMISSION_SYNTAX()Niels Dossche
2022-12-16Refine the documents of several APIsPeiwei Hu
2022-12-08x509: fix double locking problemPauli
2022-11-21Fix coverity issues in X509v3_addrslontis
2022-11-18x509/v3_purp.c: rename 'require_ca' parameters to the more adequate 'non_leaf'Dr. David von Oheimb
2022-11-18x509/v3_purp.c etc.: improve doc/comments on codesign and timestamp purpose c...Dr. David von Oheimb
2022-11-16Catch incorrect IPAddressFamily lengthsGraham Woodward
2022-11-11punycode: update to use WPACKET instead of using custom range checkingPauli
2022-11-02Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis