summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide symbols in crypto.hbeck2023-07-0810-8/+190
* Hide symbols in cms, comp, conf, and bufferbeck2023-07-0824-19/+546
* Remove unused SHA-1 implementation.jsing2023-07-081-86/+1
* Remove now unnecessary "do { } while (0)"jsing2023-07-081-4/+2
* Inline HASH_MAKE_STRING macro.jsing2023-07-081-15/+14
* Reorder functions.jsing2023-07-081-113/+113
* More style(9).jsing2023-07-0814-107/+82
* Hit cast with the style(9) stick.jsing2023-07-088-895/+898
* Hide symbols in dso and ctbeck2023-07-0814-11/+313
* Hit the des directory with the loving mallet of knfmtbeck2023-07-0826-2231/+2219
* style(9)jsing2023-07-081-36/+33
* Hit ripemd with the style(9) stick.jsing2023-07-084-249/+293
* Hit md5 with the style(9) stick.jsing2023-07-083-130/+163
* Hit md4 with the style(9) stick.jsing2023-07-083-114/+146
* Inline rmd_local.h in rmd_dgst.c.jsing2023-07-082-151/+93
* Inline md5_local.h in md5_dgst.c.jsing2023-07-082-134/+76
* Inline md4_local.h in md4_dgst.c.jsing2023-07-082-114/+56
* Inline sm3_local.h in sm3.c.jsing2023-07-082-87/+70
* Hide symbols in sm3beck2023-07-083-1/+39
* unbreak build when namespaced, file was here in my tree but didn't managebeck2023-07-081-0/+39
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-07117-1982/+320
* Provide optimised bn_mulw() for riscv64.jsing2023-07-071-7/+11
* Remove symbols already declared in the public headertb2023-07-071-6/+1
* Provide a libcrypto Makefile.inc for riscv64.jsing2023-07-071-0/+26
* Implement SHA1_{Update,Transform,Final}() directly in sha1.c.jsing2023-07-071-5/+104
* Clean up alignment handling for SHA-256.jsing2023-07-071-63/+43
* Clean up SHA-256 input handling and round macros.jsing2023-07-071-72/+58
* Remove unused SHA-256 implementation.jsing2023-07-071-71/+1
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-0781-80/+1345
* Hide symbols in hkdf, evp, err, ecdsa and ecbeck2023-07-075-0/+769
* Hide symbols in lhash, pem, and rc2beck2023-07-0722-19/+534
* Hit idea with the loving mallet of knfmtbeck2023-07-077-380/+399
* hide symbols in sm, rand, and poly1305beck2023-07-0711-6/+192
* Replace HOST_l2c() with htob32() or crypto_store_htobe32().jsing2023-07-071-17/+15
* Rename RSA_eay_* to rsa_*.jsing2023-07-071-44/+33
* Enable reading RSA-PSS certificatestb2023-07-071-1/+2
* Hit rc2 with the loving mallet of knfmt.beck2023-07-077-413/+425
* Hide symbols in tsbeck2023-07-0713-11/+608
* Use an unsigned long long and corresponding formatstb2023-07-071-3/+3
* Mop up remaining uses of ASN1_bn_print()tb2023-07-074-140/+38
* Insert leading octet if high bit of first nibble is 1tb2023-07-071-1/+7
* One source file per line.jsing2023-07-071-5/+10
* Convert ecpk_print_explicit_parameters() to bn_printf()tb2023-07-061-34/+8
* Add bn_printf(), a replacement for ASN1_bn_print()tb2023-07-063-2/+154
* unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] goobeck2023-07-063-54/+3
* define OPENSSL_NO_DTLS1_1 since we no longer have that either.beck2023-07-061-2/+5
* Define the 'standard' OPENSSL_NO_BLAHBLAH's for no tls 1.0 or 1.1beck2023-07-061-3/+4
* Hide symbols in asn1 and biobeck2023-07-0580-80/+1511
* upstream hidden file #include_next workaround for MS C compilersbcook2023-07-0510-10/+50
* don't return in a void functionbcook2023-07-051-2/+2