1038 Commits (7ab49bf0af78e4b068822f8cd8b4f0fa6bbb4bc0)
 

Author SHA1 Message Date
David Benjamin 7ab49bf0af Fix comments now BN_mod_exp_mont_consttime is not cache-line-sensitive 2 years ago
David Benjamin a880d2ac82 Replace MOD_EXP_CTIME_ALIGN with align_pointer. 2 years ago
Bob Beck 2fd8de6534 Add a hint to the C++ ending guard message 2 years ago
Bob Beck 6cda656e4a Make OPENSSL_tm_to_posix and OPENSSL_posix_to_tm public API 2 years ago
Adam Langley 31dcfcd080 delocate: be able to preprocess inputs. 2 years ago
David Benjamin e0bb21bc8f Update x86_64-mont5.pl and RSAZ comments a bit. 2 years ago
David Benjamin e5c86b7405 Update SDE. 2 years ago
David Benjamin aa72a6c3fa Update build tools. 2 years ago
David Benjamin 39707fe73b Bump minimum CMake version. 2 years ago
David Benjamin 5511fa833c Migrate io/ioutil uses to new APIs. 2 years ago
David Benjamin 33fcbd30b1 Switch blinding indices to size_t. 2 years ago
David Benjamin 91ac70dec4 Remove ASN1_PRINTABLE_type. 2 years ago
David Benjamin 1e7cb684a7 Replace malloc/memcpy pairs with memdup. 2 years ago
David Benjamin dc0e354ac3 Release memory earlier when clearing ASN1_ENCODING. 2 years ago
David Benjamin f0518d4511 Align the generated gni files with the new Chromium copyright header 2 years ago
David Benjamin a1dffbfed9 Define CBS/CBB tags as uint32_t with a typedef. 2 years ago
David Benjamin 7ac94aa279 More -Wshorten-64-to-32 fixes. 2 years ago
David Benjamin dd81bf7707 Introduce ossl_ssize_t and use it in ASN1_STRING_set. 2 years ago
David Benjamin 41eb357d05 Do not allow changing keys with parameters already set. 2 years ago
David Benjamin 0faffc7a30 Fix the comment in ecp_nistz256_ord_sqr_mont to match code and prototype. 2 years ago
David Benjamin 6b785f6e07 Allow EVP_PKEY_copy_parameters into an untyped EVP_PKEY. 2 years ago
Bob Beck b2536a2c62 Fix integer overflow in OPENSSL_gmtime_adj 2 years ago
David Benjamin eeb3333f44 Check for overflow in i2c_ASN1_BIT_STRING. 2 years ago
David Benjamin 38f621a366 Add the suite of EC_KEY and EC_POINT serializers. 2 years ago
David Benjamin da663b7ca8 Skip the field inversion when just measuring output size. 2 years ago
Nick Harper 10458977f6 Allow using the TLS exporter in more cases. 2 years ago
David Benjamin 054a5d36bb Print the curve name, not bit length in EVP_PKEY_print_* 2 years ago
David Benjamin fd4315d8eb Remove tautological comparison. 2 years ago
David Benjamin 045129c80c Fix EC public key output in EVP_PKEY_print_* 2 years ago
David Benjamin 11c25a65cf Add missing heading to DSA output. 2 years ago
David Benjamin 1e0f0423dd Fix trailing whitespace in EVP_PKEY_print_* 2 years ago
David Benjamin 4b35543cf2 Revert "Default SSL_set_enforce_rsa_key_usage to enabled." 2 years ago
David Benjamin 3592aa3009 Simplify crypto/evp/print.c. 2 years ago
David Benjamin 1ec335da79 Add tests for EVP_PKEY_print_* 2 years ago
David Benjamin 7deb831462 Clean up short BIGNUM handling in bn_print. 2 years ago
David Benjamin 9d64d8d237 Miscellaneous -Wshorten-64-to-32 fixes. 2 years ago
David Benjamin 671ccb1a98 Make EVP_PKEY_*_tls_encodedpoint work with EVP_PKEY_EC. 2 years ago
Biswapriyo Nath b819f7e939 Fix linking with non-MSVC toolchain in Windows platform 2 years ago
Adam Langley 1eea82a92a Break FIPS tests by zeroing out the entire value. 2 years ago
David Benjamin 14aa0de18f Remove CMake install command for modulewrapper. 2 years ago
David Benjamin 7d1fc2b014 Enable -Wstring-concatenation and silence warning. 2 years ago
David Benjamin 58f728eaec Switch RSA_sign to size_t. 2 years ago
David Benjamin ca6fa61cdb Further fixups on the new tests. 2 years ago
David Benjamin 9cd85d0b4c Also detect Armv8.2 SHA-512 extensions on FreeBSD. 2 years ago
David Benjamin 818c4aafa8 Fix comments around TBSCertificate cache. 2 years ago
David Benjamin da96eeb958 Test (and, for CSRs, fix) TBS cache invalidation on signing. 2 years ago
Sergey A. Osokin d66bba9128 Add support for arm/aarch64 on FreeBSD 2 years ago
David Benjamin 17832275b7 Replace UTF8_putc with cbb_add_utf8. 2 years ago
David Benjamin 254b8e1139 Some CBB_init_fixed simplifications. 2 years ago
David Benjamin 15ba28f839 Make CBB_init_fixed infallible and allocationless. 2 years ago