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