/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
.../libcrypto/arc4random/
..
arc4random_aix.h

Tighten behavior of _rs_allocate failure for portable arc4random implementations.

10 лет назад
arc4random_freebsd.h

Tighten behavior of _rs_allocate failure for portable arc4random implementations.

10 лет назад
arc4random_hpux.h

Tighten behavior of _rs_allocate failure for portable arc4random implementations.

10 лет назад
arc4random_linux.h

Using pthread_atfork instead of __register_atfork with uClibc on noMMU

7 лет назад
arc4random_netbsd.h

Tighten behavior of _rs_allocate failure for portable arc4random implementations.

10 лет назад
arc4random_osx.h

Tighten behavior of _rs_allocate failure for portable arc4random implementations.

10 лет назад
arc4random_solaris.h

Tighten behavior of _rs_allocate failure for portable arc4random implementations.

10 лет назад
arc4random_win.h

Tighten behavior of _rs_allocate on Windows.

10 лет назад
getentropy_aix.c

spelling fixes; from paul tagliamonte i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct

4 года назад
getentropy_freebsd.c

make fixed-sized fixed-value mib[] arrays be const ok guenther tb millert

6 лет назад
getentropy_hpux.c

For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (variadic) mode_t parameter is irrelevant. Many developers in the past have passed mode_t (0, 044, 0644, or such), which might lead future people to copy this broken idiom, and perhaps even believe this parameter has some meaning or implication or application. Delete them all. This comes out of a conversation where tb@ noticed that a strange (but intentional) pledge behaviour is to always knock-out high-bits from mode_t on a number of system calls as a safety factor, and his bewilderment that this appeared to be happening against valid modes (at least visually), but no sorry, they are all irrelevant junk. They could all be 0xdeafbeef. ok millert

5 лет назад
getentropy_linux.c

For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (variadic) mode_t parameter is irrelevant. Many developers in the past have passed mode_t (0, 044, 0644, or such), which might lead future people to copy this broken idiom, and perhaps even believe this parameter has some meaning or implication or application. Delete them all. This comes out of a conversation where tb@ noticed that a strange (but intentional) pledge behaviour is to always knock-out high-bits from mode_t on a number of system calls as a safety factor, and his bewilderment that this appeared to be happening against valid modes (at least visually), but no sorry, they are all irrelevant junk. They could all be 0xdeafbeef. ok millert

5 лет назад
getentropy_netbsd.c

make fixed-sized fixed-value mib[] arrays be const ok guenther tb millert

6 лет назад
getentropy_osx.c

For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (variadic) mode_t parameter is irrelevant. Many developers in the past have passed mode_t (0, 044, 0644, or such), which might lead future people to copy this broken idiom, and perhaps even believe this parameter has some meaning or implication or application. Delete them all. This comes out of a conversation where tb@ noticed that a strange (but intentional) pledge behaviour is to always knock-out high-bits from mode_t on a number of system calls as a safety factor, and his bewilderment that this appeared to be happening against valid modes (at least visually), but no sorry, they are all irrelevant junk. They could all be 0xdeafbeef. ok millert

5 лет назад
getentropy_solaris.c

For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (variadic) mode_t parameter is irrelevant. Many developers in the past have passed mode_t (0, 044, 0644, or such), which might lead future people to copy this broken idiom, and perhaps even believe this parameter has some meaning or implication or application. Delete them all. This comes out of a conversation where tb@ noticed that a strange (but intentional) pledge behaviour is to always knock-out high-bits from mode_t on a number of system calls as a safety factor, and his bewilderment that this appeared to be happening against valid modes (at least visually), but no sorry, they are all irrelevant junk. They could all be 0xdeafbeef. ok millert

5 лет назад
getentropy_win.c

Update getentropy on Windows to use Cryptography Next Generation (CNG).

6 лет назад