Пакет: tlswrapper (0~20241101-1)
Връзки за tlswrapper
Ресурси за Debian:
- Доклади за грешки
- Developer Information
- Журнал на промените в Debian
- Авторски права
- Управление на кръпките в Debian
Изтегляне на пакет-източник tlswrapper.
- [tlswrapper_0~20241101-1.dsc]
- [tlswrapper_0~20241101.orig.tar.gz]
- [tlswrapper_0~20241101.orig.tar.gz.asc]
- [tlswrapper_0~20241101-1.debian.tar.xz]
Отговорник:
Външни препратки:
- Начална страница [github.com]
Подобни пакети:
TLS encryption wrapper
The tlswrapper is an TLS encryption wrapper between remote client and local program prog.
Internet <--> tcpserver/inetd/systemd.socket/... <--> tlswrapper <--> prog
Separate process for every connection
The tlswrapper is executed from systemd.socket/inetd/tcpserver/... which runs separate instance of tlswrapper for each TLS connection. It ensures that a vulnerability in the code (e.g. bug in the TLS library) can't be used to compromise the memory of another connection.
Separate process for network connection and for secret-key operation
To protect against secret-information leaks to the network connection (such Heartbleed) tlswrapper runs two independent processes for every TLS connection. One process holds secret-keys and runs secret-keys operations and second talks to the network. Processes communicate with each other through unix pipes.
Privilege separation, filesystem isolation, limits
The tlswrapper processes run under dedicated non-zero uid to prohibit kill, ptrace, etc. Is chrooted into an empty, unwritable directory to prohibit filesystem access. Sets ulimits to prohibit new files, sockets, etc. Sets ulimits to prohibit forks.
TLS library
The tlswrapper is using BearSSL library which implements only secure versions of TLS protocol (TLS1.0 - TLS1.2). And implements safe and constant-time algorithms.
Други пакети, свързани с tlswrapper
|
|
|
|
-
- dep: lib25519-1 (>= 0~20230630)
- microlibrary X25519/Ed25519 - shared library
-
- dep: libbearssl0 (>= 0.6+dfsg.1)
- BearSSL - shared libraries
-
- dep: libc6 (>= 2.34)
- GNU C Library: Shared libraries
също и виртуален пакет, предлаган от libc6-udeb
-
- dep: librandombytes1 (>= 0~20230919)
- Library generating fresh randomness - shared library
Изтегляне на tlswrapper
Архитектура | Големина на пакета | Големина след инсталиране | Файлове |
---|---|---|---|
i386 | 52,2 кБ | 183,0 кБ | [списък на файловете] |