| Commit message (Expand) | Author | Age | Files | Lines |
* | x509: sort stacks before finds | Pauli | 2023-05-01 | 7 | -0/+24 |
* | x509: sort stacks prior to searching | Pauli | 2023-04-28 | 1 | -0/+6 |
* | Fix checking return code of EVP_PKEY_get_int_param at check_curve | Petr Mikhalicin | 2023-04-21 | 1 | -1/+1 |
* | RFC7250 (RPK) support | Todd Short | 2023-03-28 | 2 | -20/+200 |
* | Ensure that EXFLAG_INVALID_POLICY is checked even in leaf certs | Matt Caswell | 2023-03-28 | 1 | -2/+10 |
* | x509: excessive resource use verifying policy constraints | Pauli | 2023-03-22 | 3 | -14/+42 |
* | doc/man3/X509_STORE_CTX_get_error.pod: make order consistent, add some missin... | Dr. David von Oheimb | 2023-03-15 | 1 | -1/+6 |
* | first cut at sigalg loading | Michael Baentsch | 2023-02-24 | 1 | -7/+16 |
* | Fix GENERAL_NAME_cmp for x400Address (master) | Hugo Landau | 2023-02-07 | 1 | -1/+1 |
* | Do not create DSA keys without parameters by decoder | Tomas Mraz | 2023-02-07 | 1 | -0/+24 |
* | Fix type confusion in nc_match_single() | Viktor Dukhovni | 2023-02-07 | 1 | -14/+31 |
* | APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is given | Dr. David von Oheimb | 2023-01-24 | 1 | -0/+6 |
* | X509{,_CRL,_REVOKED}_{set,sign}*(): fix 'modified' field and return values | Dr. David von Oheimb | 2023-01-24 | 3 | -47/+64 |
* | Fix corruption when searching for CRLs in hashed directories | Hugo Landau | 2023-01-24 | 1 | -3/+13 |
* | X509_V_ERR_INVALID_PURPOSE: fix misleading text; Fix omission in X509_VERIFY_... | Dr. David von Oheimb | 2023-01-23 | 1 | -1/+1 |
* | Fix incorrect error return value in i2r_ADMISSION_SYNTAX() | Niels Dossche | 2023-01-19 | 1 | -1/+1 |
* | Refine the documents of several APIs | Peiwei Hu | 2022-12-16 | 2 | -2/+8 |
* | x509: fix double locking problem | Pauli | 2022-12-08 | 1 | -4/+0 |
* | Fix coverity issues in X509v3_addr | slontis | 2022-11-21 | 1 | -14/+14 |
* | x509/v3_purp.c: rename 'require_ca' parameters to the more adequate 'non_leaf' | Dr. David von Oheimb | 2022-11-18 | 1 | -39/+39 |
* | x509/v3_purp.c etc.: improve doc/comments on codesign and timestamp purpose c... | Dr. David von Oheimb | 2022-11-18 | 1 | -6/+20 |
* | Catch incorrect IPAddressFamily lengths | Graham Woodward | 2022-11-16 | 1 | -0/+28 |
* | punycode: update to use WPACKET instead of using custom range checking | Pauli | 2022-11-11 | 1 | -6/+4 |
* | Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio. | slontis | 2022-11-02 | 1 | -0/+35 |
* | x509: fix -Wunused-but-set-variable | Sam James | 2022-10-21 | 1 | -5/+1 |
* | Fix no longer implicitly refresh the cached TBSCertificate | Gibeom Gwon | 2022-10-20 | 1 | -48/+32 |
* | crypto/*: Fix various typos, repeated words, align some spelling to LDP. | FdaSilvaYY | 2022-10-12 | 6 | -6/+6 |
* | Fix regression in i2d_re_X509_REQ_tbs() | Tomas Mraz | 2022-10-05 | 1 | -3/+1 |
* | Stop raising ERR_R_MALLOC_FAILURE in most places | Richard Levitte | 2022-10-05 | 48 | -388/+422 |
* | x509_vpm.c: add missing direct error reporting and improve coding style | Dr. David von Oheimb | 2022-09-16 | 1 | -40/+42 |
* | X509_STORE_CTX_set_default(): improve error handling, also in its use | David von Oheimb | 2022-09-16 | 1 | -13/+7 |
* | Add support for loading root CAs from Windows crypto API | Hugo Landau | 2022-09-14 | 3 | -11/+12 |
* | Fix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI env | Hugo Landau | 2022-09-14 | 3 | -7/+36 |
* | crypto/x509/{x509_req,x_all}.c: add some NULL parameter checks, improve codin... | Dr. David von Oheimb | 2022-09-10 | 2 | -19/+71 |
* | X509 x_all.c: Set 'modified' flag when ASN1_item_sign{,_ctx} call was successful | Gibeom Gwon | 2022-09-10 | 1 | -24/+48 |
* | X509 x509_req.c: Set 'modified' flag when X509_req_info_st member data updated | Gibeom Gwon | 2022-09-10 | 2 | -16/+26 |
* | X509: clean up doc and implementation of X509{,_REQ}_check_private_key() | Dr. David von Oheimb | 2022-08-24 | 2 | -32/+21 |
* | x509_att.c: improve error checking and reporting and coding style | Dr. David von Oheimb | 2022-08-24 | 3 | -40/+62 |
* | X509_REQ_get_extensions: add error queue entry on ill-formed extensions attri... | Dr. David von Oheimb | 2022-08-24 | 1 | -1/+3 |
* | Moving notify check after the no time check | Ryan Kelley | 2022-08-23 | 1 | -2/+2 |
* | X509: Add "code sign" as purpose for verification of certificates | Lutz Jaenicke | 2022-08-18 | 2 | -0/+68 |
* | crypto/x509/x509_vpm.c: update format of X509_VERIFY_PARAM default_table | Lutz Jaenicke | 2022-08-18 | 1 | -5/+10 |
* | Fix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRINT should not be an error | Dr. David von Oheimb | 2022-08-18 | 1 | -11/+5 |
* | x509_lu.c and x509_vfy.c: improve coding style, comments, and related doc | Dr. David von Oheimb | 2022-07-26 | 2 | -119/+126 |
* | Fix a crash in v2i_IPAddrBlocks() | Matt Caswell | 2022-07-22 | 1 | -5/+11 |
* | crypto/x509/v3_addr.c: fix style nits reported by check-format.pl | Dr. David von Oheimb | 2022-07-19 | 1 | -34/+57 |
* | libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left() | Dr. David von Oheimb | 2022-07-19 | 2 | -10/+4 |
* | libcrypto refactoring: make more use of ASN1_STRING_set0() | Dr. David von Oheimb | 2022-07-19 | 1 | -3/+1 |
* | Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param() | Dr. David von Oheimb | 2022-07-19 | 1 | -8/+13 |
* | crypto/x509/v3_purp.c: Improve coding style | Dr. David von Oheimb | 2022-07-13 | 1 | -61/+46 |