Enable the record layer to call the ssl_security callback
[openssl.git] / ssl /
2022-08-18 Matt CaswellEnable the record layer to call the ssl_security callback
2022-08-18 Matt CaswellUse a record layer specific message callback
2022-08-18 Matt CaswellMove early data counting out of the SSL object and...
2022-08-18 Matt CaswellMove the sequence number into the OSSL_RECORD_LAYER...
2022-08-18 Matt CaswellRemove use of SSL object for fragment length checking...
2022-08-18 Matt CaswellRemove use of ossl_statem_in_error() from the record...
2022-08-18 Matt CaswellMake the record layer directly aware of EtM
2022-08-18 Matt CaswellRemove SSL_USE_EXPLICT_IV() from the record layer methods
2022-08-18 Matt CaswellRemove some use of SSL object from record layer
2022-08-18 Matt CaswellDisallow SSL2_VERSION record version in an SSLv3 record...
2022-08-18 Matt CaswellFix some no-comp compilation failures
2022-08-18 Matt CaswellAdd support for moving data from one epoch to the next
2022-08-18 Matt CaswellRemove unneccesary KTLS code from non-KTLS specific...
2022-08-18 Matt CaswellMove ktls.c into the record layer
2022-08-18 Matt CaswellDistinguish between fatal and non-fatal errors when...
2022-08-18 Matt CaswellImplement KTLS in the new read record layer code
2022-08-18 Matt CaswellMove protocol version specific code into separate files
2022-08-18 Matt CaswellEnsure various SSL options are passed down to the recor...
2022-08-18 Matt CaswellConvert TLSv1.3 code to use the new read side record...
2022-08-18 Matt CaswellConvert SSLv3 code to use the new read side record...
2022-08-18 Matt CaswellMove Record layer methods code into a sub-directory
2022-08-18 Matt CaswellMove the TLS1.0/1.1/1.2 record crypto code into the...
2022-08-18 Matt CaswellConvert ssl3_get_record to tls_read_record
2022-08-18 Matt CaswellTransfer the functionality from ssl3_read_n to the...
2022-08-18 Matt CaswellMake settings and options parameters const in recordmet...
2022-08-18 Matt CaswellAdd a skeleton TLS record method
2022-08-18 Matt CaswellFix compilation issues in the imported recordmethod.h
2022-08-18 Matt CaswellAdd the recordmethod header from the draft design
2022-08-18 Todd ShortUpdate session timeout code with OSSL_TIME
2022-08-18 Richard LevitteRX depacketizer (QUIC)
2022-08-12 PauliMake OSSL_TIME a structure
2022-08-02 Dmitry BelyavskiyAvoid resource leaks in do_ssl3_write
2022-08-01 Todd ShortFree up space in the session cache before adding.
2022-08-01 PauliCoverity 1507484: dereference before null check
2022-08-01 Dmitry BelyavskiyCheck that IV length is not less than zero
2022-08-01 Matt CaswellFix SSL_pending() and SSL_has_pending() with DTLS
2022-07-29 Hugo LandauQUIC Frame Encoding and Decoding Functions
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-07-18 Bernd EdlingerRemove duplicated BIO_get_ktls_send calls in do_ssl3_write
2022-07-13 slontisCheck for EVP_MD being NULL inside ssl.
2022-07-08 Jiasheng Jiangssl/tls_srp.c: Add check for BN_dup
2022-07-06 Paulissl: implement an event queue
2022-06-22 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-06-22 Dmitry BelyavskiyImprove diagnostics on setting groups
2022-06-22 Paulissl: expose the get time function internally
2022-06-22 Paulibuild.info changes for priority queue
2022-06-22 Pauliadd priority queue implementation
2022-06-10 Tomas Mrazadd_provider_groups: Clean up algorithm pointer on...
2022-06-03 Tomas MrazFix strict client chain check with TLS-1.3
2022-06-03 Tomas MrazEnable setting SSL_CERT_FLAG_TLS_STRICT with ssl config
2022-06-03 Tomas MrazAdd a test_ssl_new testcase
2022-06-03 Tomas MrazFirst working empty protocol test
2022-06-03 Tomas MrazAdd empty implementations of quic method functions
2022-06-02 Peiwei HuFix the erroneous checks of EVP_PKEY_CTX_set_group_name
2022-05-27 Tomas MrazThe -no_legacy_server_connect option applies to client
2022-05-27 Tomas MrazActually implement UnsafeLegacyServerConnect as documented
2022-05-27 Hugo LandauQUIC wire format support
2022-05-26 Peiwei HuFix check of dtls1_process_record
2022-05-24 Dmitry BelyavskiyUse safe pattern for buffer size determining in case...
2022-05-24 Bernd EdlingerFix a crash in ssl_security_cert_chain
2022-05-24 Peiwei HuFix check of EVP_CIPHER_CTX_ctrl
2022-05-23 Kijin KimAdd more SRTP protection profiles
2022-05-19 PauliFix coverity 1504433: unchecked return value
2022-05-16 Zhou QingyangAdd return value check of EVP_PKEY_copy_parameters...
2022-05-10 Dr. Matthias St... err: get rid of err_free_strings_int()
2022-05-09 basaveshFix leakage when the cacheline is 32-bytes in CBC_MAC_R...
2022-05-08 Paulitls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security...
2022-05-04 JHH20Remove duplicated #include headers
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-14 Bernd EdlingerFix an assertion in the DTLS server code
2022-04-12 Daniel FialaSSL_conf_cmd: Allow DH Parameters at any position.
2022-04-06 Hugo LandauAdd SSL_(CTX_)?get0_(verify|chain)_cert_store functions
2022-04-06 Daiki UenoKTLS: Enable KTLS for receiving as well in TLS 1.3
2022-04-06 Daiki UenoKTLS: Handle TLS 1.3 in ssl3_get_record.
2022-04-06 John BaldwinKTLS: Add using_ktls helper variable in ssl3_get_record().
2022-04-06 John BaldwinKTLS: Check for unprocessed receive records in ktls_con...
2022-03-30 Tomas Mraztls_process_server_hello: Disallow repeated HRR
2022-03-25 Todd Shortticket_lifetime_hint may exceed 1 week in TLSv1.3
2022-03-23 PauliFix Coverity 1498611 & 1498608: uninitialised read
2022-03-18 David Carlierprint SSL session, fix build warnings on OpenBSD.
2022-03-14 Tomas MrazReplace handling of negative verification result with...
2022-03-01 Nicola Tuveri[ssl] Add SSL_kDHEPSK and SSL_kECDHEPSK as PFS ciphersu...
2022-03-01 Nicola Tuveri[ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH alias
2022-02-17 Tomas MrazAdd back check for the DH public key size
2022-02-11 Bernd EdlingerCleanup record length checks for KTLS
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-04 John BaldwinAdd support for Chacha20-Poly1305 to kernel TLS on...
2022-02-03 Phus Luadd SSL_get0_iana_groups() & SSL_client_hello_get_exten...
2022-02-01 yangyangtiantianlo... Update the comment on ssl3_write_pending()
2022-02-01 yangyangtiantianlo... Revert dropped usage of var thiswr in do_ssl3_write()
2022-01-28 yangyangtiantianlo... apps: Add option -no_ems to s_client/s_server apps
2022-01-19 Paulissl: better support TSAN operations
2022-01-18 Paulissl: replace ;; with ; as statement separator
2022-01-17 Dmytro Podgornyissl/t1_enc: Fix kTLS RX offload path
2022-01-09 yangyangtiantianlo... Delete unused param about get_construct_message_f
2022-01-08 KanUpdate alert to common protocol
2022-01-07 Peiwei HuFix: some patches related to error exiting
2022-01-07 xkernelfix the return check of EVP_PKEY_CTX_ctrl() in 5 spots
2022-01-07 xkernelproperly free the resource from EVP_MD_CTX_new() at...
next