Age | Commit message (Expand) | Author |
2024-04-22 | remove space at eol | Jonathan Gray |
2024-04-21 | unwrap line | Theo Buehler |
2024-04-20 | Remove more unnecessary GOST code | Theo Buehler |
2024-04-19 | bss_conn: zap trailing whitespace | Theo Buehler |
2024-04-18 | Remove a couple of lies about GOST in CMS | Theo Buehler |
2024-04-18 | More GOST removal adjustments | Theo Buehler |
2024-04-18 | EVP_PKEY_set1_RSA.3 some adjustments after GOST removal | Theo Buehler |
2024-04-18 | Add some more comments explaining shortcomings of the API | Theo Buehler |
2024-04-18 | Use X509_ALGOR_get0() in ecdh_cms_set_shared_info() | Theo Buehler |
2024-04-18 | Test and assign in ecdh_cms_set_shared_info() | Theo Buehler |
2024-04-18 | Turn ecdh_cms_set_shared_info() into single exit | Theo Buehler |
2024-04-17 | Remove comments from captain obvious and drop useless prototypes | Theo Buehler |
2024-04-17 | tidy includes | Theo Buehler |
2024-04-17 | bn_convert: zap extra blank line | Theo Buehler |
2024-04-17 | Rewrite BN_mpi2bn() using CBS and bn_bin2bn_cbs(). | Joel Sing |
2024-04-17 | Rewrite BN_lebin2bn() using CBS. | Joel Sing |
2024-04-17 | Provide constant time operations for uint8_t. | Joel Sing |
2024-04-17 | Shuffle EVP_PKEY_CTX setting together | Theo Buehler |
2024-04-17 | ecdh_cms_encrypt(): tweak wrap_algor construction | Theo Buehler |
2024-04-17 | ecdh_cms_encrypt: tweak handling of ecdh_nid | Theo Buehler |
2024-04-17 | ecdh_cms_encrypt: handle kdf_md in one go | Theo Buehler |
2024-04-17 | ecdh_cms_encrypt: simplify setting the KDF type | Theo Buehler |
2024-04-17 | Use error checked X509_ALGOR_set0_by_nid | Theo Buehler |
2024-04-17 | ecdh_cms_encrypt: simplify handling of pkey | Theo Buehler |
2024-04-17 | Transfer ownership before setting unused bits | Theo Buehler |
2024-04-17 | Turn ecdh_cms_encrypt() into single exit | Theo Buehler |
2024-04-17 | Fix error check in ecdh_cms_encrypt() | Theo Buehler |
2024-04-17 | Avoid NULL dereference in EVP_PKEY_paramgen() | Theo Buehler |
2024-04-16 | Fix key share negotiation in HRR case | Theo Buehler |
2024-04-16 | Invert BN_BITS2 handling in bn_bin2bn_cbs() and bn_hex2bn_cbs(). | Joel Sing |
2024-04-16 | Rewrite BN_bin2bn() using CBS. | Joel Sing |
2024-04-16 | Provide bn_expand_bytes(). | Joel Sing |
2024-04-16 | Rename bn_expand() to bn_expand_bits(). | Joel Sing |
2024-04-16 | sort | Theo Buehler |
2024-04-15 | Include the correct header | Theo Buehler |
2024-04-15 | crank libtls like libcrypto and libssl | Theo Buehler |
2024-04-15 | crank libssl major after libcrypto major and symbol removal | Theo Buehler |
2024-04-15 | Unexport SSL_version_str | Theo Buehler |
2024-04-15 | crank libcrypto major after symbol removal | Theo Buehler |
2024-04-15 | Bye, bye, OPENSSL_str{,n}casecmp() | Theo Buehler |
2024-04-15 | And a pile of TS ASN.1 stuff becomes internal-only, too | Theo Buehler |
2024-04-15 | X509_NAME_ENTRIES_it and X509_NAME_INTERNAL_it go internal | Theo Buehler |
2024-04-15 | And here go {,EC}DSA_SIG_it | Theo Buehler |
2024-04-15 | Add scandirat(3); from freebsd | Florian Obser |
2024-04-15 | DHparam_it becomes static, too | Theo Buehler |
2024-04-15 | More X9.62 stuff was never used outside of ec_asn1.c | Theo Buehler |
2024-04-15 | EC_PRIVATEKEY becomes internal-only, too | Theo Buehler |
2024-04-15 | Unexport the ECPKPARAMETERS API | Theo Buehler |
2024-04-15 | Make ECPARAMETERS_{new,free,it} internal-only | Theo Buehler |
2024-04-15 | Move BIO_CONNECT_{new,free}() to internal-only | Theo Buehler |