openssl.git
2022-11-22 Richard Levittetest/recipes/80-test_cms.t: Fix the "CAdES ko" test
2022-11-22 Tomas MrazSplit out thread pool tests into threadpool_test
2022-11-22 Tomas MrazAdd functions supporting thread pool only when it is...
2022-11-21 slontisFix coverity issues in X509v3_addr
2022-11-21 slontisAdd missing HISTORY sections for OpenSSL 3.0 related...
2022-11-21 slontisImprove FIPS RSA keygen performance.
2022-11-21 Matt CaswellDesign document for the QUIC-TLS integration
2022-11-19 Richard Levittetest/timing_load_creds.c: use OPENSSL_SYS_ macros
2022-11-18 Richard LevitteDisable test/timing_load_creds.c on VMS
2022-11-18 Dr. David von... test/smime-certs/ca.cnf: clean up comments, simplify...
2022-11-18 Dr. David von... x509/v3_purp.c: rename 'require_ca' parameters to the...
2022-11-18 Dr. David von... x509/v3_purp.c etc.: improve doc/comments on codesign...
2022-11-18 slontisAdd doc for EVP_ASYM_CIPHER-RSA and clean up OSSL_PROVI...
2022-11-18 Richard LevitteFix more VMS inclusions
2022-11-18 Matt CaswellUpdate the record layer design based on implementation...
2022-11-18 Matt CaswellAdd a record layer design document
2022-11-18 Tomas Mrazevp_extra_test2: Test DH param checks with non-NULL...
2022-11-18 Tomas MrazDH_check[_params]() use libctx of the dh for prime...
2022-11-18 Dr. David von... ParseC.pm: gracefully handle DOS-style end-of-line...
2022-11-17 Todd ShortFix openssl.txt
2022-11-17 Richard LevitteUse <openssl/e_os2.h> rather than <stdint.h>
2022-11-16 Graham WoodwardAdd test to confirm IPAddressFamily_check_len catches...
2022-11-16 Graham WoodwardCatch incorrect IPAddressFamily lengths
2022-11-16 Simo SorceDrop explicit check for engines in opt_legacy_okay
2022-11-16 Tianjia ZhangKTLS: enable the CCM mode of ktls
2022-11-16 Peiwei HuFix the check of EC_GROUP_check_named_curve
2022-11-16 Peiwei Huapps/speed.c: fix the wrong checks
2022-11-16 Richard LevitteEnsure that SIZE_MAX is defined where OSSL_SSIZE_MAX...
2022-11-16 PauliFix documenation mistakes
2022-11-16 Paulilist: add debug sanity checks
2022-11-16 Paulilist: add an is empty function
2022-11-16 Paulilist: rename internal fields
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...
next