]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_lib.c
first cut at sigalg loading
[thirdparty/openssl.git] / ssl / ssl_lib.c
2023-02-24  Michael Baentschfirst cut at sigalg loading
2023-02-20  Jeeban Sethiopenssl#20299: Fixed use after free bug
2023-02-20  Todd ShortFix possible memory leak on error
2023-01-27  Hugo LandauQUIC Front End I/O API: Add support for signalling...
2023-01-27  Hugo LandauQUIC: Refine SSL_shutdown and begin to implement SSL_sh...
2023-01-24  Matt CaswellRemove the user_ssl field
2023-01-24  Matt CaswellExtend the new_record_layer function
2023-01-24  Matt CaswellCreate the SSL object for QUIC-TLS
2023-01-19  Hugo LandauQUIC Front-End I/O API: Fix implementation of SSL_get_error
2023-01-13  Hugo LandauQUIC API: Rename want_net_read and want_net_write
2023-01-13  Hugo LandauQUIC: Back out version string change
2023-01-13  Hugo LandauQUIC Front End I/O API: Correct implementation of SSL_t...
2023-01-13  Hugo LandauQUIC Front End I/O API: Change version string
2023-01-13  Hugo LandauQUIC: Enable building with QUIC support disabled
2023-01-13  Hugo LandauQUIC Front-End I/O API: Wire up the SSL API functions
2023-01-13  Hugo LandauAdd BIO poll descriptors
2022-12-05  Peiwei HuFix the check of BIO_set_write_buffer_size and BIO_set_...
2022-11-23  FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-14  Matt CaswellResolve a TODO in ssl3_dispatch_alert
2022-11-14  Matt CaswellRemove compress/expand fields from SSL_CONNECTION
2022-11-14  Matt CaswellRemove remaining refs to enc_(write|read)_ctx/(read...
2022-10-27  Matt CaswellMake SSL_alloc_buffers() and SSL_free_buffers() work...
2022-10-21  Tomas Mrazstack: Do not add error if pop/shift/value accesses...
2022-10-20  Matt CaswellMove freeing of BIOs as late as possible
2022-10-20  Matt CaswellRemove some redundant code
2022-10-20  Matt CaswellRemove the old buffer management code
2022-10-20  Matt CaswellRemove some TODO(RECLAYER) comments now that DTLS has...
2022-10-18  Todd ShortAdd support for compressed certificates (RFC8879)
2022-10-12  Matt CaswellUse the configured max_send_fragment value in the write...
2022-10-12  FdaSilvaYYapps & al : Fix various typos, repeated words, align...
2022-10-05  Matt CaswellEnable the ability to query the COMP_METHOD being used...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-23  Matt CaswellFix a record layer mem leak
2022-09-23  Matt CaswellMove the record block_padding capability fully into...
2022-09-23  Matt CaswellReplace references to s->wbio with rl->bio
2022-09-23  Matt CaswellCreate the write record layer method and object and...
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-08-18  Matt CaswellEnsure various record layer options can be updated
2022-08-18  Matt CaswellMove some fields out of the SSL object and into the...
2022-08-18  Matt CaswellRemove some TODO(RECLAYER) comments
2022-08-18  Matt CaswellRemove some unnecessary function pointers from OSSL_REC...
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 final references to the SSL object in the...
2022-08-18  Matt CaswellAdd support for moving data from one epoch to the next
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 CaswellEnsure various SSL options are passed down to the recor...
2022-08-18  Matt CaswellMove the TLS1.0/1.1/1.2 record crypto code into the...
2022-08-18  Matt CaswellTransfer the functionality from ssl3_read_n to the...
2022-08-01  Matt CaswellFix SSL_pending() and SSL_has_pending() with DTLS
2022-07-28  Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-05-03  Matt CaswellUpdate copyright year
2022-03-23  PauliFix Coverity 1498611 & 1498608: uninitialised read
2022-03-14  Tomas MrazReplace handling of negative verification result with...
2022-02-05  Richard LevitteMove e_os.h to include/internal
2022-02-03  Phus Luadd SSL_get0_iana_groups() & SSL_client_hello_get_exten...
2022-01-19  Paulissl: better support TSAN operations
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-07  Matt CaswellDon't free the EVP_PKEY on error in set0_tmp_dh_pkey...
2021-11-15  Matt CaswellReset the rwstate before calling ASYNC_start_job()
2021-10-28  x2018fix some code with obvious wrong coding style
2021-07-17  Matt CaswellFix some minor record layer issues
2021-07-16  Matt CaswellDisallow SSL_key_update() if there are writes pending
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-05-29  Paulissl: add zero strenght arguments to BN and RAND RNG...
2021-05-19  Benjamin KadukLet SSL_new_session_ticket() enter init immediately
2021-05-17  Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-05-14  Rich SalzConvert SSL_{CTX}_[gs]et_options to 64
2021-05-05  Benjamin KadukEnforce secure renegotiation support by default
2021-05-01  FdaSilvaYYssl: fix possible ref counting fields use before init.
2021-04-13  Todd ShortHandle set_alpn_protos inputs better.
2021-04-01  Nan XiaoFix typos in ssl_lib.c
2021-03-25  Matt CaswellEnsure buffer/length pairs are always in sync
2021-03-14  Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-09  Shane LontisReword repeated words.
2021-02-12  Matt CaswellDeprecate the libssl level SRP APIs
2021-02-05  Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-02-05  Matt CaswellEnsure default supported groups works even with no...
2021-02-05  Matt CaswellRemove OPENSSL_NO_DH guards from libssl
2021-01-28  Richard LevitteUpdate copyright year
2021-01-26  Dr. David von OheimbTLS client: allow cert verify callback return -1 for...
2021-01-08  Thomas De Schamphe... replace 'unsigned const char' with 'const unsigned...
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  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 CaswellDeprecate SSL_CTRL_SET_TMP_DH and other related ctrls
2020-11-11  Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11  Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-10-16  Matt CaswellConcentrate deprecated libssl API usage in one file
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-13  Ikko AshimineFixed typo in ssl_lib.c
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-13  Matt CaswellFix safestack issues in ct.h
2020-09-13  Matt CaswellFix safestack issues in ocsp.h
2020-09-13  Matt CaswellFix safestack issues in x509.h
next