Update workflow to use GITHUB_WORKSPACE
[openssl.git] / ssl /
2023-12-19 Tomas MrazConsolidate raising errors in SSL_CONF_cmd()
2023-12-19 Tomas MrazAlways apply all configuration settings from the ssl...
2023-12-12 Matt CaswellDon't attempt to set provider params on an ENGINE based...
2023-11-29 Viktor DukhovniFix freshly introduced double-free.
2023-11-28 Bernd EdlingerFix a possible memory leak in ct_move_scts
2023-11-24 Matt CaswellMove freeing of an old enc_write_ctx/write_hash to...
2023-11-24 Neil Hormanzero data in hm_fragment on alloc
2023-11-22 Bernd EdlingerFix a possible use-after-free in custom_exts_free
2023-11-22 Bernd EdlingerFix a possible memory leak in dane_tlsa_add
2023-11-09 Matt CaswellFix a bad backport
2023-11-09 Bernd EdlingerFix a possible memory leak of ssl->s3.tmp.psk
2023-11-08 Bernd EdlingerFix a possible memory leak in custom_ext_add
2023-11-02 Bernd EdlingerFix a possible memory leak in load_builtin_compressions
2023-09-19 Richard LevitteCopyright year updates
2023-09-18 Sumitra SharmaEnhance code safety and readability in SSL_get_shared_c...
2023-08-04 Frederik Wedel-HeinenResolves some magic values that has a hello_retry_reque...
2023-08-02 yangyangtiantianlo... A null pointer dereference occurs when memory allocatio...
2023-08-01 Matt CaswellCopyright year updates
2023-07-16 Matt CaswellFix ssl3_do_write() to correctly handle retries
2023-06-29 Matt CaswellFix supported_groups handing in TLSv1.2
2023-06-23 Matt CaswellDon't ask for an invalid group in an HRR
2023-05-30 Tomas MrazUpdate copyright year
2023-05-12 Watson LaddClear ownership when duplicating sessions
2023-04-25 Tomas MrazFix regression of no-posix-io builds
2023-03-31 Matt CaswellHandle app data records from the next epoch
2023-03-24 Peter Kaestletls1_set_groups_list: freeing *pext before overwriting
2023-03-14 Matt CaswellRemove spurious error queue entries on early data
2023-03-14 Matt CaswellUpdate copyright year
2023-02-23 Matt CaswellDo not have more data in a pipeline than the split_send...
2023-02-23 Matt CaswellFix read pipelining
2023-02-23 Matt CaswellPipeline output/input buf arrays must live until the...
2023-02-23 olszomalSkip subdirectories in SSL_add_dir_cert_subjects_to_stack()
2023-01-24 Matt CaswellEnsure our buffer allocation allows for the Explicit IV
2023-01-04 Tomas MrazAvoid possible divide by zero
2022-12-21 Tomas MrazUpdate copyright year
2022-12-12 Tomas MrazMake error reason for disallowed legacy sigalg more...
2022-12-08 J.W. JagersmaFix warnings with unsigned time_t
2022-12-08 J.W. JagersmaCast values to match printf format strings.
2022-12-05 Peiwei HuFix the check of BIO_set_write_buffer_size and BIO_set_...
2022-12-01 Tomas MrazUpdate copyright year
2022-11-23 FdaSilvaYYapps & al : Fix various typos, repeated words, align...
2022-11-23 Todd ShortCleanup EBCDIC string defintions
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-21 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-11-21 Paulitls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security...
2022-11-21 JHH20Remove duplicated #include headers
2022-11-14 Matt CaswellUse the same encryption growth macro consistently
2022-11-11 Richard LevitteMove e_os.h to include/internal
2022-11-09 Dimitris ApostolouFix typos
2022-11-02 Matt CaswellFix the ceiling on how much encryption growth we can...
2022-10-26 Todd C. Millerssl_cipher_process_rulestr: don't read outside rule_str...
2022-10-21 Tomas Mrazstack: Do not add error if pop/shift/value accesses...
2022-10-19 Matt CaswellEnsure that the key share group is allowed for our...
2022-10-11 Matt CaswellUpdate copyright year
2022-09-28 Todd ShortTest TLS extension ordering
2022-09-27 visbjnssl_log_secret call in tls13_key_update
2022-09-27 Matt CaswellIf a ticket key callback returns 0 in TLSv1.3 don't...
2022-09-22 Matt CaswellCorrectly handle a retransmitted ClientHello
2022-09-16 Dr. David von Oheimbstack.c: add missing direct error reporting and improve...
2022-09-06 PauliCoverity 1513478: negative return
2022-08-26 Daniel FialaConvert serverinfo in SSL_CTX_use_serverinfo() to v2.
2022-08-22 PauliCoverity 1508506: misuse of time_t
2022-08-18 PauliCoverity 1508534 & 1508540: misuses of time_t
2022-08-17 Matt CaswellFix SSL_pending() and SSL_has_pending() with DTLS
2022-08-02 Dmitry BelyavskiyCheck that IV length is not less than zero
2022-08-01 Todd ShortFree up space in the session cache before adding.
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-06-22 Dmitry BelyavskiyImprove diagnostics on setting groups
2022-06-21 Matt CaswellUpdate copyright year
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-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-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-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-03 Matt CaswellUpdate copyright year
2022-04-27 Hugo LandauAdd SSL_(CTX_)?get0_(verify|chain)_cert_store functions
2022-04-21 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-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-15 Matt CaswellUpdate copyright year
2022-03-14 Tomas MrazReplace handling of negative verification result with...
2022-03-03 Tomas MrazAdd back check for the DH public key size
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-12 Bernd EdlingerCleanup record length checks for KTLS
2022-01-19 Paulissl: better support TSAN operations
2022-01-17 Dmytro Podgornyissl/t1_enc: Fix kTLS RX offload path
2022-01-11 Peiwei HuFix: some patches related to error exiting
next