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