Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mariux64
/
radsecproxy
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Files
23c3c95
tests
tools
.gitignore
AUTHORS
ChangeLog
INSTALL
LICENSE
Makefile.am
NEWS
README
THANKS
acinclude.m4
autogen.sh
catgconf.c
configure.ac
debug.c
debug.h
develdoc.txt
dtls.c
dtls.h
fticks.c
fticks.h
fticks_hashmac.c
fticks_hashmac.h
gconfig.c
gconfig.h
hash.c
hash.h
hostport.c
hostport.h
list.c
list.h
main.c
radmsg.c
radmsg.h
radsecproxy-hash.8
radsecproxy-hash.c
radsecproxy.8.in
radsecproxy.c
radsecproxy.conf-example
radsecproxy.conf.5.in
radsecproxy.h
rewrite.c
rewrite.h
tcp.c
tcp.h
tls.c
tls.h
tlscommon.c
tlscommon.h
tlv11.c
tlv11.h
udp.c
udp.h
util.c
util.h
Breadcrumbs
radsecproxy
/
README
Blame
Blame
Latest commit
History
History
29 lines (21 loc) · 1.09 KB
Breadcrumbs
radsecproxy
/
README
Top
File metadata and controls
Code
Blame
29 lines (21 loc) · 1.09 KB
Raw
This is radsecproxy 1.9.0-rc1 radsecproxy is a generic RADIUS proxy that supports both UDP and TLS (RadSec) RADIUS transports. There is also experimental support for TCP and DTLS. The aim is for the proxy to have sufficient features to be flexible, while at the same time to be small, efficient and easy to configure. Official packages are available: Debian: apt-get install radsecproxy Fedora: dnf install radsecproxy FreeBSD: pkg install radsecproxy NetBSD: pkgin install radsecproxy Or built it from this rouce on most Unix like systems by simply typing ./configure && make For details see INSTALL To use radsecproxy you need to create a config file which is normally found in /etc/radsecproxy.conf or /usr/local/etc/radsecproxy.conf. You can also specify the location with the "-c" command line option (see below). For further instructions, please see the enclosed example file and the manpages radsecproxy(8) and radsecproxy.conf(5). Note for Cygwin users: Due to a bug in openssl the tls option CACertificatePath is currently unusable. Use a certificate bundle with CACertificateFile instead.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
You can’t perform that action at this time.