]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509
set SSLfatal if tls1_set_shared_sigalgs has a malloc failure
[thirdparty/openssl.git] / crypto / x509 /
4 days ago  Andrew DinhAdd NULL check
6 days ago  Clemens Langx509: Accept 'contentCommitment' as alias
8 days ago  Eugene Syromiatnikovcrypto: use array memory (re)allocation routines
2025-07-27  Igor UstinovFixed #27506, now the behavior with an empty IDN is...
2025-07-25  martinAdd support for TLS 1.3 OCSP multi-stapling for server...
2025-07-17  Norbert PocsDeprecate ASN1_METH internal usage
2025-07-10  Theo BuehlerProvide X509_CRL_get0_tbs_sigalg()
2025-07-02  Tomas Mrazlibapps + libcrypto: Silence warnings on Win64 builds
2025-05-19  JiashengJiangcrypto/x509/v3_lib.c: Free tmpext if X509V3_EXT_add...
2025-05-04  Richard LevitteDrop "by store"'s by_store_subject_ex()
2025-05-04  Richard LevitteRework the "by store" X509_LOOKUP method to open the...
2025-04-26  Dr. David von Oheimbby_store.c: suppress in cache_objects() likely non...
2025-04-24  Luke KurlandskiImproved error message for X509_V_ERR_CERT_NOT_YET_VALID
2025-04-14  aaSchwagerfixed multiline output bug in crl command, ensuring...
2025-03-12  openssl-machineCopyright year updates
2025-03-04  Ivan Stankovićx509: allow SAN URIs to contain userinfo
2025-03-03  Bartel ArtemX509v3_addr_canonize(): Check whether addr == NULL
2025-02-25  Niels DosscheFix potential memory leak in policy_section()
2025-02-18  Frederik Wedel-HeinenAdds missing checks of return from XXX_up_ref(). feature/evp_skey
2025-02-18  slontisSLH-DSA: Remove legacy ASN1 method tables for SLH-DSA...
2025-02-18  slontisAdd SLH_DSA key validation.
2025-02-18  slontisAdd SLH-DSA encoder/decoder support.
2025-02-12  Dr. David von OheimbX509_STORE_CTX_get1_issuer(): make happy path quicker...
2025-02-12  Dr. David von Oheimbx509_vfy.c: refactor parameter of get0_best_issuer_sk...
2025-01-28  Kazuki YamaguchiUse ASN1_INTEGER_get_int64() in ossl_serial_number_print()
2025-01-28  Kazuki YamaguchiFix pretty-printing empty serial number in ossl_serial_...
2025-01-28  Josh CooperOpen pem files in binary mode
2025-01-27  Rajeev RanjanAdd function X509_VERIFY_PARAM_get_purpose()
2025-01-20  Dr. David von Oheimbfix X509_PURPOSE_add() to take |sname| as primary key...
2025-01-20  Dr. David von Oheimbfix X509_PURPOSE_set() to support clearing the purpose...
2025-01-20  otherddn1978If you call X509_add_cert with cert == NULL and the...
2025-01-17  Jonathan M. Wilburfeat: support the aAissuingDistributionPoint X.509v3...
2025-01-08  Frederik Wedel-HeinenFree data if sk_OPENSSL_STRING_push fails.
2025-01-02  Jonathan M. Wilburfeat: support the allowedAttributeAssignments X.509v3...
2024-12-26  ryuishiiX509_ACERT_sign_ctx(): Remove superfluous reference
2024-12-23  Jonathan M. Wilburfeat: support the attributeMappings X.509v3 extension
2024-12-11  Jonathan M. Wilburfeat: support the timeSpecification X.509v3 extension
2024-12-10  Neil HormanFix potential use-after-free in REF_PRINT_COUNT
2024-11-22  Peiwei HuFix wrong return value checks for some functions
2024-11-20  Dr. David von Oheimbx509_vfy.c and x509_lu.c: refactor find_issuer(), X509_...
2024-11-13  Dr. David von OheimbFix doc and use of_X509v3_add_extensions() in case...
2024-11-13  Jonathan M. Wilburfeat: define and use ossl_bio_print_hex
2024-11-13  Jonathan M. Wilburfeat: support the attributeDescriptor X.509v3 extension
2024-11-07  oleg.hoeflingAdjust naming authority formatting when printing out...
2024-11-07  Niels DosscheFix memory leak on failure in copy_issuer()
2024-11-05  Niels DosscheRemove unnecessary sk_GENERAL_NAME_free() calls on...
2024-11-05  Celeste Liux509: add a newline after printing Full Name
2024-11-04  Gábor TóthváriRemove two unused union members from struct x509_object_st.
2024-10-08  Dmitry BelyavskiyIncrease limit for CRL download
2024-10-04  Maks Mishinv3_ncons: Fix difference args names in nc_match_single...
2024-09-26  Зишан МирзаCheck file name for not being NULL before opening it
2024-09-24  JohnnySavagesCheck sk_X509_value result before dereference
2024-09-16  Jonathan M. Wilburfeat: use ossl_serial_number_print in X509_print_ex
2024-09-16  Jonathan M. Wilburfeat: add ossl_serial_number_print
2024-09-16  Jonathan M. Wilburfeat: support the roleSpecCertIdentifier X.509v3 extension
2024-09-10  Jonathan M. Wilburfeat: print <none> in issuer serials in ac targeting...
2024-09-10  Jonathan M. Wilburfeat: support the authorityAttributeIdentifier X.509v3...
2024-09-05  Tomas MrazCopyright year updates
2024-09-03  Viktor DukhovniAvoid type errors in EAI-related name check logic.
2024-08-27  Jonathan M. Wilburfeat: add support for issuedOnBehalfOf X.509v3 extension
2024-08-26  Jonathan M. Wilburfix: alias auditEntity OID
2024-08-26  Jonathan M. Wilburfeat: support auditIdentity X.509v3 extension
2024-08-21  Beat Bollix_attrib: fix a memory leak
2024-08-17  Dmitry BelyavskiyWe can't check policy if we got an empty stack of certs
2024-08-07  Mathis MarionRemove duplicate colon in otherName display
2024-08-07  Tomas Mrazossl_print_attribute_value(): use a sequence value...
2024-08-07  FdaSilvaYYcrypto: factorize to hex chars conversion code.
2024-08-07  Dimitri PapadopoulosFix typos found by codespell
2024-07-24  Jonathan M. Wilburdoc: the basicAttConstraints X.509v3 extension
2024-07-24  Jonathan M. Wilburfeat: support the basicAttConstraints X.509v3 extension
2024-07-22  Dimitri Papadopoulosthat open brace { should be on the previous line
2024-07-22  Dimitri PapadopoulosRemove trailing whitespace
2024-07-21  Tomas Mrazi2d_name_canon(): Check overflow in len accumulation
2024-07-12  Tomas Mrazx_attrib.c: Fix print_hex() function
2024-07-10  Dr. David von Oheimbextend X509_REQ_add_extensions_nid() and thuis APPS...
2024-07-10  Dr. David von Oheimbadd X509v3_add_extensions()
2024-07-10  Dr. David von Oheimbrefactor and constify X509_REQ_get_extensions()
2024-07-10  Dr. David von Oheimbconstify ossl_x509at_add1_attr()
2024-07-10  Dr. David von OheimbX509at_add1_attr*(): extend error entry on duplicate...
2024-07-09  Neil HormanAllow OPENSSLDIR/ENGINESDIR/MODULESDIR to be NULL
2024-07-09  Neil Hormanconvert users of build time defaults to use new default...
2024-07-04  Jonathan M. Wilburfeat: support userNotice X.509v3 extension
2024-06-28  Jonathan M. Wilburossl_print_attribute_value(): Multiple minor fixes...
2024-06-26  Jonathan M. Wilburfeat: add acceptablePrivilegePolicies and acceptableCer...
2024-06-24  David Benjaminstricter parser for ipv4_from_asc
2024-06-24  Jonathan M. WilburSupport subjectDirectoryAttributes and associatedInform...
2024-06-21  erbsland-devAdd Version Check for CSR Verification
2024-06-20  Jonathan M. Wilburfeat: add delegatedNameConstraints and holderNameConstr...
2024-06-17  Jonathan M. WilburAdd support for targetingInformation X.509v3 extension
2024-05-30  sashanFix potential memory leak in OSSL_IETF_ATTR_SYNTAX_add1...
2024-05-14  Jonathan M. Wilburfix: extension critical definition to default false
2024-05-01  Rajeev RanjanCMP: Improvements of the support for requesting CRL
2024-05-01  Dr. David von OheimbCMP: add support for genm with crlStatusList and genp...
2024-04-30  Robert SchulzeFix race for X509 store found by thread sanitizer
2024-04-26  Viktor DukhovniAvoid duplicate default CApath lookups
2024-04-24  Damian Hobson-Garciax509_acert: Load attributes from config file section
2024-04-24  Damian Hobson-GarciaAdd IETFAttrSyntax type support
2024-04-24  Damian Hobson-Garciax509_acert: Add and retrieve certificate extensions
2024-04-24  Damian Hobson-Garciax509_acert: Add API to sign and verify attribute certif...
2024-04-24  Damian Hobson-Garciax509_acert: Add, remove and get attribute certificate...
next