summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2024-04-10Finish Hiding symbols in crypto.hBob Beck
2024-04-09Add a comment on abuse of EXFLAG_INVALIDTheo Buehler
2024-04-09Add hidden conf.h, missed in an earlier commitTheo Buehler
2024-04-09Hide symbols in conf.hBob Beck
2024-04-09Plug leaks in ASN1_TIME_set_string_internal()Theo Buehler
2024-04-09Hide public symbols in x509.hBob Beck
2024-04-09Hide public symbols in evp.hBob Beck
2024-04-09Rename EVP_aes_XXX_cfb to EVP_aes_XXX_cfb128.Bob Beck
2024-04-09Clean up Symbols.namespaceBob Beck
2024-04-08Remove notBefore and notAfter cacheing.Bob Beck
2024-04-08Remove spaces before tabsTheo Buehler
2024-04-08Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man pageBob Beck
2024-04-08more ansi function declsJonathan Gray
2024-04-07Rework CMS_add_simple_smimecap()Theo Buehler
2024-04-05ANSI functions; ok tbTheo de Raadt
2024-04-04Remove incorrect function countsTheo Buehler
2024-04-04Recommit a better version of the removal of the F5 workaroundTheo Buehler
2024-04-04tzset_basic: only call issetugid(2) if TZ has changedTodd C. Miller
2024-04-03Reading https://github.com/Geal/rust-syslog/issues/79, I came to aTheo de Raadt
2024-04-02Backout previous commit (intending that libressl client rejects a supportedStuart Henderson
2024-04-02Implement SO_ACCEPTCONN in getsockopt(2)Claudio Jeker
2024-04-02fix unintended sizeof(pointer) introduced in rev 1.41Jonathan Gray