Improve RFC 8446 PSK key exchange mode compliance
[openssl.git] / ssl /
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
2021-02-05 Matt CaswellEnsure default supported groups works even with no...
2021-02-05 Matt CaswellRemove OPENSSL_NO_DH guards from libssl
2021-02-04 Matt CaswellRemove some TODO(OpenSSL1.2) references
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Dr. David von OheimbTLS client: allow cert verify callback return -1 for...
2021-01-26 Tomas MrazAvoid using OSSL_PKEY_PARAM_GROUP_NAME when the key...
2021-01-26 Matt CaswellAdd EVP_PKEY functions to get EC conv form and field...
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-22 Matt CaswellDon't copy parameters on setting a key in libssl
2021-01-20 Vadim Fedorenkoktls: Initial support for ChaCha20-Poly1305
2021-01-18 Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2021-01-18 Michael BaentschUpdate SERVER_HELLO_MAX_LENGTH
2021-01-13 Dr. David von OheimbAdd X509_NAME_hash_ex() to be able to check if it faile...
2021-01-12 Richard LevitteClean away extraneous library specific FETCH_FAILED...
2021-01-08 anupamam13Fix for negative return value from `SSL_CTX_sess_accept()`
2021-01-08 Thomas De Schamphe... replace 'unsigned const char' with 'const unsigned...
2021-01-08 Michael BaentschAdding TLS group name retrieval
2021-01-08 Matt CaswellEnsure DTLS free functions can handle NULL
2021-01-07 Otto HollmannRemove extra space.
2021-01-07 Otto HollmannFixed error and return code.
2021-01-07 Otto HollmannFix set_ciphersuites ignore unknown ciphers.
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-09 Matt CaswellModify is_tls13_capable() to take account of the server...
2020-12-08 Richard LevitteTLS: Use EVP_PKEY_get_group_name() to get the group...
2020-12-08 Richard LevitteEVP: constify the EVP_PKEY_get_*_param() argument ...
2020-12-03 Paulitag unused function arguments as ossl_unused
2020-12-02 Benjamin KadukFix comment in do_dtls1_write()
2020-11-30 Matt CaswellFix builds that specify both no-dh and no-ec
2020-11-29 John BaldwinCollapse two identical if statements into a single...
2020-11-29 John BaldwinAllow zero-byte writes to be reported as success.
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-24 Richard LevitteModify the ERR init functions to use the internal ERR...
2020-11-23 Matt CaswellMove some libssl global variables into SSL_CTX
2020-11-20 Richard LevitteSSL: Change SSLerr() to ERR_raise()
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-18 Matt CaswellReturn sensible values for some SSL ctrls
2020-11-18 Matt CaswellOnly disabled what we need to in a no-dh build
2020-11-18 Matt CaswellImplement a replacement for SSL_set_tmp_dh()
2020-11-18 Matt CaswellDisable the DHParameters config option in a no-deprecat...
2020-11-18 Matt CaswellRemove DH usage from tls_process_cke_dhe
2020-11-18 Matt CaswellRemove DH usage in tls_construct_server_key_exchange()
next