changes: remove duplicate entry
[openssl.git] / ssl /
2021-07-29 yangyangtiantianlo... Fix dtls timeout dead code
2021-07-29 Matt CaswellUpdate copyright year
2021-07-28 Todd ShortAdd missing session timeout calc
2021-07-27 Tomas MrazKTLS: AES-CCM in TLS-1.3 is broken on 5.x kernels,...
2021-07-21 Dr. David von Oheimbtls_process_{client,server}_certificate(): allow verify...
2021-07-17 Matt CaswellFix some minor record layer issues
2021-07-16 Matt CaswellDisallow SSL_key_update() if there are writes pending
2021-07-16 Matt CaswellDon't reset the packet pointer in ssl3_setup_read_buffer
2021-07-06 Matt CaswellAvoid "excessive message size" for session tickets
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-23 Richard LevitteAdapt other parts of the source to the changed EVP_Q_di...
2021-06-22 Hubert Kariocross-reference the DH and RSA SECLEVEL to level of...
2021-06-19 Paulissl: fix indentation
2021-06-19 Paulissl: fix indentation
2021-06-19 Paulissl: replace tabs with spaces
2021-06-19 Paulissl: do not choose auto DH groups that are weaker than...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-15 Dmitry BelyavskiyDisabling Encrypt-then-MAC extension in s_client/s_server
2021-06-13 Tomas MrazDo not duplicate symbols between libcrypto and libssl...
2021-06-10 Todd ShortOptimize session cache flushing
2021-06-04 Matt CaswellOnly call dtls1_start_timer() once
2021-06-02 Paulitls: remove TODOs
2021-06-01 Trev LarockModify ssl_handshake_hash to call SSLfatal
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-27 Juergen ChristFix compilation warning with GCC11.
2021-05-26 Rich SalzUse "" for include crypto/xxx
2021-05-26 Rich SalzUse "" for include internal/xxx
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-25 Benjamin KadukAllow TLS13_AD_MISSING_EXTENSION for older versions
2021-05-21 Dmitry BelyavskiyCleanup the peer point formats on regotiation
2021-05-20 Matt CaswellUpdate copyright year
2021-05-19 Benjamin KadukLet SSL_new_session_ticket() enter init immediately
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-14 Rich SalzSlightly reformat ssl.h.in
2021-05-14 Rich SalzConvert SSL_{CTX}_[gs]et_options to 64
2021-05-13 Tomas MrazReplace EVP_PKEY_supports_digest_nid
2021-05-12 Benjamin KadukDon't send key_share for PSK-only key exchange
2021-05-12 Benjamin Kadukmake update
2021-05-12 Benjamin KadukImprove RFC 8446 PSK key exchange mode compliance
2021-05-08 Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-05-08 Shane LontisRemove unused code from the fips module
2021-05-07 Richard LevitteDrop libimplementations.a
2021-05-06 Dmitry BelyavskiyAvoid sending alerts after shutdown
2021-05-05 Rich SalzRemove all trace of FIPS_mode functions
2021-05-05 Benjamin KadukCorrect ssl_conf logic for "legacy_server_connect"
2021-05-05 Benjamin KadukEnforce secure renegotiation support by default
2021-05-01 FdaSilvaYYssl: fix possible ref counting fields use before init.
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-19 Matt CaswellFix some TODO(3.0) occurrences in ssl/t1_lib.c
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-13 Todd ShortHandle set_alpn_protos inputs better.
2021-04-12 Matt CaswellOnly enable KTLS if it is explicitly configured
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-08 Matt CaswellUpdate copyright year
2021-04-01 Randall S. BeckerCorrected missing definitions from NonStop SPT build.
2021-04-01 Nan XiaoFix typos in ssl_lib.c
2021-04-01 Tomas MrazOBJ_nid2sn(NID_sha256) is completely equivalent to...
2021-03-30 Paulissl: fix problem where MAC IDs were globally cached.
2021-03-30 Nan XiaoFix BIO_new_ssl_connect() to not leak memory
2021-03-26 Alexander Traudssl/ssl_ciph.c: update format string, again
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-20 Paulissl: coverity 1465527 - dereference after null check
2021-03-20 Paulissl: fix coverity 1451495: resource leak
2021-03-18 Paulissl: fix coverity 1451515: out of bounds memory access
2021-03-18 Shane LontisAdd ossl_gost symbols
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-13 Paulissl: fix format specifier for size_t argument to BIO_printf
2021-03-11 Paulissl: support params arguments to init functions
2021-03-11 Anthony HuIncrease the upper limit on group name length
2021-03-09 Shane LontisReword repeated words.
2021-03-08 Matt CaswellFix the check for suitable groups and TLSv1.3
2021-03-03 Shane LontisFix NULL access in ssl_build_cert_chain() when ctx...
2021-03-03 Tomas Mrazstatem_lib.c: Remove TODOs that are unnecessary
2021-02-28 Paulitls: adjust for extra argument to KDF derive call
2021-02-28 Paulitls: updates for the new additional MAC_init arguments
2021-02-24 Benjamin KadukRemove disabled TLS 1.3 ciphers from the SSL(_CTX)
2021-02-18 Matt CaswellUpdate copyright year
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-15 Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2021-02-12 Tomas Mraztls_valid_group: Add missing dereference of okfortls13
2021-02-12 Richard LevitteUse ERR_R_*_LIB instead of ERR_LIB_* as reason code...
2021-02-12 Matt CaswellDeprecate the libssl level SRP APIs
2021-02-12 Matt CaswellDeprecate the low level SRP APIs
2021-02-10 Benjamin KadukRemove unused 'peer_type' from SSL_SESSION
2021-02-08 Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2021-02-05 Matt CaswellRemove all OPENSSL_NO_XXX from libssl where XXX is...
2021-02-05 Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-02-05 Matt CaswellMake sure we don't use sigalgs that are not available
2021-02-05 Matt CaswellAdd the nist group names as aliases for the normal...
2021-02-05 Matt CaswellRemove compile time guard checking from ssl3_get_req_ce...
2021-02-05 Matt CaswellCheck for availability of ciphersuites at run time
2021-02-05 Matt CaswellMake supported_groups code independent of EC and DH
next