test/param_build_test.c: test zero BIGNUM
[openssl.git] / ssl /
2023-01-04 Semen ZhydenkoFixed typos in documentation and comments
2022-12-22 zhailiangliangssl3_mac(): Fix possible divide by zero bug
2022-12-12 Tomas MrazMake error reason for disallowed legacy sigalg more...
2022-12-05 Peiwei HuFix the check of BIO_set_write_buffer_size and BIO_set_...
2022-11-24 Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-11-24 Hugo LandauQUIC TXP: Fix missing OSSL_NELEM include
2022-11-24 Hugo LandauQUIC TX Packetiser and Streams Mapper
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-16 Tianjia ZhangKTLS: enable the CCM mode of ktls
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-14 Matt CaswellResolve a TODO in ssl3_dispatch_alert
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 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. JagersmaCast values to match printf format strings.
2022-11-08 Alexander SosedkinFix CertificateCompressionAlgorithm to be read as 2...
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 Matt CaswellUse the same encryption growth macro consistently
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-02 Todd ShortFix coverity 1516093 tainted scalar
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-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-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 Matt CaswellFix test_tls13_encryption()
2022-10-23 Daniel FialaFix coverity 1516101 deadcode
2022-10-21 Tomas Mrazstack: Do not add error if pop/shift/value accesses...
2022-10-20 Todd ShortFix coverity 1516094 uninit
2022-10-20 Todd ShortFix coverity 1516093 tainted scalar
2022-10-20 Matt CaswellMove freeing of BIOs as late as possible
2022-10-20 Matt CaswellRemove some redundant code
2022-10-20 Matt CaswellRemove the old buffer management code
2022-10-20 Matt CaswellRemove some TODO(RECLAYER) comments now that DTLS has...
2022-10-20 Matt CaswellRemove dtls_write_records
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-18 Todd ShortAdd `for_comp` flag when retrieving certs for compression
2022-10-18 Todd ShortUpdate COMP_METHOD
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-10-18 slontisFix sctp compile errors
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 FdaSilvaYYapps & al : Fix various typos, repeated words, align...
2022-10-07 Matt CaswellReimplement brainpool TLSv1.3 support group support
2022-10-07 Matt CaswellPartial revert and reimplement "Enable brainpool curves...
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 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
next