summaryrefslogtreecommitdiff
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto/x509/x509_vfy.c: Improve coding styleDr. David von Oheimb2022-07-131-14/+12
* x509_vfy.c: Revert the core of #14094 regarding chain_build() error reportingDr. David von Oheimb2022-07-121-5/+0
* Fix memory leak in X509V3_add1_i2d when flag is X509V3_ADD_DELETEAllan2022-07-111-1/+3
* v3_sxnet: add a check for the return of i2s_ASN1_INTEGER()xkernel2022-07-051-0/+2
* Fix range_should_be_prefix() to actually return the correct resultMatt Caswell2022-06-281-2/+12
* Fix the checks of X509_LOOKUP_* functionsPeiwei Hu2022-06-231-2/+2
* crypto/x509/by_store.c: Add check for OPENSSL_strdupJiasheng Jiang2022-06-221-1/+5
* Fix a crash in X509v3_asid_subset()Matt Caswell2022-06-151-9/+22
* Fix check of dtls1_process_recordPeiwei Hu2022-05-261-1/+1
* Fix style nits in crl_set_issuersBernd Edlinger2022-05-251-6/+8
* Fix a memory leak in crl_set_issuersBernd Edlinger2022-05-251-3/+7
* Fix a memory leak in X509_issuer_and_serial_hashBernd Edlinger2022-05-241-2/+2
* Fix a crash in asn1_item_embed_newBernd Edlinger2022-05-231-1/+1
* X509{,_LOOKUP}: Improve distinction between not found and fatal/internal errorDr. David von Oheimb2022-05-043-42/+80
* Update copyright yearMatt Caswell2022-05-0314-14/+14
* Clear unused variables in X509_print_ex()zhouzilong2022-04-261-2/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-1/+1
* Add return value check of X509V3_add_value() in X509V3_parse_list()Zhou Qingyang2022-04-121-4/+12