summaryrefslogtreecommitdiff
path: root/ext/dtls
Commit message (Expand)AuthorAgeFilesLines
* Use gst_buffer_new_memdup()Tim-Philipp Müller2021-05-242-3/+5
* Use new gst_buffer_new_copy()Tim-Philipp Müller2021-05-232-16/+9
* dtls: Let sender know when we are flushingDoug Nazar2021-05-191-0/+5
* dtls: Add ability to set custom GstFlowReturn on callback errorDoug Nazar2021-05-192-3/+25
* Use gst_element_request_pad_simple...François Laignel2021-05-052-4/+5
* dtls: hotfix: allow per feature registrationStéphane Cerveau2021-03-301-17/+10
* dtls: allow per feature registrationStéphane Cerveau2021-03-238-0/+99
* dtls: use GST_WARNING instead of g_warningStéphane Cerveau2021-02-173-5/+16
* dtls: Avoid bio_buffer assertion on shutdown.Jan Schmidt2020-10-311-3/+4
* dtlsconnection: Ignore OpenSSL system call errorsOlivier Crête2020-10-101-29/+7
* gstdtlsconnection: Propagate errors from key export to the callerSebastian Dröge2020-06-261-10/+28
* dtlsconnection: do not set keys_exported flag if actually not exportedMiguel Paris2020-06-261-2/+7
* docs: mark more types as plugin APIMathieu Duponchelle2020-06-231-0/+2
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+2
* dtls/connection: fix EOF handling with openssl 1.1.1eMatthew Waters2020-03-271-1/+1
* gstdtlsrtpenc: Add rtp-sync propertyJan Schmidt2020-02-272-11/+56
* dtls: Set a random serial number and issuer/subject in the self-signed certif...Sebastian Dröge2020-02-271-9/+32
* dtls: Keep track of the connection state and signal it through all the layersSebastian Dröge2020-01-196-23/+298
* dtls: Handle errors/close_notify at all steps and propagate through the layer...Sebastian Dröge2020-01-194-127/+405
* dtls: Propagate write errors backwards through dtlsenc/dtlsconnectionSebastian Dröge2020-01-194-6/+31
* dtls: Use a plain function pointer instead of a GClosure for the send callbackSebastian Dröge2020-01-193-43/+30
* dtlsenc: Don't warn on GST_FLOW_FLUSHING or GST_FLOW_EOSSebastian Dröge2019-12-301-1/+1
* Don't pass default GLib marshallers for signalsNiels De Graef2019-11-064-14/+8
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
* Remove autotools build systemTim-Philipp Müller2019-10-141-34/+0
* Revert "dtls: fix generated cert dtls agent leak"Sebastian Dröge2019-07-261-1/+1
* dtls: fix generated cert dtls agent leakIlya Smelykh2019-07-251-1/+1
* dtls: fix dtls connection object leakIlya Smelykh2019-07-251-0/+2
* dtlsagent: Clear the certificate upon finalizeJuan Navarro2019-06-251-0/+2
* dtlsdec: Avoid duplicate ref when passing certificate propertyJuan Navarro2019-06-251-4/+10
* dtlsagent: Do not overwrite openssl locking callbacksJose Antonio Santos Cadenas2019-05-141-1/+1
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Mark some properties as DOC_SHOW_DEFAULTThibault Saunier2019-05-132-2/+4
* dtls: Don't abort on non-fatal issuesEdward Hervey2019-02-131-3/+6
* Run gst-indent through the filesJordan Petridis2018-11-283-9/+8
* dtls: Fix compilation without deprecated APIs on OpenSSL 1.1.xRosen Penev2018-11-142-4/+11
* dtls: Link against winsock2 on WindowsJan Alexander Steffens (heftig)2018-11-062-2/+2
* dtlsconnection: Print out errno info for syscall errorsJan Alexander Steffens (heftig)2018-11-061-1/+18
* dtls: Properly display all errors/warnings from ERR queueAndreas Frisch2018-11-062-9/+32
* dtlsconnection: Replace if-else chain with switchJan Alexander Steffens (heftig)2018-11-061-14/+15
* dtlsconnection: Clear error queue before SSL_do_handshakeJan Alexander Steffens (heftig)2018-11-061-0/+1
* dtlsconnection: Lower BIO error log level to DEBUGJan Alexander Steffens (heftig)2018-11-061-1/+1
* dtlsconnection: Run gst-indentJan Alexander Steffens (heftig)2018-11-061-7/+7
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+2
* dtls: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2018-06-243-26/+19
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* dtls: drop upstream segment and stream-start eventsMatthew Waters2018-02-051-0/+25
* dtls: don't leak the system clockMatthew Waters2018-02-051-3/+2
* dtlsenc: fix typo in is-client property descriptionMatthew Waters2018-02-051-1/+1