openssl.git
2022-11-14 Matt CaswellRemove references to read_mac_secret and write_mac_secret
2022-11-14 Matt CaswellRemove the read_iv/write_iv fields from SSL_CONNECTION
2022-11-14 Matt CaswellRemove compress/expand fields from SSL_CONNECTION
2022-11-14 Matt CaswellRemove remaining refs to enc_(write|read)_ctx/(read...
2022-11-14 J.W. Jagersmause OSSL_PARAM_construct_uint32 for max_early_data
2022-11-14 J.W. Jagersmadjgpp: Fix unused-but-set-variable warning
2022-11-14 J.W. Jagersmadjgpp: Skip check for negative timeval
2022-11-14 J.W. JagersmaDefine threads_lib.c functions only for OPENSSL_SYS_UNIX
2022-11-14 J.W. JagersmaCast socklen_t to size_t in assert comparison
2022-11-14 J.W. JagersmaCast values to match printf format strings.
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-11 Tomas Mraztest_CMAC_keygen(): Avoid using ECB cipher with CMAC
2022-11-11 Tomas Mrazcmac_set_ctx_params(): Fail if cipher mode is not CBC
2022-11-11 Tomas Mrazdemos/mac/cmac-aes256: Clarify the cipher algorithm...
2022-11-11 Tomas MrazAdd test for generating safeprime DH parameters
2022-11-11 Tomas MrazUse libctx when generating DH parameters
2022-11-10 Paulifuzz: add punycode decoder fuzz test
2022-11-10 Paulipunycode: update to use WPACKET instead of using custom...
2022-11-10 Milan Brozpem: avoid segfault if PKEY is NULL in PEM_write_bio_Pr...
2022-11-10 Milan Brozpem: fix a memory leak in PEM_write_bio_PrivateKey_trad...
2022-11-10 Tomas MrazLimit size of modulus for BN_mod_exp_mont_consttime()
2022-11-10 PauliRevert "Skip DES based tests in FIPS mode"
2022-11-10 PauliRevert "Remove conditional FIPS dependence for 3DES"
2022-11-10 PauliRevert "Move DES based test cases out of FIPS territory"
2022-11-10 PauliPut 3DES back into the FIPS provider as a non-approved...
2022-11-09 Cameron Cawleypkcs7: Remove unused includes
2022-11-09 Tomas Mrazfips-label.yml: Fix the script after actions/github...
2022-11-09 Sam JamesCI: Add Alpine (musl)
2022-11-08 Alexander SosedkinFix CertificateCompressionAlgorithm to be read as 2...
2022-11-07 Reinhard UrbanFix PACKET_equal test with BUF_LEN+1 on -Wstringop...
2022-11-07 Hugo LandauQUIC CFQ Fixes
2022-11-07 Hugo LandauQUIC FIFD
2022-11-07 Hugo LandauQUIC TXPIM
2022-11-07 Hugo LandauQUIC CFQ
2022-11-07 Hugo LandauQUIC Frame-in-Flight Manager Design
2022-11-07 Matt CaswellUse the same encryption growth macro consistently
2022-11-07 Tomas MrazTest that signatures using hash name commands work...
2022-11-07 Tomas Mrazapps/dgst.c: Set digestname from argv[0] if it is a...
2022-11-07 Matt CaswellAssert that we do not exceed the DTLS MTU
2022-11-07 Matt CaswellFix dtls_get_max_record_overhead()
2022-11-07 Matt CaswellFix the ceiling on how much encryption growth we can...
2022-11-07 Todd ShortAdd zlib oneshot compression
2022-11-04 Wangchong ZhouCheck for private key existence before calling eddsa...
2022-11-04 Richard Levittecrypto/sha/asm/sha512-ia64.pl: When checking assembler...
2022-11-04 Richard LevitteConfigurations/*.tmpl: overhaul assembler make rules.
2022-11-03 Tomas MrazUpdate GitHub actions as suggested by dependabot
2022-11-03 PauliCoverity 1516624: Fix overrun memory access.
2022-11-02 Todd ShortFix coverity 1516093 tainted scalar
2022-11-02 slontisFix documentation for some i2d return values.
2022-11-02 slontisAdd d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.
2022-11-02 Richard Levitteproviders/common/der/oids_to_c.pm: Remove use of Data...
2022-11-02 slontisAdd test for X509 sign TBS cache regression.
2022-11-02 Matt CaswellUpdate the pipelining docs
2022-11-02 Matt CaswellFix read pipelining
2022-11-02 Matt CaswellPipeline output/input buf arrays must live until the...
2022-11-02 Matt CaswellAdd a test for TLS pipelining
2022-11-02 Tomas MrazRelease the drbg in the global default context before...
2022-11-02 Bernd EdlingerAdd a test case for the engine crash with AES-256-CTR
2022-11-02 yangyangtiantianlonglongPotential null pointer reference
2022-11-02 slontisAttempt to fix CI Daily build error
2022-11-01 Hugo LandauFix unused variable in QUIC send stream test
2022-11-01 Xu YizhouApply SM4 optimization patch to Kunpeng-920
2022-11-01 Paulifips: verify that the RNG was restored after the self...
2022-11-01 Paulifipsinstall: add -self_test_oninstall option.
2022-11-01 PauliUpdate FIPS KATs for 140-3
2022-11-01 Paulidsa/ec: update pairwise tests to account for 140-3...
2022-11-01 PauliRemove DES cipher from the FIPS provider
2022-11-01 PauliUpdate fipsinstall tests
2022-11-01 PauliRemove conditional FIPS dependence for 3DES
2022-11-01 PauliMove DES based test cases out of FIPS territory
2022-11-01 PauliSkip DES based tests in FIPS mode
2022-11-01 Paulirand: add set0 calls for the private and public DRBGs
2022-11-01 Tomas MrazDependabot configuration is not a workflow
2022-11-01 Paulipunycode: add unit tests
2022-11-01 PauliFix CVE-2022-3786 in punycode decoder.
2022-11-01 PauliFix CVE-2022-3602 in punycode decoder.
2022-10-28 Richard Levittecrypto/dso/dso_vms.c: Better definition of DSO_MALLOC()
2022-10-28 Richard Levitteproviders/implementations/kdfs/pvkkdf.c: Ensure SIZE_MA...
2022-10-27 Tomas Mraztests: clear error queue before executing a testcase
2022-10-27 Joakim AntmanFix parameter names for RSA private key example
2022-10-27 Richard LevitteMake openVMS seeding less dependent of OpenVMS version
2022-10-27 Matt CaswellCheck whether buffers have actually been allocated...
2022-10-27 Matt CaswellRemove some unused OSSL_RECORD_METHOD functions
2022-10-27 Matt CaswellMake SSL_alloc_buffers() and SSL_free_buffers() work...
2022-10-27 Paul Kehreradd dependabot to keep actions versions up-to-date
2022-10-27 slontisUse RSA CRT parameters in FIPS self tests.
2022-10-26 Paulirand: remove the ossl_rand_pool_add_additional_data...
2022-10-26 Todd C. Millerssl_cipher_process_rulestr: don't read outside rule_str...
2022-10-25 Richard LevitteFix 32-bit Windows issues related to QUIC Wire functions
2022-10-25 Richard LevitteFix 32-bit Windows issues related to QUIC_STREAM
2022-10-25 Richard LevitteFix 32-bit Windows issues related to QUIC_ACKM / QUIC_CC
2022-10-25 Richard LevitteFix definitions of SHUT_RD and SHUT_WR
2022-10-25 Richard LevitteGithub Actions: Enable building QUIC on Windows
2022-10-25 Matt CaswellFix a lock in provider_remove_store_methods()
2022-10-25 Matt CaswellFix test_tls13_encryption()
2022-10-24 Matt CaswellFix a compilation failure in bio_comp_test.c
2022-10-24 Daniel Fialaopenssl list: Fix help text about -cipher-algorithms...
2022-10-24 Tomas MrazWorkaround egd rand source deficiencies
2022-10-23 xkernelChecking the return of BIO_new_fp(). If it returns...
next