aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* 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
* RFC7250 (RPK) supportTodd Short2023-03-282-20/+200
* Ensure that EXFLAG_INVALID_POLICY is checked even in leaf certsMatt Caswell2023-03-281-2/+10
* x509: excessive resource use verifying policy constraintsPauli2023-03-223-14/+42
* doc/man3/X509_STORE_CTX_get_error.pod: make order consistent, add some missin...Dr. David von Oheimb2023-03-151-1/+6
* first cut at sigalg loadingMichael Baentsch2023-02-241-7/+16
* Fix GENERAL_NAME_cmp for x400Address (master)Hugo Landau2023-02-071-1/+1
* Do not create DSA keys without parameters by decoderTomas Mraz2023-02-071-0/+24
* Fix type confusion in nc_match_single()Viktor Dukhovni2023-02-071-14/+31
* APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb2023-01-241-0/+6
* X509{,_CRL,_REVOKED}_{set,sign}*(): fix 'modified' field and return valuesDr. David von Oheimb2023-01-243-47/+64
* Fix corruption when searching for CRLs in hashed directoriesHugo Landau2023-01-241-3/+13
* X509_V_ERR_INVALID_PURPOSE: fix misleading text; Fix omission in X509_VERIFY_...Dr. David von Oheimb2023-01-231-1/+1
* Fix incorrect error return value in i2r_ADMISSION_SYNTAX()Niels Dossche2023-01-191-1/+1
* Refine the documents of several APIsPeiwei Hu2022-12-162-2/+8
* x509: fix double locking problemPauli2022-12-081-4/+0
* Fix coverity issues in X509v3_addrslontis2022-11-211-14/+14
* x509/v3_purp.c: rename 'require_ca' parameters to the more adequate 'non_leaf'Dr. David von Oheimb2022-11-181-39/+39
* x509/v3_purp.c etc.: improve doc/comments on codesign and timestamp purpose c...Dr. David von Oheimb2022-11-181-6/+20
* Catch incorrect IPAddressFamily lengthsGraham Woodward2022-11-161-0/+28
* punycode: update to use WPACKET instead of using custom range checkingPauli2022-11-111-6/+4
* Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis2022-11-021-0/+35
* x509: fix -Wunused-but-set-variableSam James2022-10-211-5/+1
* Fix no longer implicitly refresh the cached TBSCertificateGibeom Gwon2022-10-201-48/+32
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-126-6/+6
* Fix regression in i2d_re_X509_REQ_tbs()Tomas Mraz2022-10-051-3/+1