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
/
libcrypto
Age
Commit message (
Expand
)
Author
2023-01-28
Fix previous.
Joel Sing
2023-01-28
Provide bn_div_rem_words() and make use of it.
Joel Sing
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
2023-01-23
Include the ISC license from s2n-bignum's LICENSE file.
Joel Sing
2023-01-23
Bring in various s2n-bignum functions for amd64.
Joel Sing
2023-01-23
Move bn_mul_add_words() and bn_mul_words() from bn_asm.c to bn_mul.c.
Joel Sing
2023-01-23
Move bn_sqr_words from bn_asm.c to bn_sqr.c.
Joel Sing
2023-01-23
Move bn_div_words from bn_asm.c to bn_div.c.
Joel Sing
2023-01-23
Include bn_arch.h now that we're using defines from it.
Joel Sing
2023-01-23
Move bn_add_words() and bn_sub_words from bn_asm.c to bn_add.c.
Joel Sing
2023-01-21
Enable bn_sqr() on amd64.
Joel Sing
2023-01-21
Provide an implementation of bn_sqr() that calls s2n-bignum's bignum_sqr().
Joel Sing
2023-01-21
Fix include.
Joel Sing
2023-01-21
Include the ISC license from s2n-bignum's LICENSE file.
Joel Sing
2023-01-21
Bring in s2n-bignum's bignum_sqr() for amd64.
Joel Sing
2023-01-21
Include the ISC license from s2n-bignum's LICENSE file.
Joel Sing
2023-01-21
Bring in the internal and "public" headers for s2n-bignum.
Joel Sing
2023-01-21
Refactor BN_mul().
Joel Sing
2023-01-21
Refactor BN_sqr().
Joel Sing
2023-01-21
Reorder functions and drop unnessary static prototypes.
Joel Sing
2023-01-20
Refactor x509v3_cache_extensions
Job Snijders
2023-01-20
Remove various #ifndef BN_SQR_COMBA.
Joel Sing
2023-01-20
Move bn_{mul,sqr}_comba{4,8}() from bn_asm.c to bn_mul.c/bn_sqr.c.
Joel Sing
2023-01-20
Move {mul,sqr}_add_c{,2} macros from bn_asm.c to bn_local.h.
Joel Sing
2023-01-20
Remove unused code.
Joel Sing
2023-01-20
Replace BN_DIV3W with HAVE_BN_DIV_3_WORDS (in bn_arch.h).
Joel Sing
2023-01-20
Provide a per machine bn_arch.h.
Joel Sing
2023-01-20
Reorder functions.
Joel Sing
2023-01-20
Reorder functions for easier maintenance.
Joel Sing
2023-01-19
Remove more unused assembly generation scripts.
Joel Sing
2023-01-19
Remove various unused assembly files and assembly generation scripts.
Joel Sing
2023-01-18
Bring in a description of bn_words_3_div().
Joel Sing
2023-01-18
Start cleaning up BN_div_internal().
Joel Sing
2023-01-17
Don't do policy checking unless we were asked to do so.
Bob Beck
2023-01-17
Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_add
Miod Vallat
2023-01-16
Move BN_sqr() to the bottom of the file.
Joel Sing
2023-01-16
Mop up debug code that escaped previously.
Joel Sing
2023-01-15
gost: add missing BN_CTX_{start,end}() pair
Theo Buehler
2023-01-14
Move constants out of text segment into rodata to prepare for xonly support
Theo de Raadt
2023-01-14
Remove unused Elliptic Curve code.
Joel Sing
2023-01-14
Rewrite BN_CTX.
Joel Sing
2023-01-14
Greatly simplify bn_expand_internal().
Joel Sing
2023-01-14
Clean up and simplify EC_KEY handling, mostly from a BN_CTX perspective.
Joel Sing
2012-10-13
import OpenSSL-1.0.1c
Damien Miller
2023-01-13
Move all data tables from .text section to .rodata, and update the code to
Miod Vallat
2023-01-13
Move all data tables from .text section to .rodata, and update the code to
Miod Vallat
2023-01-13
Prevent 1-byte out-of-bounds read in i2c_ASN1_BIT_STRING
Theo Buehler
2010-10-01
import OpenSSL-1.0.0a
Damien Miller
2009-04-06
import of OpenSSL 0.9.8k
Damien Miller
[next]