]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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
2022-10-03  Matt CaswellEnsure we call the cleanup() function when cleaning...
2022-10-03  Matt CaswellFix usage of custom EVP_CIPHER objects
2022-10-03  Job SnijdersAdd Content Type OID for RPKI id-ct-signedTAL
2022-10-03  Adam JosephConfigurations: mips64*-linux-*abin32 needs bn_ops...
2022-10-02  Kelvin LeeAvoid divide by 0 exception
2022-09-30  Graham WoodwardFix missing null check
2022-09-30  Dr. David von... ERR: replace remnant ECerr() and EVPerr() calls in...
2022-09-30  Dr. David von... Makefile: Add check-format target, operating on all...
2022-09-30  Dr. David von... internal/asn1.h: Add missing '#include <openssl/bio.h>'
2022-09-30  Dr. David von... Makefile: Exclude dummy header asn1_mac.h from CRYPTOHE...
2022-09-30  Dr. David von... Makefile: Update but disable 'lint' target, using splin...
2022-09-30  Dr. David von... Makefile: Add SRCS list of all .c (and any .cc and...
2022-09-30  Dr. David von... 80-test_cmp_http.t: some generalizations and minor...
2022-09-29  Richard LevitteOpenSSL::config: Fix trivial bugs
2022-09-29  Richard LevitteOpenSSL::config: Fix VMS guesses
2022-09-29  Richard LevitteOpenSSL::config: determine the MSVC target architecture...
2022-09-29  J.W. Jagersmadjgpp: Skip test/rsa_complex.c
2022-09-29  J.W. Jagersmadjgpp: Set TZ=UTC to convert UTC timestamp to time_t
2022-09-29  J.W. Jagersmadjgpp: Define WATT32_NO_OLDIES before including socket...
2022-09-29  J.W. Jagersmadjgpp: Use usleep() for ossl_sleep()
2022-09-29  J.W. Jagersmadjgpp: Inherit config from BASE_unix
2022-09-28  Juergen Christapps/speed.c: Lock buffer in memory
2022-09-28  Todd ShortTest TLS extension ordering
2022-09-28  Richard LevitteConfigurations/descrip.mms.tmpl: Add another inclusion...
2022-09-28  Dr. David von... test/trace_api_test.c: fix gcc error on -Werror=strict...
2022-09-27  Tomas Mrazdgram_pair_read_inner(): Do not move buf pointer if...
2022-09-27  Tomas Mraztls_write_records_default(): Remove unused variable
2022-09-27  Tomas MrazA static const variable is implicitly zero initialized
2022-09-27  visbjnssl_log_secret call in tls13_key_update
2022-09-27  Juergen ChristFix HPKE and DHKEM for X25519 and X448 on s390x
2022-09-27  PauliCoverity 1515538: resource leak
2022-09-27  PauliCoverity 1515540: resource leak
2022-09-26  Hugo LandauQUIC Flow Control
2022-09-26  Todd ShortAdd documentation for the OPENSSL_gmtime functions
2022-09-23  Graham WoodwardAllow PKCS12 export to set arbitrary bag attributes
2022-09-23  Richard LevitteModify test/quic_record_test.c to also depacketize
2022-09-23  Richard LevitteImplement packet type checks in the RX Depacketizer
2022-09-23  Richard LevitteExtend the RX Depacketizer frame table with what packet...
2022-09-23  Richard LevitteImplement the RX Depacketizer
2022-09-23  Richard LevitteMove the QUIC_CONNECTION typedef to internal headers
2022-09-23  Matt CaswellFix a record layer mem leak
2022-09-23  Matt CaswellRestructure the write code
2022-09-23  Matt CaswellRemove some outstanding TODOs
2022-09-23  Matt CaswellEnsure that prefix records use a small buffer
2022-09-23  Matt CaswellMove the pipelining code into the record layer
2022-09-23  Matt CaswellResove some outstanding TODOs
2022-09-23  Matt CaswellRe-enable the multiblock code and move it into the...
2022-09-23  Matt CaswellMake sure we call get_max_records() in the record layer...
2022-09-23  Matt CaswellConvert the write record layer to supply proper return...
2022-09-23  Matt CaswellRemove some miscellaneous references to SSL_CONNECTION
2022-09-23  Matt CaswellMove the record block_padding capability fully into...
2022-09-23  Matt CaswellMove the record padding callback fully into the record...
2022-09-23  Matt CaswellRemove use of SSL_CONNECTION_TREAT_AS_TLS13() from...
2022-09-23  Matt CaswellMove need_empty_fragments inside the record layer
2022-09-23  Matt CaswellRemove empty_fragment_done
2022-09-23  Matt CaswellMove logic for figuring out the record version out...
2022-09-23  Matt CaswellMove numwpipes in the write record layer
2022-09-23  Matt CaswellMove write buffer management into the write record...
2022-09-23  Matt CaswellReplace references to s->wbio with rl->bio
2022-09-23  Matt CaswellUse the record layer msg_callback not the SSL object...
2022-09-23  Matt CaswellMove checking for alerts to dispatch out of the record...
2022-09-23  Matt CaswellCreate the write record layer method and object and...
2022-09-23  Matt CaswellMove initial TLS write record layer code into new structure
2022-09-23  Tianjia Zhangtest: Fix memory leak of asynctest
2022-09-23  Tomas MrazMaximum return value of BIO_ctrl_(w)pending is SIZE_MAX
2022-09-23  Tomas MrazFix error return values from BIO_ctrl_(w)pending()
2022-09-23  PauliAdd design document for the QUIC connection ID cache.
2022-09-23  Pauliupdate overview with a note about many to one connectio...
2022-09-23  Hugo LandauFix BIO_dgram_pair stochastic test failure
2022-09-23  Daniel FialaClear incorrectly reported errors in d2i_CMS_ContentInfo
2022-09-23  slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-23  olszomalOSSL_PROVIDER_set_default_search_path() return value
2022-09-23  Hugo LandauBIO_s_dgram_pair
2022-09-22  Matt CaswellAdd additional messages to the DTLS dropped records...
2022-09-22  Matt CaswellCorrectly handle a retransmitted ClientHello
2022-09-22  Hugo LandauAdd deferred datagram limit to QUIC Record Layer RX
2022-09-21  PauliCoverity 1515415: NULL dereference
2022-09-21  PauliRemove unnecessary define
next