openssl.git
2023-02-03 Hugo LandauCVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address...
2023-02-03 Matt CaswellCheck CMS failure during BIO setup with -stream is...
2023-02-03 Matt CaswellFix a UAF resulting from a bug in BIO_new_NDEF
2023-02-03 Matt CaswellAdd a test for CVE-2022-4450
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-02-03 Richard LevitteUse $config{build_file} instead of $target{build_file}
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-24 Matt CaswellAdd DTLS support to the large app data test
2023-01-24 Matt CaswellEnsure our buffer allocation allows for the Explicit IV
2023-01-24 Matt CaswellAdd a test for large app data
2023-01-20 ValdikSSPadlock: fix byte swapping assembly for AES-192 and 256
2023-01-19 Bernd EdlingerFix CI failures with ubuntu-22.04
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-21 Bernd EdlingerFix a logic flaw in test_mod_exp_zero
2022-12-16 Bernd EdlingerFix a memory leak in rsa_priv_encode
2022-12-05 Matt CaswellFix the ceiling on how much encryption growth we can...
2022-11-12 Bernd EdlingerResign test/certs/rootCA.pem to expire in 100 years
2022-11-12 Bernd EdlingerUpdate the validity period of ed25519 cerificates
2022-11-03 Tomas MrazUpdate GitHub actions as suggested by dependabot
2022-11-01 Tomas MrazPrepare for 1.1.1t-dev
2022-11-01 Tomas MrazPrepare for 1.1.1s release OpenSSL_1_1_1s
2022-11-01 Tomas MrazUpdate copyright year
2022-11-01 Tomas MrazUpdate CHANGES and NEWS for new release
2022-10-27 Richard LevitteMake openVMS seeding less dependent of OpenVMS version
2022-10-26 Todd C. Millerssl_cipher_process_rulestr: don't read outside rule_str...
2022-10-23 Paulidoc: fix copy/paste error
2022-10-19 Dr. David von... Fix many inconsistencies in doc of CMS_verify() and...
2022-10-13 Gibeom GwonFix no longer implicitly refresh the cached TBSCertificate
2022-10-11 Matt CaswellPrepare for 1.1.1s-dev
2022-10-11 Matt CaswellPrepare for 1.1.1r release OpenSSL_1_1_1r
2022-10-11 Matt CaswellUpdate copyright year
2022-10-11 Matt CaswellUpdated CHANGES and NEWS for new release
2022-10-03 Adam JosephConfigurations: mips64*-linux-*abin32 needs bn_ops...
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-09-09 Daniel FialaConvert serverinfo in SSL_CTX_use_serverinfo() to v2.
2022-08-23 Ryan KelleyMoving notify check after the no time check
2022-08-22 PauliCoverity 1508506: misuse of time_t
2022-08-18 PauliCoverity 1508534 & 1508540: misuses of time_t
2022-08-17 Paulibn_nist: fix strict aliasing problem
2022-08-10 Matt CaswellTest that swapping the first app data record with Finis...
2022-08-10 Matt CaswellFix SSL_pending() and SSL_has_pending() with DTLS
2022-08-04 Roberto Hueso... Fix EC_KEY_set_private_key() NULL priv_key docs
2022-08-04 Roberto Hueso... Add test for EC_KEY_set_private_key()
2022-08-04 Roberto Hueso... Fix EC_KEY_set_private_key() priv_key regression
2022-08-03 Dr. David von... X509_REQ_get_extensions(): Return empty stack if no...
2022-07-30 Bernd EdlingerFix copyright year issues
2022-07-29 PauliNote that EVP_CIPHER_iv_length returns negative values...
2022-07-29 valdaarhunFixes segfault occurrence in PEM_write()
2022-07-26 PauliFix error in LHASH documentation
2022-07-25 Matt CaswellFix a crash in v2i_IPAddrBlocks()
2022-07-25 Amir MohammadiFix test case for a2i_IPADDRESS
2022-07-25 Christian HeimesTest case for a2i_IPADDRESS
2022-07-25 Amir MohammadiFix ipv4_from_asc behavior on invalid Ip addresses
2022-07-22 Todd ShortFix re-signing certificates with different key sizes
2022-07-21 Shi PujinAdd loongarch64 target
2022-07-21 Dr. David von... X509_STORE_CTX_purpose_inherit(): add missing details...
2022-07-20 Dmitry BelyavskiyFix verify_callback in the openssl s_client/s_server app
2022-07-14 Dr. David von... x509.pod: fix description of certificate serial number...
2022-07-14 Dr. David von... APPS/x509: With -CA but both -CAserial and -CAcreateser...
2022-07-13 Varun Sharmaci: add GitHub token permissions for workflows
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-07 Bernd EdlingerFix a memory leak in tls13_generate_secret
2022-07-06 Alexander ScheelFixes OSCP->OCSP typo in ocsp command line
2022-07-06 Bernd EdlingerFix reported performance degradation on aarch64
2022-07-06 Gregor JasnyAdd missing header for memcmp
2022-07-05 Richard LevittePrepare for 1.1.1r-dev
2022-07-05 Richard LevittePrepare for 1.1.1q release OpenSSL_1_1_1q
2022-07-05 Richard LevitteUpdate copyright year
2022-07-05 Richard LevitteUpdate CHANGES and NEWS for upcoming release 1.1.1q
2022-07-05 Alex ChernyakhovskyAES OCB test vectors
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-07-05 Bernd EdlingerFix compile issues in test/v3ext.c with no-rfc3779
2022-06-28 olszomalSSL_get_current_cipher() and SSL_get_pending_cipher...
2022-06-25 Bernd EdlingerFix a memory leak in EC_GROUP_new_from_ecparameters
2022-06-21 Matt CaswellPrepare for 1.1.1q-dev
2022-06-21 Matt CaswellPrepare for 1.1.1p release OpenSSL_1_1_1p
2022-06-21 Matt CaswellUpdate copyright year
2022-06-21 Matt CaswellUpdate CHANGES and NEWS for new release
2022-06-20 Daniel FialaFix file operations in c_rehash.
2022-06-16 Fraser TweedaleFix documentation of BIO_FLAGS_BASE64_NO_NL
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-06-06 Tomas MrazUpdate further expiring certificates that affect tests
2022-06-03 Tomas MrazFix strict client chain check with TLS-1.3
2022-06-01 Tomas Mrazct_test.c: Update the epoch time
2022-06-01 Tomas MrazUpdate expired SCT certificates
next