summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-03-28Consolidate most of the AES modes into a single C file.Joel Sing
2024-03-28PKCS#1.5 PBE: test and assignTheo Buehler
2024-03-28Stop pandering to the loadbalancer industrial complex.Bob Beck
2024-03-27Fix up server processing of key shares.Bob Beck
2024-03-27When the syscall number has to be loaded from a pc-relative location,Miod Vallat
2024-03-27Remove unused rc4 parisc assembly.Joel Sing
2024-03-27Catch the blowfish that escaped.Joel Sing
2024-03-27Consolidate rc4 code.Joel Sing
2024-03-27Remove assembly for stitched modes.Joel Sing
2024-03-27Remove empty rc4_local.h include.Joel Sing
2024-03-27Remove private_RC4_set_key() from the public rc4.h header.Joel Sing
2024-03-27Unifdef BF_PTR2.Joel Sing
2024-03-27Remove unused c2l/c2ln/l2c/l2cn macros.Joel Sing
2024-03-27Consolidate blowfish code.Joel Sing
2024-03-27Replace GETU32 and PUTU32.Joel Sing
2024-03-27Remove now unused files.Joel Sing
2024-03-27Move bf_enc.c to the primary Makefile.Joel Sing
2024-03-27Stop building the assembly implementation of blowfish on i386.Joel Sing
2024-03-27Do not allow duplicate groups in supported groups.Bob Beck
2024-03-27zlib: sync with upstreamTheo Buehler
2024-03-27Remove near duplicate AES_set_{encrypt,decrypt}_key() functions.Joel Sing
2024-03-27Explain the weird copy dance in EVP_DigestSignFinal()Theo Buehler
2024-03-27Add TLS_ERROR_INVALID_ARGUMENT error code to libtlsjoshua
2024-03-27Fix whitespaceTheo Buehler
2024-03-27Use crypto_rol_u32() instead of an undefined ROTATE macro.Joel Sing
2024-03-27Unify up_ref implementations in libsslTheo Buehler
2024-03-27Remove unused NDEBUG define.Joel Sing
2024-03-27Tidy includes and a comment.Joel Sing
2024-03-27Remove rather scary unused experimental code.Joel Sing
2024-03-27Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} injoshua
2024-03-27Demacro md4.Joel Sing
2024-03-27Hide symbols in engineTheo Buehler
2024-03-27Recommit r1.20joshua
2024-03-27Revert to r1.19 while we track down a bug in the last two commits.Joel Sing
2024-03-27Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} injoshua
2024-03-27Use dsa for DSA and dh for DHTheo Buehler
2024-03-27Use dh for DH function arguments.Theo Buehler
2024-03-27Unify *_up_ref() implementationsTheo Buehler
2024-03-26Remove superfluous parentheses in X509_REQ settersTheo Buehler
2024-03-26Cosmetics, mostly removal of silly parenthesesTheo Buehler
2024-03-26Drop superfluous parentheses in X509_set_version()Theo Buehler
2024-03-26Tweak versions comment for CRLsTheo Buehler
2024-03-26piuid and psuid have annoyed me for long enoughTheo Buehler
2024-03-26x509 trust: remove unneeded headersTheo Buehler
2024-03-26Rework input and output handling for sha1.Joel Sing
2024-03-26Inline initial values.Joel Sing
2024-03-26Rework input and output handling for md4.Joel Sing
2024-03-26Simplify HMAC_CTX_new()joshua
2024-03-26Clean up EVP_DigestSignFinaljoshua
2024-03-26Reject setting invalid versions for certs, CRLs and CSRsTheo Buehler