summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-07-08Tidy up #include lines.YASUOKA Masahiko
2023-07-08Hide symbols in crypto.hBob Beck
2023-07-08Hide symbols in cms, comp, conf, and bufferBob Beck
2023-07-08Remove unused SHA-1 implementation.Joel Sing
2023-07-08Remove now unnecessary "do { } while (0)"Joel Sing
2023-07-08Inline HASH_MAKE_STRING macro.Joel Sing
2023-07-08Reorder functions.Joel Sing
2023-07-08More style(9).Joel Sing
2023-07-08Hit cast with the style(9) stick.Joel Sing
2023-07-08Hide symbols in dso and ctBob Beck
2023-07-08Hit the des directory with the loving mallet of knfmtBob Beck
2023-07-08style(9)Joel Sing
2023-07-08Hit ripemd with the style(9) stick.Joel Sing
2023-07-08Hit md5 with the style(9) stick.Joel Sing
2023-07-08Hit md4 with the style(9) stick.Joel Sing
2023-07-08Inline rmd_local.h in rmd_dgst.c.Joel Sing
2023-07-08Inline md5_local.h in md5_dgst.c.Joel Sing
2023-07-08Inline md4_local.h in md4_dgst.c.Joel Sing
2023-07-08Inline sm3_local.h in sm3.c.Joel Sing
2023-07-08Hide symbols in sm3Bob Beck
2023-07-08unbreak build when namespaced, file was here in my tree but didn't manageBob Beck
2023-07-07Unbreak the namespace build after a broken mk.conf and tool misfire hadBob Beck
2023-07-07Provide optimised bn_mulw() for riscv64.Joel Sing
2023-07-07Remove symbols already declared in the public headerTheo Buehler
2023-07-07Provide a libcrypto Makefile.inc for riscv64.Joel Sing
2023-07-07Implement SHA1_{Update,Transform,Final}() directly in sha1.c.Joel Sing
2023-07-07Clean up alignment handling for SHA-256.Joel Sing
2023-07-07Clean up SHA-256 input handling and round macros.Joel Sing
2023-07-07Remove unused SHA-256 implementation.Joel Sing
2023-07-07Hide symbols in hkdf, evp, err, ecdsa, and ecBob Beck
2023-07-07Hide symbols in hkdf, evp, err, ecdsa and ecBob Beck
2023-07-07Hide symbols in lhash, pem, and rc2Bob Beck
2023-07-07Hit idea with the loving mallet of knfmtBob Beck
2023-07-07hide symbols in sm, rand, and poly1305Bob Beck
2023-07-07Replace HOST_l2c() with htob32() or crypto_store_htobe32().Joel Sing
2023-07-07Rename RSA_eay_* to rsa_*.Joel Sing
2023-07-07Enable reading RSA-PSS certificatesTheo Buehler
2023-07-07Hit rc2 with the loving mallet of knfmt.Bob Beck
2023-07-07Hide symbols in tsBob Beck
2023-07-07Use an unsigned long long and corresponding formatsTheo Buehler
2023-07-07Mop up remaining uses of ASN1_bn_print()Theo Buehler
2023-07-07Insert leading octet if high bit of first nibble is 1Theo Buehler
2023-07-07One source file per line.Joel Sing
2023-07-06Convert ecpk_print_explicit_parameters() to bn_printf()Theo Buehler
2023-07-06Add bn_printf(), a replacement for ASN1_bn_print()Theo Buehler
2023-07-06unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] gooBob Beck
2023-07-06define OPENSSL_NO_DTLS1_1 since we no longer have that either.Bob Beck
2023-07-06Add missing entry for gelf_update_ehdr in the list of functions thatJasper Lievisse Adriaanse
2023-07-06Define the 'standard' OPENSSL_NO_BLAHBLAH's for no tls 1.0 or 1.1Bob Beck
2023-07-05Hide symbols in asn1 and bioBob Beck