summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-03Use new ibuf API. Use ibuf_data() and ibuf_size() instead of directClaudio Jeker
2023-07-03Delete some more references to dead policy code.Tobias Heider
2023-07-03sign_sig: test on assignmentTheo Buehler
2023-07-03sign_setup: split another check into twoTheo Buehler
2023-07-03typoTobias Heider
2023-07-03Do not risk writing over the end of the buffer when it ends in #Nicholas Marriott
2023-07-03Use ibuf_data() and ibuf_size() instead of accessing struct ibuf.Claudio Jeker
2023-07-03Split range checks for ECDSA r and ECDSA sTheo Buehler
2023-07-03Switch a couple of test from ucmp to cmpTheo Buehler
2023-07-03ossl_ecdsa_verify_sig(): simplify range checksTheo Buehler
2023-07-03List variables in a somewhat more sensible orderTheo Buehler
2023-07-03In ossl_ecdsa_verify_sig() use BN_CTX more idiomaticallyTheo Buehler
2023-07-03Split a bunch of unrelated checksTheo Buehler
2023-07-03Make ossl_ecdsa_verify_sig() single exitTheo Buehler
2023-07-03Switch ossl_ecdsa_verify() to timingsafe_memcmp()Theo Buehler
2023-07-03Streamline ossl_ecdsa_verify()Theo Buehler
2023-07-03Use ibuf_data() instead of direct access to ibuf->buf,Claudio Jeker
2023-07-03Use ibuf_data() instead of directly accessing ibuf->buf.Claudio Jeker
2023-07-03Use ibuf_data() instead of accessing ibuf->buf directly.Claudio Jeker
2023-07-03Explicit parameter printing can also use get0_order()Theo Buehler
2023-07-03Convert ossl_ec_key_gen() and EC_KEY_check_key()Theo Buehler
2023-07-03Convert EC_GROUP_check() to EC_GROUP_get0_order()Theo Buehler
2023-07-03Inline two copies of EC_GROUP_order_bits()Theo Buehler
2023-07-03use semicolon not comma at eolJonathan Gray
2023-07-03fix uuid_dec_{b,l}e prototypesJasper Lievisse Adriaanse
2023-07-03some minor fix up;Jason McIntyre
2023-07-03Another warning fix for GCC from Thomas Klausner.Nicholas Marriott
2023-07-03when shutting down a vm, handle the VM id in the same way as a VM name argumentJasper Lievisse Adriaanse
2023-07-03Nuke unused label 'next:'.Kenneth R Westerback
2023-07-03Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitonsBob Beck
2023-07-03typofix lladdr in function names; OK deraadt janKlemens Nanni
2023-07-03Switch ECDSA code to using EC_GROUP_get0_order()Theo Buehler
2023-07-03Provide internal-only EC_GROUP_get0_order()Theo Buehler
2023-07-03Bring malloc(9) and <sys/malloc.h> into sync for M_* entries, suchPhilip Guenther
2023-07-03Remove the tls1.0 and 1.1 related options from the openssl(1) toolkitBob Beck
2023-07-03The only thing worse than treating 'return' as a function call isKenneth R Westerback
2023-07-03Another empty line did not want to go inTheo Buehler
2023-07-03Stop caring about tls 1.0 and 1.1.Bob Beck
2023-07-03Stop testing tls 1.0 and 1.1Bob Beck
2023-07-03Trade a pair of extra braces for a missing empty lineTheo Buehler
2023-07-02Add button mappings for two- and three-finger clicks on clickpads.Ulf Brosziewski
2023-07-02Simplify allocation checksTheo Buehler
2023-07-02Use TSO and LRO on the loopback interface to transfer TCP faster.Alexander Bluhm
2023-07-02Clean up dynamic tables in OPENSSL_cleanup()Theo Buehler
2023-07-02all platforms, kernel: remove __HAVE_CLOCKINTR symbolScott Soule Cheloha
2023-07-02Disable TLS 1.0 and TLS 1.1 in libsslBob Beck
2023-07-02Convert some tables to C99 initializersTheo Buehler
2023-07-02Fix return values of ecx methodsTheo Buehler
2023-07-02Demacro SHA-512.Joel Sing
2023-07-02Fix typo in previousTheo Buehler