Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-10-21x509: fix -Wunused-but-set-variableSam James
2022-10-20Fix no longer implicitly refresh the cached TBSCertificateGibeom Gwon
2022-10-12crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-05Fix regression in i2d_re_X509_REQ_tbs()Tomas Mraz
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-16x509_vpm.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-09-16X509_STORE_CTX_set_default(): improve error handling, also in its useDavid von Oheimb
2022-09-14Add support for loading root CAs from Windows crypto APIHugo Landau
2022-09-14Fix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI envHugo Landau
2022-09-10crypto/x509/{x509_req,x_all}.c: add some NULL parameter checks, improve codin...Dr. David von Oheimb
2022-09-10X509 x_all.c: Set 'modified' flag when ASN1_item_sign{,_ctx} call was successfulGibeom Gwon
2022-09-10X509 x509_req.c: Set 'modified' flag when X509_req_info_st member data updatedGibeom Gwon
2022-08-24X509: clean up doc and implementation of X509{,_REQ}_check_private_key()Dr. David von Oheimb
2022-08-24x509_att.c: improve error checking and reporting and coding styleDr. David von Oheimb
2022-08-24X509_REQ_get_extensions: add error queue entry on ill-formed extensions attri...Dr. David von Oheimb
2022-08-23Moving notify check after the no time checkRyan Kelley
2022-08-18X509: Add "code sign" as purpose for verification of certificatesLutz Jaenicke
2022-08-18crypto/x509/x509_vpm.c: update format of X509_VERIFY_PARAM default_tableLutz Jaenicke
2022-08-18Fix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRINT should not be an errorDr. David von Oheimb
2022-07-26x509_lu.c and x509_vfy.c: improve coding style, comments, and related docDr. David von Oheimb
2022-07-22Fix a crash in v2i_IPAddrBlocks()Matt Caswell
2022-07-19crypto/x509/v3_addr.c: fix style nits reported by check-format.plDr. David von Oheimb
2022-07-19libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb
2022-07-19libcrypto refactoring: make more use of ASN1_STRING_set0()Dr. David von Oheimb
2022-07-19Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb
2022-07-13crypto/x509/v3_purp.c: Improve coding styleDr. David von Oheimb
2022-07-13crypto/x509/x509_vfy.c: Improve coding styleDr. David von Oheimb
2022-07-12x509_vfy.c: Revert the core of #14094 regarding chain_build() error reportingDr. David von Oheimb
2022-07-11Fix memory leak in X509V3_add1_i2d when flag is X509V3_ADD_DELETEAllan
2022-07-05v3_sxnet: add a check for the return of i2s_ASN1_INTEGER()xkernel
2022-06-28Fix range_should_be_prefix() to actually return the correct resultMatt Caswell
2022-06-23Fix the checks of X509_LOOKUP_* functionsPeiwei Hu
2022-06-22crypto/x509/by_store.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-06-15Fix a crash in X509v3_asid_subset()Matt Caswell
2022-05-26Fix check of dtls1_process_recordPeiwei Hu
2022-05-25Fix style nits in crl_set_issuersBernd Edlinger
2022-05-25Fix a memory leak in crl_set_issuersBernd Edlinger
2022-05-24Fix a memory leak in X509_issuer_and_serial_hashBernd Edlinger
2022-05-23Fix a crash in asn1_item_embed_newBernd Edlinger
2022-05-04X509{,_LOOKUP}: Improve distinction between not found and fatal/internal errorDr. David von Oheimb
2022-05-03Update copyright yearMatt Caswell
2022-04-26Clear unused variables in X509_print_ex()zhouzilong
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-12Add return value check of X509V3_add_value() in X509V3_parse_list()Zhou Qingyang
2022-03-10Avoid potential memory leakDmitry Belyavskiy
2022-02-28crypto/x509/v3_utl.c: Add missing check for OPENSSL_strndupJiasheng Jiang
2022-02-21x509: handle returns from X509_TRUST_get_by_id() more consistentlyPauli
2022-02-11Change condition to avoid spurious compiler complaints.Pauli