summaryrefslogtreecommitdiff
path: root/ext/dtls
Commit message (Expand)AuthorAgeFilesLines
* dtlsconnection: do not set keys_exported flag if actually not exportedMiguel Paris2020-09-291-2/+7
* dtls/connection: fix EOF handling with openssl 1.1.1eMatthew Waters2020-09-251-1/+1
* Revert "dtls: fix generated cert dtls agent leak"Tim-Philipp Müller2019-08-121-1/+1
* dtlsagent: Do not overwrite openssl locking callbacksJose Antonio Santos Cadenas2019-08-111-1/+1
* dtls: fix generated cert dtls agent leakIlya Smelykh2019-08-101-1/+1
* dtls: fix dtls connection object leakIlya Smelykh2019-08-101-0/+2
* dtlsagent: Clear the certificate upon finalizeJuan Navarro2019-08-091-0/+2
* dtlsdec: Avoid duplicate ref when passing certificate propertyJuan Navarro2019-08-091-4/+10
* 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
* dtls: remove reliance on a default GMainContext/LoopMatthew Waters2018-02-011-25/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* dtls: Set openssl's threadid the 1.0.x wayScott D Phillips2016-12-051-4/+4
* dtlscertificate: Fix error checking in RSA_generate_key_ex() usageSebastian Dröge2016-11-141-3/+4
* dtls: Fix compiler warnings with openssl 1.1 or newerSebastian Dröge2016-11-022-10/+19
* dtls: Downgrade locking debugOlivier Crête2016-11-011-1/+1
* dtls: port to OpenSSL 1.1.0Daiki Ueno2016-10-312-9/+93
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+25
* dtsl: add some documentationRaffaele Rossi2016-04-181-0/+153
* dtls: Use unique names for internal elements to ease debuggingSantiago Carot-Nemesio2016-04-042-6/+6
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-245-30/+17
* Fix code indentationTim-Philipp Müller2015-11-061-1/+2
* dtls: Fix name conflict with openssl on win32Paul Arzelier2015-10-151-0/+7
* dtls: fix printf format on win32Polochon_street2015-10-021-1/+1
* dtls: fix printf format on win32Paul Arzelier2015-10-021-2/+2
* Don't throw compiler warnings with G_DISABLE_ASSERTJan Schmidt2015-09-181-0/+6
* dtlsdec: Fix critical warning "got data flow before stream-start event"Santiago Carot-Nemesio2015-06-032-6/+25
* dtlssrtpdec: Release requested padsSantiago Carot-Nemesio2015-05-281-0/+29
* dtlsdec: Remove unnecessary ref/unref operationsSantiago Carot-Nemesio2015-05-281-2/+1
* dtlsdec: Fix release request pad functionSantiago Carot-Nemesio2015-05-281-4/+2
* dtls: Fix memory leakJose Antonio Santos Cadenas2015-05-154-0/+16
* dtlsenc: Fix memory leak releasing connection_idJose Antonio Santos Cadenas2015-05-131-0/+5
* dtlsenc: Fix memory leak while setting connection-idJose Antonio Santos Cadenas2015-05-131-0/+4
* dtlsdec: Fix memory leak, release previous pemJose Antonio Santos Cadenas2015-05-131-0/+4
* dtlsdec: Fix memory leak on disposeJose Antonio Santos Cadenas2015-05-131-0/+2
* dtlsconnection: Fix memory leak while setting closureJose Antonio Santos Cadenas2015-05-131-0/+4