Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.224.137.108
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
libsrtp-1.4.4 /
Delete
Unzip
Name
Size
Permission
Date
Action
CHANGES
7.87
KB
-rw-r--r--
2005-09-21 22:51
LICENSE
1.58
KB
-rw-r--r--
2006-07-12 00:50
README
6.41
KB
-rw-r--r--
2007-05-04 20:16
TODO
1.66
KB
-rw-r--r--
2005-09-23 19:34
VERSION
6
B
-rw-r--r--
2007-05-04 20:16
crypto_kernel.txt
1.55
KB
-rw-r--r--
2005-09-29 12:36
draft-irtf-cfrg-icm-00.txt
13.89
KB
-rw-r--r--
2020-09-30 16:48
intro.txt
16.6
KB
-rw-r--r--
2010-06-01 18:26
libsrtp.pdf
338.14
KB
-rw-r--r--
2010-05-21 00:43
references.txt
747
B
-rw-r--r--
2005-09-21 22:51
rfc3711.txt
131.12
KB
-rw-r--r--
2005-09-21 22:51
Save
Rename
TODO List 1.4.1 - document which fields are in NBO/HBO, and check for consistency. - move HAVE_U_LONG_LONG inside of datatypes.c, or some other separate file - re-write configure.in to make cross-compilation easier - eliminate GENERIC_AESICM by generalizing the code a bit Older comments - add tests for key_limit_t datatype - move octet_get_weight() from datatypes.c to math.c (any other funcs?) Changes and additions planned Make cipher and auth dealloc() functions zeroize the key-storage areas before calling free(). Eliminate key_len from auth_init() Doucument internal APIs (cipher, auth, srtp_protect, ...) SRTP options not (yet) included in this libaray: - the aes-f8-mode cipher - the Master Key Index - re-keying using the key derivation function (only the initial use of the PRF has been implemented, as it's sufficient for most uses) (OLD) PLANNED CHANGES strip out test/lfsr.c Write new documentation!!! Fix the x86 assembly code in aes.c. Eliminate /* DAM */ - there's one in srtp.c Change debugging so that it can print more than one line. Or perhaps just change it so that a single check of the debug-enabled flag is needed. Improve interface between cipher and rdbx - perhaps generalize rdbx into 'nonce' datatype. Make rijndael_icm accept variable sized keys. Add rdbx functions that allow different-sized explicit sequence numbers to be used. Write uniform byte-buffering code for PRFs, preferably as macros. Consider eliminating low-level alloc functions in favor of len() functions, so that there need not be multiple allocations within a particular alloc() function.