summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
7 daysfix: extension critical definition to default falseJonathan M. Wilbur
2024-05-01CMP: Improvements of the support for requesting CRLRajeev Ranjan
2024-05-01CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb
2024-04-30Fix race for X509 store found by thread sanitizerRobert Schulze
2024-04-26Avoid duplicate default CApath lookupsViktor Dukhovni
2024-04-24x509_acert: Load attributes from config file sectionDamian Hobson-Garcia
2024-04-24Add IETFAttrSyntax type supportDamian Hobson-Garcia
2024-04-24x509_acert: Add and retrieve certificate extensionsDamian Hobson-Garcia
2024-04-24x509_acert: Add API to sign and verify attribute certificatesDamian Hobson-Garcia
2024-04-24x509_acert: Add, remove and get attribute certificate attributesDamian Hobson-Garcia
2024-04-24Attribute certificate printing functionsDamian Hobson-Garcia
2024-04-24Attribute certificate getter and setter APIDamian Hobson-Garcia
2024-04-24Add RFC 5755 attribute certificate supportDamian Hobson-Garcia
2024-04-12make_addressPrefix(): Fix a memory leak in error caseTomas Mraz
2024-04-09Copyright year updatesRichard Levitte
2024-03-30x509/x509_set.c: Add the check for the EVP_MD_CTX_get_size()Jiasheng Jiang
2024-03-29Reject setting invalid CSR versionsJob Snijders
2024-03-07Fix a memory leak on successful load of CRLDmitry Belyavskiy
2024-01-15Add X509_STORE_get1_objectsDavid Benjamin
2024-01-15Removed logically dead code from function i2r_issuer_sign_toolGopal Sharma
2024-01-10Fix a similar memory leak in SXNET_add_id_INTEGERBernd Edlinger
2024-01-10Fix a possible memory leak in sxnet_v2iBernd Edlinger
2024-01-08Avoid memory leak if SXNET_add_id_INTEGER() failsTomas Mraz
2024-01-05Validate config options during x509 extension creationNeil Horman
2024-01-03Add missing documentation for X509_ATTRIBUTE related functions.slontis
2024-01-03Allow duplicate CMS attributesTomas Mraz
2023-12-19Update IPAddressOrRange_cmp function to handle switch caseVikas Verma
2023-12-12Fix a possible memory leak in do_othernameBernd Edlinger
2023-12-04Fix loading more than one certificate in PEM format in X509_load_cert_file_ex()olszomal
2023-12-01Fix a possible use after free in X509v3_asid_add_id_or_rangeBernd Edlinger
2023-10-26x509_print_ex: Remove unused setting when XN_FLAG_COMPAT is setDamian Hobson-Garcia
2023-10-26Fix X509_REQ_print_ex bugDamian Hobson-Garcia
2023-10-26x509_print_ex:Use correct constant for nmflag comparisonDamian Hobson-Garcia
2023-10-19Do not include crypto/asn1.h from internal/cryptlib.hTomas Mraz
2023-09-28Copyright year updatesMatt Caswell
2023-09-25Support all NULL-syntax X.509v3 extensionsJonathan M. Wilbur
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-08-18ossl_x509_store_ctx_get_by_subject(): Check return value of X509_STORE_lock()Tomas Mraz
2023-08-17Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasonsvl-loz
2023-08-16Fix decoders so that they use the passed in propq.slontis
2023-08-16Check i2d_X509_NAME return in X509_NAME_hash_ex/old3lswear
2023-07-31Fix a regression in X509_VERIFY_PARAM_add0_policy()Matt Caswell
2023-07-27x509/by_file.c: fix unreachable and redundant codeatishkov
2023-07-25get_cert_by_subject_ex(): Check result of X509_STORE_lock()atishkov
2023-07-25x509: add ASN1_STRING_set() check resultatishkov
2023-07-24fix: reject adding a duplicity into STACK_OF(X509_ATTRIBUTE)Adam Ć ulc
2023-07-01x509: update to structure based atomicsPauli
2023-06-15Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau