Use $config{build_file} instead of $target{build_file}
[openssl.git] / ssl / statem /
2023-01-24 Matt CaswellAdd the ability to add a custom extension on an SSL...
2023-01-24 Matt CaswellExtend the new_record_layer function
2023-01-24 Matt CaswellCreate the SSL object for QUIC-TLS
2022-12-12 Tomas MrazMake error reason for disallowed legacy sigalg more...
2022-11-14 Matt CaswellRemove references to read_mac_secret and write_mac_secret
2022-11-14 Matt CaswellRemove remaining refs to enc_(write|read)_ctx/(read...
2022-11-08 Alexander SosedkinFix CertificateCompressionAlgorithm to be read as 2...
2022-11-07 Matt CaswellAssert that we do not exceed the DTLS MTU
2022-11-07 Todd ShortAdd zlib oneshot compression
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 Matt CaswellRemove some redundant code
2022-10-20 Matt CaswellRemove the old buffer management 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-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 CaswellUse the configured max_send_fragment value in the write...
2022-10-12 Matt CaswellRemove enc_write_state
2022-10-12 Matt CaswellConvert the TLSv1.3 crypto code to the new write record...
2022-10-07 Matt CaswellPartial revert and reimplement "Enable brainpool curves...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-28 Todd ShortTest TLS extension ordering
2022-09-23 Matt CaswellMove logic for figuring out the record version out...
2022-09-22 Matt CaswellCorrectly handle a retransmitted ClientHello
2022-09-20 Matt CaswellUse an enum for the return value from a construction...
2022-09-20 Matt CaswellIf a ticket key callback returns 0 in TLSv1.3 don't...
2022-09-16 Dr. David von Oheimbstack.c: add missing direct error reporting and improve...
2022-09-13 Paulissl: modify libssl so that it uses OSSL_TIME
2022-09-09 Todd ShortCleanup EBCDIC string defintions
2022-08-18 PauliCoverity: misuses of time_t
2022-08-18 Matt CaswellRemove redefinition of SSL_AD_NO_ALERT
2022-08-18 Matt CaswellRemove some redundant code
2022-08-18 Matt CaswellMove some fields out of the SSL object and into the...
2022-08-18 Matt CaswellRemove some remaining SSL object references from DTLS...
2022-08-18 Matt CaswellRemove reliance on the SSL object from the DTLS read...
2022-08-18 Matt CaswellMove some DTLS read code into the read record layer
2022-08-18 Matt CaswellRemove some use of SSL object from record layer
2022-08-18 Matt CaswellRemove unneccesary KTLS code from non-KTLS specific...
2022-08-18 Matt CaswellConvert ssl3_get_record to tls_read_record
2022-08-01 Dmitry BelyavskiyCheck that IV length is not less than zero
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-07-13 slontisCheck for EVP_MD being NULL inside ssl.
2022-05-24 Dmitry BelyavskiyUse safe pattern for buffer size determining in case...
2022-05-04 JHH20Remove duplicated #include headers
2022-05-03 Matt CaswellUpdate copyright year
2022-04-14 Bernd EdlingerFix an assertion in the DTLS server code
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-14 Tomas MrazReplace handling of negative verification result with...
2022-02-17 Tomas MrazAdd back check for the DH public key size
2022-01-19 Paulissl: better support TSAN operations
2022-01-18 Paulissl: replace ;; with ; as statement separator
2022-01-09 yangyangtiantianlo... Delete unused param about get_construct_message_f
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-06 xkernelproperly free the resource from CRYPTO_malloc
2022-01-05 Dimitris ApostolouFix typos
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-14 Matt CaswellFix invalid handling of verify errors in libssl
2021-11-29 Dmitry BelyavskiyNo EtM for GOST ciphers in TLS 1.2
2021-11-26 Bernd EdlingerEnable brainpool curves for TLS1.3
2021-11-04 Bernd EdlingerFix a memory leak in tls_parse_stoc_key_share
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-27 x2018free the Post-Handshake Auth digest when there is an...
2021-10-11 Matt CaswellNew extensions can be sent in a certificate request
2021-09-26 Tianjia Zhangssl: Correct filename in README
2021-08-16 Todd ShortFix potential double-free
2021-07-21 Dr. David von Oheimbtls_process_{client,server}_certificate(): allow verify...
2021-07-06 Matt CaswellAvoid "excessive message size" for session tickets
2021-06-19 Paulissl: fix indentation
2021-06-19 Paulissl: replace tabs with spaces
2021-06-10 Todd ShortOptimize session cache flushing
2021-06-02 Paulitls: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Paulissl: ass size_t to RAND_bytes_ex()
2021-05-29 Paulissl: add zero strenght arguments to BN and RAND RNG...
2021-05-27 Todd ShortCall SSLfatal when the generate_ticket_cb returns 0
2021-05-26 Rich SalzUse "" for include internal/xxx
2021-05-21 Dmitry BelyavskiyCleanup the peer point formats on regotiation
2021-05-17 Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-05-15 Benjamin KadukPromote SSL_get_negotiated_group() for non-TLSv1.3
2021-05-12 Benjamin KadukDon't send key_share for PSK-only key exchange
2021-05-12 Benjamin KadukImprove RFC 8446 PSK key exchange mode compliance
2021-05-01 Dmitry BelyavskiyUse OCSP-specific error code for clarity
2021-04-28 Matt CaswellDefer Finished MAC handling until after state transition
2021-04-22 Matt CaswellUpdate copyright year
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-09 Nan XiaoFix typo in statem_clnt.c
2021-04-01 Randall S. BeckerCorrected missing definitions from NonStop SPT build.
2021-03-25 Matt CaswellEnsure buffer/length pairs are always in sync
2021-03-25 Peter Kaestlessl sigalg extension: fix NULL pointer dereference
2021-03-18 Paulissl: fix coverity 1451515: out of bounds memory access
2021-03-18 Shane LontisAdd ossl_gost symbols
2021-03-11 Paulissl: support params arguments to init functions
2021-03-08 Matt CaswellFix the check for suitable groups and TLSv1.3
next