]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2022-10-20  Matt CaswellMove sequence increment to post encryption processing
2022-10-20  Matt CaswellRemove supurious set of the record type
2022-10-20  Matt CaswellConsolidate sequence counter incrementing code
2022-10-20  Matt CaswellEnsure the record layer is responsible for calculating...
2022-10-20  Matt CaswellConvert dtls_write_records to use standard record layer...
2022-10-20  Matt CaswellStart using WPACKET in the dtls write records code
2022-10-20  Matt CaswellUse common tls_write_records() even for DTLS
2022-10-20  Matt CaswellConvert dtls_write_records() to return the correct...
2022-10-20  Matt CaswellUse record layer buffers for DTLS rather than the buffe...
2022-10-20  Matt CaswellMove dlts_write_records() function in the record layer
2022-10-20  Matt CaswellCreate a dlts_write_records() function
2022-10-20  Matt CaswellRemove create_empty_fragment from do_dtls1_write()
2022-10-20  Tobias Girstmairc_rehash: Fix file extension matching
2022-10-20  xkerneladd a check for the return of sk_SRP_gN_new_null()...
2022-10-19  Pauliripemd: document as being present in the default provider
2022-10-19  Tomas MrazAvoid putting ripemd_prov.c in libcommon otherwise...
2022-10-19  Paulidefault provider: include RIPEMD160
2022-10-19  PauliAdd changes entry for RIPEMD160 being added to the...
2022-10-18  Todd ShortAdd `for_comp` flag when retrieving certs for compression
2022-10-18  Todd ShortUpdate COMP_METHOD
2022-10-18  Todd ShortAdd CI to build with brotli and zstd
2022-10-18  Todd ShortAdd support for compressed certificates (RFC8879)
2022-10-18  Todd ShortConvert ZLIB defines to OPENSSL_NO_ZLIB
2022-10-18  Todd ShortAdd ZSTD compression support (RFC8478bis)
2022-10-18  Todd ShortAdd brotli compression support (RFC7924)
2022-10-18  slontisFix sctp compile errors
2022-10-17  Joachim VandersmissenFix documentation for OFB/OCB in the FIPS provider
2022-10-17  omahsFix typos in doc/designs/ddd/README.md
2022-10-17  Tomas MrazAdd missing include for DH_get0_priv_key()
2022-10-17  Čestmír Kalinacrypto: add preemptive threading support
2022-10-17  Čestmír Kalinaci: add thread-pool and default-thread-pool
2022-10-17  Čestmír KalinaConfigure: add thread-pool and default-thread-pool
2022-10-14  PauliCoverity 1515953: negative loop bound
2022-10-13  Richard LevitteFix LLVM vs Apple LLVM version numbering confusion...
2022-10-13  Juergen ChristAdd translation for ECX group parameter
2022-10-13  Bernd EdlingerFix an occasional CI failure due to unaligned access
2022-10-13  slontisImprove performance of the encoder collection
2022-10-13  Daniel FialaPKCS12_SAFEBAG_set0_attrs: Remove const from function...
2022-10-13  Daniel FialaFix typo in PKCS12_SAFEBAG_set0_attrs
2022-10-13  zhangzhileioptimize ossl_sm4_set_key speed
2022-10-12  Matt CaswellUpdate CHANGES.md and NEWS.md for new release
2022-10-12  Matt CaswellAdd a test for TLSv1.3 only client sending a correct...
2022-10-12  Matt CaswellAdd a test for where a client sends a non-TLSv1.3 key...
2022-10-12  Matt CaswellEnsure that the key share group is allowed for our...
2022-10-12  Matt CaswellFix a return value in tls_default_read_n
2022-10-12  Matt CaswellIntroduce a step to prepare the BIO before writing
2022-10-12  Matt CaswellRemove ktls specific code from tls_setup_write_buffers
2022-10-12  Matt CaswellAdd a post encryption processing step
2022-10-12  Matt CaswellAdd a prepare for encryption step
2022-10-12  Matt CaswellMove record padding out of tls_common.c
2022-10-12  Matt CaswellDon't check whether we are using KTLS before calling...
2022-10-12  Matt CaswellDefer record header preparation to the protocol methods
2022-10-12  Matt CaswellAbstract out the record type processing
2022-10-12  Matt CaswellDefer write buffer and WPACKET allocation/initialisatio...
2022-10-12  Matt CaswellRemove an old TODO from the code
2022-10-12  Matt CaswellUse the configured max_send_fragment value in the write...
2022-10-12  Matt CaswellRemove enc_write_state
2022-10-12  Matt CaswellRemove some unneeded usage of the SSL_CONNECTION object
2022-10-12  Matt CaswellRemove most of the DTLS special casing from the write...
2022-10-12  Matt CaswellConvert the TLSv1.3 crypto code to the new write record...
2022-10-12  zhuchenAdd vpaes-loongarch64.pl module.
2022-10-12  zhuchenAdd LoongArch64 cpuid and OPENSSL_loongarchcap_P
2022-10-12  FdaSilvaYYnit: fix some pointer comparisons
2022-10-12  FdaSilvaYYapps & al : Fix various typos, repeated words, align...
2022-10-12  FdaSilvaYYFix various typos, repeated words, align some spelling...
2022-10-12  FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-10-12  FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-11  Tomas Mrazeckey_priv_encode(): Call ASN1_STRING_free() only on...
2022-10-10  Paulitest: condition out code that relies on CHACHA.
2022-10-10  Richard LevitteAlign util/libcrypto.num with the openssl-3.0 branch
2022-10-09  Thiago SuchorskiFixed some grammar and spelling
2022-10-07  Tomas MrazFix older clang warning on initialization
2022-10-07  Tomas MrazAdd design document for the QUIC Stream Receive Buffers...
2022-10-07  James Muirset MGF1 digest correctly
2022-10-07  Matt CaswellUpdate the SSL_CTX_set1_groups documentation
2022-10-07  Matt CaswellAdd some more brainpool tests for TLSv1.3
2022-10-07  Matt CaswellReimplement brainpool TLSv1.3 support group support
2022-10-07  Matt CaswellPartial revert and reimplement "Enable brainpool curves...
2022-10-07  Richard LevitteFix crypto/dso/dso_vms.c
2022-10-07  Richard LevitteChange all references to OpenSSL 3.1 to OpenSSL 3.2...
2022-10-06  Richard LevitteVMS: For executables, process the use of /INCLUDE=main...
2022-10-06  Richard LevitteRename ossl_sleep calls to OSSL_sleep everywhere
2022-10-06  Richard LevitteRename ossl_sleep() to OSSL_sleep() and make it public
2022-10-05  Matt CaswellMove the SSLv3 crypto code into the new record layer
2022-10-05  Matt CaswellEnable the ability to query the COMP_METHOD being used...
2022-10-05  Matt CaswellConvert the TLSv1.0/1.1/1.2 crypto code to use the...
2022-10-05  Hugo LandauQUIC Send Stream Management
2022-10-05  Tomas MrazFix regression in i2d_re_X509_REQ_tbs()
2022-10-05  Richard LevitteAdd {lib}_R_{lib}_LIB, for our engines and other "exter...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-10-05  Richard LevitteAdapt CRYPTO_secure_malloc() like CRYPTO_malloc()
2022-10-04  Tomas MrazCRYPTO_THREAD_lock_new(): Avoid infinite recursion...
2022-10-04  Tomas Mrazerr_set_debug(): Prevent possible recursion on malloc...
2022-10-04  Cameron Gutmanarmcap: skip probing _armv7_tick()
2022-10-04  Daniel FialaDisable printf format checking on MinGW
2022-10-04  Richard LevitteVMS: use selective search when linking with shareable...
2022-10-04  Kazuki YamaguchiFix error propagatation in BN_check_prime()
2022-10-04  Daniel FialaFix examples related to BIO_do_accept
2022-10-04  Steven Collisons_client: Support interactive reconnect command
2022-10-03  Matt CaswellTest usage of a custom EVP_CIPHER
next