index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-07-03
Use new ibuf API. Use ibuf_data() and ibuf_size() instead of direct
Claudio Jeker
2023-07-03
Delete some more references to dead policy code.
Tobias Heider
2023-07-03
sign_sig: test on assignment
Theo Buehler
2023-07-03
sign_setup: split another check into two
Theo Buehler
2023-07-03
typo
Tobias Heider
2023-07-03
Do not risk writing over the end of the buffer when it ends in #
Nicholas Marriott
2023-07-03
Use ibuf_data() and ibuf_size() instead of accessing struct ibuf.
Claudio Jeker
2023-07-03
Split range checks for ECDSA r and ECDSA s
Theo Buehler
2023-07-03
Switch a couple of test from ucmp to cmp
Theo Buehler
2023-07-03
ossl_ecdsa_verify_sig(): simplify range checks
Theo Buehler
2023-07-03
List variables in a somewhat more sensible order
Theo Buehler
2023-07-03
In ossl_ecdsa_verify_sig() use BN_CTX more idiomatically
Theo Buehler
2023-07-03
Split a bunch of unrelated checks
Theo Buehler
2023-07-03
Make ossl_ecdsa_verify_sig() single exit
Theo Buehler
2023-07-03
Switch ossl_ecdsa_verify() to timingsafe_memcmp()
Theo Buehler
2023-07-03
Streamline ossl_ecdsa_verify()
Theo Buehler
2023-07-03
Use ibuf_data() instead of direct access to ibuf->buf,
Claudio Jeker
2023-07-03
Use ibuf_data() instead of directly accessing ibuf->buf.
Claudio Jeker
2023-07-03
Use ibuf_data() instead of accessing ibuf->buf directly.
Claudio Jeker
2023-07-03
Explicit parameter printing can also use get0_order()
Theo Buehler
2023-07-03
Convert ossl_ec_key_gen() and EC_KEY_check_key()
Theo Buehler
2023-07-03
Convert EC_GROUP_check() to EC_GROUP_get0_order()
Theo Buehler
2023-07-03
Inline two copies of EC_GROUP_order_bits()
Theo Buehler
2023-07-03
use semicolon not comma at eol
Jonathan Gray
2023-07-03
fix uuid_dec_{b,l}e prototypes
Jasper Lievisse Adriaanse
2023-07-03
some minor fix up;
Jason McIntyre
2023-07-03
Another warning fix for GCC from Thomas Klausner.
Nicholas Marriott
2023-07-03
when shutting down a vm, handle the VM id in the same way as a VM name argument
Jasper Lievisse Adriaanse
2023-07-03
Nuke unused label 'next:'.
Kenneth R Westerback
2023-07-03
Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitons
Bob Beck
2023-07-03
typofix lladdr in function names; OK deraadt jan
Klemens Nanni
2023-07-03
Switch ECDSA code to using EC_GROUP_get0_order()
Theo Buehler
2023-07-03
Provide internal-only EC_GROUP_get0_order()
Theo Buehler
2023-07-03
Bring malloc(9) and <sys/malloc.h> into sync for M_* entries, such
Philip Guenther
2023-07-03
Remove the tls1.0 and 1.1 related options from the openssl(1) toolkit
Bob Beck
2023-07-03
The only thing worse than treating 'return' as a function call is
Kenneth R Westerback
2023-07-03
Another empty line did not want to go in
Theo Buehler
2023-07-03
Stop caring about tls 1.0 and 1.1.
Bob Beck
2023-07-03
Stop testing tls 1.0 and 1.1
Bob Beck
2023-07-03
Trade a pair of extra braces for a missing empty line
Theo Buehler
2023-07-02
Add button mappings for two- and three-finger clicks on clickpads.
Ulf Brosziewski
2023-07-02
Simplify allocation checks
Theo Buehler
2023-07-02
Use TSO and LRO on the loopback interface to transfer TCP faster.
Alexander Bluhm
2023-07-02
Clean up dynamic tables in OPENSSL_cleanup()
Theo Buehler
2023-07-02
all platforms, kernel: remove __HAVE_CLOCKINTR symbol
Scott Soule Cheloha
2023-07-02
Disable TLS 1.0 and TLS 1.1 in libssl
Bob Beck
2023-07-02
Convert some tables to C99 initializers
Theo Buehler
2023-07-02
Fix return values of ecx methods
Theo Buehler
2023-07-02
Demacro SHA-512.
Joel Sing
2023-07-02
Fix typo in previous
Theo Buehler
[next]