summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-04-16Fix key share negotiation in HRR caseTheo Buehler
2024-04-16Invert BN_BITS2 handling in bn_bin2bn_cbs() and bn_hex2bn_cbs().Joel Sing
2024-04-16Rewrite BN_bin2bn() using CBS.Joel Sing
2024-04-16Provide bn_expand_bytes().Joel Sing
2024-04-16Rename bn_expand() to bn_expand_bits().Joel Sing
2024-04-16sortTheo Buehler
2024-04-15Include the correct headerTheo Buehler
2024-04-15crank libtls like libcrypto and libsslTheo Buehler
2024-04-15crank libssl major after libcrypto major and symbol removalTheo Buehler
2024-04-15Unexport SSL_version_strTheo Buehler
2024-04-15crank libcrypto major after symbol removalTheo Buehler
2024-04-15Bye, bye, OPENSSL_str{,n}casecmp()Theo Buehler
2024-04-15And a pile of TS ASN.1 stuff becomes internal-only, tooTheo Buehler
2024-04-15X509_NAME_ENTRIES_it and X509_NAME_INTERNAL_it go internalTheo Buehler
2024-04-15And here go {,EC}DSA_SIG_itTheo Buehler
2024-04-15Add scandirat(3); from freebsdFlorian Obser
2024-04-15DHparam_it becomes static, tooTheo Buehler
2024-04-15More X9.62 stuff was never used outside of ec_asn1.cTheo Buehler
2024-04-15EC_PRIVATEKEY becomes internal-only, tooTheo Buehler
2024-04-15Unexport the ECPKPARAMETERS APITheo Buehler
2024-04-15Make ECPARAMETERS_{new,free,it} internal-onlyTheo Buehler
2024-04-15Move BIO_CONNECT_{new,free}() to internal-onlyTheo Buehler
2024-04-15Remove ASN1_time_clamp_not_after() from Symbols.listTheo Buehler
2024-04-15whee libc 100. break all the thingsTheo Buehler
2024-04-15remove unused __bswap16, __bswap32 MD functions from arm and aarch64Christian Weisgerber
2024-04-15Prevent negative zero from being created via BN bit functions.Joel Sing
2024-04-15drop htonl(), htons(), ntohl(), ntohs() MD functions from libcChristian Weisgerber
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2024-04-14Fix indentTheo Buehler
2024-04-14Delete a few more GOST remnantsTheo Buehler
2024-04-14Zap trailing whitespace.Florian Obser
2024-04-14Remove documentation of no longer available APITheo Buehler
2024-04-13Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl()Theo Buehler
2024-04-13Unwrap a line for consistency with other copy-pasted versionsTheo Buehler
2024-04-12Avoid snprintf() of NULL when _nc_get_source() returns NULL.Todd C. Miller
2024-04-12bio_enc: various basic cleanupTheo Buehler
2024-04-12Garbage collect various *_init() pmethsTheo Buehler
2024-04-12Fix a potential NULL-deref in EVP_PKEY_keygen()Theo Buehler
2024-04-11Stop making <machine/pmap.h> include <machine/pte.h>, and fix the very fewMiod Vallat
2024-04-11Remove parentheses after returnTheo Buehler
2024-04-11Rework internal tm_to_*() convertersTheo Buehler
2024-04-10Re-guard the crypto_malloc macros.Bob Beck
2024-04-10Remove the prototype of BN_gcd_nonct()Theo Buehler
2024-04-10Hide deprecated functions in ec.hBob Beck
2024-04-10Hide deprecated functions in evp.hBob Beck
2024-04-10Add HMAC_init and HMAC_CTX_reset to Symbols.namespace.Bob Beck
2024-04-10Hide symbols in bn.hBob Beck
2024-04-10Hide a couple of LCRYPTO_UNUSED in asn1.hBob Beck
2024-04-10Add RC2 symbols to Symbols.namespace.Bob Beck
2024-04-10Finish hiding symbols in rand.hBob Beck