openssl.git
2022-11-16 PauliQUIC: use list.h
2022-11-16 PauliQUIC ackm: use list.h
2022-11-16 PauliQUIC tx record layer: use list.h
2022-11-16 Pauliuint_set: convert uint_set to use the list data type
2022-11-16 Joachim VandersmissenAdd documentation for CPUID bit #64+17
2022-11-15 Tomas Mrazgcm_get_funcs(): Add missing fallback for ghash on...
2022-11-15 Paulitest: fix typo in test description
2022-11-15 Paulitest: add two comparision options to fips version test...
2022-11-15 Simo SorceAdd test for EVP_PKEY_eq
2022-11-15 Simo SorceUpdate documentation for keymgmt export utils
2022-11-15 Simo SorcePropagate selection all the way on key export
2022-11-15 GWapps/ocsp.c: Add missing test if make_ocsp_response...
2022-11-14 Vinz2008apps/speed.c: add verifying if fdopen returns NULL
2022-11-14 Hugo LandauAdd thread pool design document (phase 1)
2022-11-14 Matt CaswellTest SSL_shutdown() with async writes
2022-11-14 Matt CaswellResolve a TODO in ssl3_dispatch_alert
2022-11-14 Tomas MrazUpdate Stream Receive Buffers design document with...
2022-11-14 Tomas MrazPlug the QUIC_RSTREAM to the RX depacketizer
2022-11-14 Tomas MrazQUIC Receive Stream Management: Call QUIC flow control
2022-11-14 Tomas MrazQUIC Receive Stream Management
2022-11-14 Serge CroiséCOMP_expand_block: spelling (algorithm)
2022-11-14 Matt CaswellFix memory leak when freeing the DTLS record layer
2022-11-14 Matt CaswellRename SSL3_RECORD to TLS_RL_RECORD
2022-11-14 Matt CaswellRename SSL3_BUFFER to TLS_BUFFER
2022-11-14 Matt CaswellMove declarations out of record.h and record_local.h
2022-11-14 Matt CaswellMove tls_pad.c into ssl/record/methods
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
next