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-02-07
remove seatbelt
Theo de Raadt
2023-02-07
Fix arbitrary memory read in GENERAL_NAME_cmp()
Theo Buehler
2023-02-07
libcrypto/ec: another missing point-on-curve check
Theo Buehler
2023-02-05
remove --no-execute-only seatbelt
Theo de Raadt
2023-02-05
Implement usertc corresponding to the Allwinner A64 agtimer(4) errata.
Mark Kettenis
2023-02-05
writev() appeared in 4.1c before 4.2
Jonathan Gray
2023-02-05
getpagesize() appeared in 4.1c before 4.2
Jonathan Gray
2023-02-04
Remove bn_sqr_words() on amd64.
Joel Sing
2023-02-04
Fix output constraints for bn_umul_hilo().
Joel Sing
2023-02-03
Move BN_mod_exp2_mont() to bn_exp.c.
Joel Sing
2023-02-03
Reorder functions in bn_exp.c to be slightly sensible...
Joel Sing
2023-02-03
Clean up and simplify BN_mod_lshift{,_quick}().
Joel Sing
2023-02-03
Clean up BN_mod_mul() and simplify BN_mod_sqr().
Joel Sing
2023-02-03
Simplify BN_mod_{lshift1,sub}_quick().
Joel Sing
2023-02-03
Simplify BN_nnmod().
Joel Sing
2023-02-03
Turn BN_mod_{ct,nonct}() into symbols.
Joel Sing
2023-02-02
Remove AIX toc data after every function. NFC
Miod Vallat
2023-02-02
Refactor BN_uadd() and BN_usub().
Joel Sing
2023-02-02
Unbreak vpaes-x86 implementation.
Joel Sing
2010-10-01
import OpenSSL-1.0.0a
Damien Miller
2009-04-06
import of OpenSSL 0.9.8k
Damien Miller
2023-02-02
Move all data blocks from .text to .rodata and cleanup up and homogeneize code
Miod Vallat
2023-02-02
Sync function prototypes and declarations to satisfy clang 15.
Anton Lindqvist
2023-02-01
Move all data blocks from .text to .rodata and cleanup up and homogeneize code
Miod Vallat
2023-02-01
For xonly, move sha512-ppc.pl's table from text to rodata
George Koehler
2010-10-01
import OpenSSL-1.0.0a
Damien Miller
2023-02-01
Pull the MONT_WORD define to the top.
Joel Sing
2023-02-01
Move BN_MONT_CTX_* functions to the top of the file.
Joel Sing
2023-01-31
Remove the now empty bn_asm.c.
Joel Sing
2023-01-31
Simplify bn_div_3_words().
Joel Sing
2023-01-31
Provide inline assembly bn_umul_hilo() for alpha/powerpc64/riscv64.
Joel Sing
2023-01-31
Provide inline assembly versions of bn_umul_hilo() for aarch64/amd64/i386.
Joel Sing
2023-01-31
Provide bn_umul_hilo().
Joel Sing
2023-01-31
Correctly detect b < a in BN_usub().
Joel Sing
2023-01-31
Remove sparc related files from libcrypto.
Joel Sing
2023-01-30
Fix logic of picmeup() to only produce one set of statements on OpenBSD; this
Miod Vallat
2023-01-29
Remove the now empty/unused bn_depr.c.
Joel Sing
2023-01-29
Use s2n-bignum assembly implementations for libcrypto bignum on amd64.
Joel Sing
2023-01-28
Stop installing x509_verify.h
Theo Buehler
2023-01-28
Stop relying on x509_verify.h being public
Theo Buehler
2023-01-28
Remove comment referencing bn_depr.c.
Joel Sing
2023-01-28
Move the three functions that are in bn_depr.c back to bn_prime.c.
Joel Sing
2023-01-28
Move the more readable version of bn_mul_mont() from bn_asm.c to bn_mont.c.
Joel Sing
2023-01-28
Fix previous.
Joel Sing
2023-01-28
Provide bn_div_rem_words() and make use of it.
Joel Sing
2023-01-27
Use the same inline assembly constraints as for libc fp*(), when operating
Miod Vallat
2023-01-27
Remove fast round(3) implementation for hppa. It is a nice idea, but does not
Miod Vallat
2023-01-27
Use stricter constraints in the assembly statements in fpset{mask,round,sticky}
Miod Vallat
2023-01-24
Check return value of X509_digest
Job Snijders
2023-01-23
Change include from _internal_s2n_bignum.h to s2n_bignum_internal.h.
Joel Sing
[next]