1175 Commits (67bb28c0fe17286b0b31864e91e70b9555887e53)
 

Author SHA1 Message Date
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
David Benjamin 19d6ec9c43 Check for TLS 1.3 in SSL_generate_key_block. 2 years ago
Adam Langley 8927cb8f81 acvp: support fetching expected results. 2 years ago
David Benjamin 1ee71185a2 Add CBB_add_asn1_[u]int64_with_tag. 2 years ago
David Benjamin 5a9043a0ff Make DH opaque. 2 years ago
David Benjamin 64393b57e8 Default SSL_set_enforce_rsa_key_usage to enabled. 2 years ago
David Benjamin d8090a173b Test i2d_re_* for CRLs and CSRs too. 2 years ago
David Benjamin 46a1c7e233 Add EVP_HPKE_KEM_public_key_len and EVP_HPKE_KEM_private_key_len. 2 years ago
David Benjamin 80eb8141a2 Remove the experimental in-place record APIs. 2 years ago
David Benjamin 32013e8147 Maintain the sequence number as a uint64_t. 2 years ago
David Benjamin cab31f65f1 Add int64 ASN1_INTEGER setters too. 2 years ago
David Benjamin a61e7475d3 Also check for V_ASN1_NEG_INTEGER when checking types. 2 years ago
David Benjamin 04989786e9 Write a test for CONF_parse_list. 2 years ago
David Benjamin 11f93cdf55 Make CONF_parse_list size_t-clean. 2 years ago