Age | Commit message (Expand) | Author |
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 |
2024-04-15 | Remove ASN1_time_clamp_not_after() from Symbols.list | Theo Buehler |
2024-04-15 | whee libc 100. break all the things | Theo Buehler |
2024-04-15 | remove unused __bswap16, __bswap32 MD functions from arm and aarch64 | Christian Weisgerber |
2024-04-15 | Prevent negative zero from being created via BN bit functions. | Joel Sing |
2024-04-15 | drop htonl(), htons(), ntohl(), ntohs() MD functions from libc | Christian Weisgerber |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2024-04-14 | Fix indent | Theo Buehler |
2024-04-14 | Delete a few more GOST remnants | Theo Buehler |
2024-04-14 | Zap trailing whitespace. | Florian Obser |
2024-04-14 | Remove documentation of no longer available API | Theo Buehler |
2024-04-13 | Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl() | Theo Buehler |
2024-04-13 | Unwrap a line for consistency with other copy-pasted versions | Theo Buehler |
2024-04-12 | Avoid snprintf() of NULL when _nc_get_source() returns NULL. | Todd C. Miller |
2024-04-12 | bio_enc: various basic cleanup | Theo Buehler |
2024-04-12 | Garbage collect various *_init() pmeths | Theo Buehler |
2024-04-12 | Fix a potential NULL-deref in EVP_PKEY_keygen() | Theo Buehler |
2024-04-11 | Stop making <machine/pmap.h> include <machine/pte.h>, and fix the very few | Miod Vallat |
2024-04-11 | Remove parentheses after return | Theo Buehler |
2024-04-11 | Rework internal tm_to_*() converters | Theo Buehler |
2024-04-10 | Re-guard the crypto_malloc macros. | Bob Beck |
2024-04-10 | Remove the prototype of BN_gcd_nonct() | Theo Buehler |
2024-04-10 | Hide deprecated functions in ec.h | Bob Beck |
2024-04-10 | Hide deprecated functions in evp.h | Bob Beck |
2024-04-10 | Add HMAC_init and HMAC_CTX_reset to Symbols.namespace. | Bob Beck |
2024-04-10 | Hide symbols in bn.h | Bob Beck |
2024-04-10 | Hide a couple of LCRYPTO_UNUSED in asn1.h | Bob Beck |
2024-04-10 | Add RC2 symbols to Symbols.namespace. | Bob Beck |
2024-04-10 | Finish hiding symbols in rand.h | Bob Beck |