index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2023-03-01
Link evp/cipher_method_lib.c to the build
Theo Buehler
2023-03-01
Convert EVP_CIPHER_meth_dup() to using calloc()
Theo Buehler
2023-03-01
Make cipher_method_lib.c compile with LibreSSL
Theo Buehler
2023-03-01
Add EVP_CIPHER_meth_* prototypes to evp.h
Theo Buehler
2023-03-01
Make the cleanup() method return an int again
Theo Buehler
2023-03-01
Fix line wrapping of function pointer arguments
Theo Buehler
2023-03-01
First KNF approximation as per knfmt(1)
Theo Buehler
2023-03-01
Drop the EVP_CIPHER_METH_get_* functions
Theo Buehler
2023-03-01
Add RCS tag
Theo Buehler
2023-03-01
Revert OpenSSL commit aa6bb135
Theo Buehler
2023-03-01
libcrypto: import a copy of OpenSSL 1.1's cmeth_lib.c
Theo Buehler
2023-02-28
Rewrite/simplify BN_from_montgomery_word() and BN_from_montgomery().
Joel Sing
2023-02-27
use the correct size of the execve syscall stub
Theo de Raadt
2023-02-27
Calculate the size of the static (and profiled static) execve syscall stub
Theo de Raadt
2023-02-27
There is no reason to-be-cleared chunks cannot participate in delayed
Otto Moerbeek
2023-02-25
Use separate lines instead of semicolons.
Brent Cook
2023-02-24
Try to warn about syscall() possibly being deleted from libc in the
Theo de Raadt
2023-02-23
Introduce X509_get0_uids() accessor function
Job Snijders
2023-02-23
Use explicit .text instead of .previous to please Windows/MinGW on amd64
Theo Buehler
2023-02-23
Fix up the .rodata segment's name for Windows as well.
Theo Buehler
2023-02-23
adjust documentation for ktrace.h changes. utrace() is now easier to use
Theo de Raadt
2023-02-22
remove .Pp before .Sh;
Jason McIntyre
2023-02-22
Point to <signal.h> and not <sys/signal.h>: the latter is
Philip Guenther
2023-02-22
Don't mention <sys/signal.h>: <pthread_np.h> pulls in everything that's
Philip Guenther
2023-02-22
Prefer 'argument' over 'parameter' when refering to the value
Philip Guenther
2023-02-22
Prefer "get or set" over "get/set" or "get and set".
Philip Guenther
2023-02-22
Adjust parentheses in mont->ri assignment.
Joel Sing
2023-02-22
Replace bn_sub_part_words() with bn_sub().
Joel Sing
2023-02-22
Rework bn_add()/bn_sub() to operate on word arrays.
Joel Sing
2023-02-22
Rewrite and simplify BN_MONT_CTX_set()
Joel Sing
2023-02-21
adress -> address;
Jason McIntyre
2023-02-21
hppa does some weird callgate stuff, so the pinsyscall() provides the
Theo de Raadt
2023-02-21
dlfcn/init.c
Theo de Raadt
2023-02-21
Do pinsyscall() after static libc is configured for errno storage.
Theo de Raadt
2023-02-21
pinsyscall(2) is not just for dynamic binaries anymore, so make the
Theo de Raadt
2023-02-21
In static binaries, if WEAK execve can be found, use pinsyscall(2) to
Theo de Raadt
2023-02-21
create a stub for pinsyscall(2)
Theo de Raadt
2023-02-21
perlasm: properly spell .rodata for macOS on intel
Theo Buehler
2023-02-21
remove extra argument
Brent Cook
2023-02-21
Unifdef MONT_WORD.
Joel Sing
2023-02-21
correct parameter type
Theo de Raadt
2023-02-19
auth_getchallenge does not exist anymore
aisha
2023-02-19
Move BN_MONT_CTX back to bn_local.h for now. It's still used by bn_exp.c
Theo Buehler
2023-02-19
Rewrite BN_MONT_CTX_set_locked()
Joel Sing
2023-02-19
First pass clean up of bn_mont.c.
Joel Sing
2023-02-19
Move BN_MONT_CTX_copy().
Joel Sing
2023-02-19
Move struct bn_mont_ctx_st from bn_local.h to bn_mont.c.
Joel Sing
2023-02-18
missing dot before macro; from josiah frentsos
Jason McIntyre
2023-02-17
Only compile _ng_print() #ifdef DEBUG_NG; ok millert@
Miod Vallat
2023-02-17
Remove unused variables; ok millert@
Miod Vallat
[next]