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-04-09
Trim some redundant and a bit of misleading text:
Ingo Schwarze
2023-04-09
Explain what it means that an API function "requires event_init(3)"
Ingo Schwarze
2023-04-09
fix double words
Jonathan Gray
2023-04-08
New manual page written by Ted Bullock <tbullock at comlore dot com>,
Ingo Schwarze
2023-04-07
bn_mont: fix typo in comment divisable -> divisible
Theo Buehler
2023-04-07
Mark BIO_CB_return(), BIO_cb_pre(), and BIO_cb_post() as intentionally
Ingo Schwarze
2023-04-06
Fix two documentation bugs:
Ingo Schwarze
2023-04-06
Document the effects that BIO_set_info_callback(3), BIO_callback_ctrl(3),
Ingo Schwarze
2023-04-06
Properly document BIO_set_info_callback(3) and BIO_get_info_callback(3)
Ingo Schwarze
2023-04-06
Use RCS tag instead of an incorrect path.
Theo Buehler
2023-04-05
Import the first of the new libevent manual pages
Ingo Schwarze
2023-04-05
Add a few missing braces
Theo Buehler
2023-04-05
Set up the RSA's _method_mod_n before the initial blinding
Theo Buehler
2023-04-05
Sprinkle a few BTI instructions into the arm64 assembly files and pass
Mark Kettenis
2023-04-05
Introduce variation in location of junked bytes; ok tb@
Otto Moerbeek
2023-04-04
A refactoring back in 2016 in which magic numbers where extracted into
Anton Lindqvist
2023-04-04
In preparation for better documenting BIO info callbacks, improve the
Ingo Schwarze
2023-04-03
Compress euclid() a little
Theo Buehler
2023-04-02
Fix table by using strings of proper lengths instead of bogus
Theo Buehler
2023-04-02
Revert r1.9 and reinstate r1.6
Theo Buehler
2023-04-01
Check all chunks in the delayed free list for write-after-free.
Otto Moerbeek
2023-04-01
Pull static const data out of BN_value_one()
Theo Buehler
2023-04-01
Indent labels
Theo Buehler
2023-04-01
Group the non-constant time gcd functions together
Theo Buehler
2023-03-31
Copy BN_FLG flags in BN_copy()
Theo Buehler
2023-03-31
Since all arm64 assembly code in libc uses the ENTRY* macros from
Mark Kettenis
2023-03-31
Add "bti c" where needed for BTI control flow integrety checks.
Mark Kettenis
2023-03-31
Inline only use of TS_VERIFY_CTX_init()
Theo Buehler
2023-03-30
i2d_ECDSA_SIG() may return a negative value in case of error. Handle
Alexander Bluhm
2023-03-30
Call bn_copy() unconditionally in BN_mul() and BN_sqr()
Theo Buehler
2023-03-30
bio_ndef: add an empty line before return
Theo Buehler
2023-03-30
Rework BN_exp() a bit
Theo Buehler
2023-03-29
More whitespace fixes.
Joel Sing
2023-03-29
Whitespace fixes.
Joel Sing
2023-03-29
Whitespace fixes.
Joel Sing
2023-03-29
Use multiple statements instead of a statement with multiple expressions.
Joel Sing
2023-03-29
Mop up MD32_XARRAY from SHA1.
Joel Sing
2023-03-29
Inline initial hash data values for SHA1.
Joel Sing
2023-03-27
Reorder functions/code.
Joel Sing
2023-03-27
Replace the remaining BN_copy() with bn_copy()
Theo Buehler
2023-03-27
Convert BN_copy() with missing error checks to bn_copy()
Theo Buehler
2023-03-27
Convert BN_copy() with explicit comparison against NULL to bn_copy()
Theo Buehler
2023-03-27
Use bn_copy() rather than inlining it
Theo Buehler
2023-03-27
Tidy includes.
Joel Sing
2023-03-27
Avoid errno is EINVAL after OpenSSL initialization
Jan Klemkow
2023-03-27
Drop unnecessary parentheses.
Theo Buehler
2023-03-27
Convert bn_nist.c to BN_copy()
Theo Buehler
2023-03-27
Add bn_copy(), a sane wrapper of BN_copy() for internal use
Theo Buehler
2023-03-26
Replace HASH_BLOCK_DATA_ORDER with sha1_block_data_order.
Joel Sing
2023-03-26
Remove unnecessary HIDDEN_DECLS.
Joel Sing
[next]