Fix a crash in v2i_IPAddrBlocks()
[openssl.git] / crypto /
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...
2021-08-26 zhaozgts: fix memleaks caused by TS_VERIFY_CTX_set_imprint
2021-08-26 Bernd EdlingerCheck for null-pointer dereference in dh_cms_set_peerkey
2021-08-25 Bernd EdlingerFix some strict gcc-12 warnings
2021-08-24 Matt CaswellRun make update
2021-08-24 Matt CaswellUpdate copyright year
2021-08-24 Matt CaswellCheck the plaintext buffer is large enough when decrypt...
2021-08-24 Matt CaswellCorrectly calculate the length of SM2 plaintext given...
2021-08-24 Matt CaswellFix the error handling in i2v_AUTHORITY_KEYID
2021-08-24 Matt CaswellAllow fuzz builds to detect string overruns
2021-08-24 Matt CaswellFix EC_GROUP_new_from_ecparameters to check the base...
2021-08-24 Matt CaswellFix NETSCAPE_SPKI_print function to not assume NUL...
2021-08-24 Matt CaswellFix append_ia5 function to not assume NUL terminated...
2021-08-24 Matt CaswellFix the name constraints code to not assume NUL termina...
2021-08-24 Matt CaswellFix printing of PROXY_CERT_INFO_EXTENSION to not assume...
2021-08-24 Matt CaswellFix POLICYINFO printing to not assume NUL terminated...
2021-08-24 Matt CaswellFix i2v_GENERAL_NAME to not assume NUL terminated strings
2021-08-18 Paulisparc: fix cross compile build
2021-08-18 Paulipkcs12: check for zero length digest to avoid division...
2021-08-16 Ingo Franzkis390x: AES OFB/CFB: Maintain running IV from cipher...
2021-08-13 Tomas MrazRevert "ASN.1: Refuse to encode to DER if non-optional...
2021-08-13 Tomas MrazRevert "make update (adds a new function code)"
2021-07-23 Tomas MrazDSA/RSA_print(): Fix potential memory leak
2021-07-20 Ingo SchwarzeFix a read buffer overrun in X509_aux_print().
2021-07-13 Daiki UenoBIO_lookup_ex: use AI_ADDRCONFIG only if explicit host...
2021-07-10 Richard Levittemake update (adds a new function code)
2021-07-10 Richard LevitteASN.1: Refuse to encode to DER if non-optional items...
2021-07-08 Oliver MihatschFix memory leak in i2d_ASN1_bio_stream
2021-07-07 Paulibn: procduce correct sign for result of BN_mod()
2021-06-29 David CARLIERapple getentropy removal
2021-06-29 Lars ImmischUse getauxval on Android with API level > 18
2021-06-23 yunhenable getauxval on android 10
next