x509: excessive resource use verifying policy constraints
[openssl.git] / crypto /
2023-03-22 Paulix509: excessive resource use verifying policy constraints
2023-03-16 PauliFix copyright disclaimer.
2023-03-09 PauliFix copyright header
2023-02-22 Gang Chencrypto/conf: gcc build warning fix
2023-02-11 Hubert Kariorsa: add msvc intrinsic for non x64 platforms
2023-02-07 Richard LevitteUpdate copyright year
2023-02-03 Hugo LandauCVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address...
2023-02-03 Matt CaswellFix a UAF resulting from a bug in BIO_new_NDEF
2023-02-03 Matt CaswellAvoid dangling ptrs in header and data params for PEM_r...
2023-02-03 Matt CaswellFix Timing Oracle in RSA decryption
2023-01-31 Gerd Hoffmanncrypto/bio: drop float formating for UEFI
2023-01-24 Hugo LandauFix corruption when searching for CRLs in hashed direct...
2023-01-19 Bernd EdlingerFix various clang-14/15 compiler warnings
2023-01-14 Bernd EdlingerLimit size of modulus for bn_mul_mont and BN_mod_exp_mo...
2022-12-22 Matt CaswellEnsure ossl_cms_EncryptedContent_init_bio() reports...
2022-12-22 Matt CaswellFix BIO_f_asn1() to properly report some errors
2022-12-22 Matt CaswellFix SMIME_crlf_copy() to properly report an error
2022-12-22 Matt CaswellFix BIO_f_cipher() flushing
2022-12-16 Bernd EdlingerFix a memory leak in rsa_priv_encode
2022-11-01 Tomas MrazUpdate copyright year
2022-10-27 Richard LevitteMake openVMS seeding less dependent of OpenVMS version
2022-10-13 Gibeom GwonFix no longer implicitly refresh the cached TBSCertificate
2022-10-11 Matt CaswellUpdate copyright year
2022-09-24 Gibeom GwonX509 x_all.c: Set 'modified' flag when ASN1_item_sign...
2022-09-24 Gibeom GwonX509 x509_req.c: Set 'modified' flag when X509_req_info...
2022-08-23 Ryan KelleyMoving notify check after the no time check
2022-08-17 Paulibn_nist: fix strict aliasing problem
2022-08-04 Roberto Hueso GomezFix EC_KEY_set_private_key() priv_key regression
2022-08-03 Dr. David von OheimbX509_REQ_get_extensions(): Return empty stack if no...
2022-07-30 Bernd EdlingerFix copyright year issues
2022-07-29 valdaarhunFixes segfault occurrence in PEM_write()
2022-07-25 Matt CaswellFix a crash in v2i_IPAddrBlocks()
2022-07-25 Amir MohammadiFix ipv4_from_asc behavior on invalid Ip addresses
2022-07-11 AllanFix memory leak in X509V3_add1_i2d when flag is X509V3_...
2022-07-11 Viktor Szakatsuse #pragma comment(lib) with _MSC_VER only
2022-07-09 Bernd EdlingerMake the DRBG seed propagation thread safe
2022-07-06 Bernd EdlingerFix reported performance degradation on aarch64
2022-07-05 Richard LevitteUpdate copyright year
2022-07-05 Alex ChernyakhovskyFix AES OCB encrypt/decrypt for x86 AES-NI
2022-07-05 slontisFix bn_gcd code to check return value when calling...
2022-07-05 xkernelv3_sxnet: add a check for the return of i2s_ASN1_INTEGER()
2022-07-05 Matt CaswellFix range_should_be_prefix() to actually return the...
2022-06-25 Bernd EdlingerFix a memory leak in EC_GROUP_new_from_ecparameters
2022-06-21 Matt CaswellUpdate copyright year
2022-06-16 Tomas MrazAdd an extra reduction step to RSAZ mod_exp implementations
2022-06-16 Tomas MrazAlways end BN_mod_exp_mont_consttime with normal Montgo...
2022-06-15 Matt CaswellFix a crash in X509v3_asid_subset()
2022-05-25 Bernd EdlingerFix a memory leak in crl_set_issuers
2022-05-24 Bernd EdlingerFix a memory leak in X509_issuer_and_serial_hash
2022-05-24 Bernd EdlingerFix undefined behaviour in EC_GROUP_new_from_ecparameters
2022-05-24 Bernd EdlingerFix a memory leak in ec_key_simple_oct2priv
2022-05-23 Bernd EdlingerFix a crash in asn1_item_embed_new
2022-05-21 Bernd EdlingerBackport a missing bug-fix from master
2022-05-03 Matt CaswellUpdate copyright year
2022-04-09 Dr. Matthias St... err: get rid of err_free_strings_int()
2022-04-09 Dr. Matthias St... err: fix indentation of preprocessor directive
2022-04-09 Dr. Matthias St... err: fix crash in ERR_load_strings() when configured...
2022-04-07 Hugo LandauFix failure to check result of bn_rshift_fixed_top
2022-03-25 Juergen Christs390x: Hide internal cpuid symbol and function
2022-03-25 PauliFix Coverity 1498612: integer overflow
2022-03-23 Hugo LandauFix integer overflow in evp_EncryptDecryptUpdate
2022-03-23 PauliFix Coverity 1201763 uninitialised pointer read
2022-03-20 PauliFix coverity 1498607: uninitialised value
2022-03-18 Tomas Mrazeng_dyn: Avoid spurious errors when checking for 3...
2022-03-15 Matt CaswellUpdate copyright year
2022-03-15 Tomas MrazFix possible infinite loop in BN_mod_sqrt()
2022-03-11 Hugo LandauFix issue where OBJ_nid2obj doesn't always raise an...
2022-03-10 Dmitry BelyavskiyAvoid potential memory leak
2022-03-03 Hugo LandauFix NULL pointer dereference for BN_mod_exp2_mont
2022-02-28 Jiasheng Jiangcrypto/x509/v3_utl.c: Add missing check for OPENSSL_strndup
2022-02-09 Bernd EdlingerCheck for presence of 3.x openssl runtime
2022-02-04 Juan Manuel GuerreroFix builds with DJGPP
2022-02-02 Matt CaswellEnsure X509_STORE_CTX_purpose_inherit handles a 0 defau...
2022-01-27 Tomas Mrazlhash: Avoid 32 bit right shift of a 32 bit value
2022-01-13 Matt CaswellFix a leak in EVP_DigestInit_ex()
2022-01-11 Bernd EdlingerRemove unsafe call to OPENSSL_cpuid_setup
2022-01-05 Tomas Mrazclose_console: Always unlock as the lock is always...
2022-01-04 Dr. David von OheimbUpdate troublesome copyright years of auto-generated...
2021-12-19 KanFix the null pointer dereference
2021-12-14 Matt CaswellUpdate copyright year
2021-12-14 Bernd EdlingerFix a carry overflow bug in bn_sqr_comba4/8 for mips...
2021-12-09 Bernd EdlingerFix a deadlock in OBJ_NAME_add
2021-11-24 Allan JudeFix detection of ARMv7 and ARM64 CPU features on FreeBSD
2021-11-23 Richard LevitteERR: Add a missing common reason string
2021-11-23 Bernd EdlingerAvoid loading of a dynamic engine twice
2021-11-16 zhaozgevp: fix EVP_PKEY_get0_EC_KEY when EC_KEY is SM2
2021-11-09 PW HuFix: invoking x509_name_cannon improperly
2021-10-21 Matt CaswellEnsure pkey_set_type handles ENGINE references correctly
2021-10-07 Bernd EdlingerFix some possible memory leaks in EVP_CipherInit_ex
2021-09-13 Nikita IvanovFix nc_email to check ASN1 strings with NULL byte in...
2021-09-09 Richard LevitteVMS: Fix misspelt type
2021-09-07 Richard LevitteVMS: Compensate for compiler type incompatibility
2021-09-03 Viktor DukhovniPrioritise DANE TLSA issuer certs over peer certs
2021-09-02 Mattias EllertOpenssl fails to compile on Debian with kfreebsd kernels
2021-09-01 Tomas MrazMake the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION...
2021-08-30 Nicola Tuveri[ec] Do not default to OPENSSL_EC_NAMED_CURVE for curve...
2021-08-29 Daniel KrüglerEnsure that _GNU_SOURCE is defined for bss_dgram.c
2021-08-27 Bernd EdlingerFix instances of pointer addition with the NULL pointer
2021-08-27 zhaozgcms: fix memleaks in cms_env.c
2021-08-27 David CarlierDarwin platform allows to build on releases before...
next