summaryrefslogtreecommitdiff
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-0548-388/+422
* x509_vpm.c: add missing direct error reporting and improve coding styleDr. David von Oheimb2022-09-161-40/+42
* X509_STORE_CTX_set_default(): improve error handling, also in its useDavid von Oheimb2022-09-161-13/+7
* Add support for loading root CAs from Windows crypto APIHugo Landau2022-09-143-11/+12
* Fix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI envHugo Landau2022-09-143-7/+36
* crypto/x509/{x509_req,x_all}.c: add some NULL parameter checks, improve codin...Dr. David von Oheimb2022-09-102-19/+71
* X509 x_all.c: Set 'modified' flag when ASN1_item_sign{,_ctx} call was successfulGibeom Gwon2022-09-101-24/+48
* X509 x509_req.c: Set 'modified' flag when X509_req_info_st member data updatedGibeom Gwon2022-09-102-16/+26
* X509: clean up doc and implementation of X509{,_REQ}_check_private_key()Dr. David von Oheimb2022-08-242-32/+21
* x509_att.c: improve error checking and reporting and coding styleDr. David von Oheimb2022-08-243-40/+62
* X509_REQ_get_extensions: add error queue entry on ill-formed extensions attri...Dr. David von Oheimb2022-08-241-1/+3
* Moving notify check after the no time checkRyan Kelley2022-08-231-2/+2
* X509: Add "code sign" as purpose for verification of certificatesLutz Jaenicke2022-08-182-0/+68
* crypto/x509/x509_vpm.c: update format of X509_VERIFY_PARAM default_tableLutz Jaenicke2022-08-181-5/+10
* Fix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRINT should not be an errorDr. David von Oheimb2022-08-181-11/+5
* x509_lu.c and x509_vfy.c: improve coding style, comments, and related docDr. David von Oheimb2022-07-262-119/+126
* Fix a crash in v2i_IPAddrBlocks()Matt Caswell2022-07-221-5/+11
* crypto/x509/v3_addr.c: fix style nits reported by check-format.plDr. David von Oheimb2022-07-191-34/+57
* libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb2022-07-192-10/+4
* libcrypto refactoring: make more use of ASN1_STRING_set0()Dr. David von Oheimb2022-07-191-3/+1
* Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb2022-07-191-8/+13
* crypto/x509/v3_purp.c: Improve coding styleDr. David von Oheimb2022-07-131-61/+46