summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_dat.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-05Add minimal regress coverage for AES-XTSjsing1-2/+183
2025-07-04fix double word; ok tb@jsg1-3/+3
2025-07-02pkcs7.h: remove whitespace before opening paren.tb1-2/+2
2025-07-02Const correct the documentation of EVP_PKEY_get{0,1}_{DH,DSA,EC_KEY,RSA}()tb1-9/+9
2025-07-02Const correct EVP_PKEY_get{0,1}_{DH,DSA,EC_KEY,RSA}()tb2-26/+22
2025-07-02Fix documented EVP_PKEY{,_base}_id() signaturetb1-4/+4
2025-07-02EVP_CipherInit_ex(): normalize EVP_CIPHER_CTX_ctrl() error checktb1-2/+2
2025-07-01X509_print_ex.3: document X509_FLAG_NO_IDStb1-2/+7
2025-07-01X509_print: emit UIDs unless X509_FLAG_NO_IDS is settb1-1/+28
2025-07-01x509.h: provide X509_FLAG_NO_IDStb1-1/+2
2025-06-29make the argument to ether_ntoa const.dlg2-5/+5
2025-06-28Provide accelerated SHA-1 for aarch64.jsing4-2/+253
2025-06-28Rework gcm128 implementation selection for amd64/i386.jsing7-61/+130
2025-06-28Use a single implementation of gcm_mul()/gcm_ghash().jsing1-19/+8
2025-06-28Remove less than useful comment.jsing1-8/+1
2025-06-28Add CLMUL and MMX to machine dependent CPU capabilities for i386.jsing2-4/+10
2025-06-28Add CLMUL to machine dependent CPU capabilities for amd64.jsing2-4/+7
2025-06-27Simplify EVP AES-GCM implementation and remove AES-NI specific code.jsing3-175/+31
2025-06-27Move AES-NI from EVP to AES for CTR mode.jsing6-76/+95
2025-06-27Remove unused defines from aes_local.h.jsing1-5/+1
2025-06-27openssl-ruby-tests: prepare for ruby default switch to 3.4tb1-4/+4
2025-06-25X509_print and friends: switch from BIO_write() to BIO_printf()tb1-17/+16
2025-06-24nc: document -Talpntb1-2/+6
2025-06-24nc: add ALPN TLS option, so you can specify -T alpn=valuetb1-2/+8
2025-06-24sort process_tls_opt[]tb1-2/+2
2025-06-23sync anton's fix for OpenSSL 3.3 interop to 3.4tb1-2/+2
2025-06-23OpenSSL is linked against pthread by now; ok tb@anton1-2/+2
2025-06-16Remove AES-NI specific EVP_CIPHER methods for CFB/CFB1/CFB8.jsing1-205/+1
2025-06-16Remove AES-NI specific EVP_CIPHER methods for OFB.jsing1-64/+1
2025-06-16Remove AES-NI specific EVP_CIPHER methods for CBC.jsing1-66/+1
2025-06-16strip the temporary filename when displaying a verification error;sthen1-1/+2
2025-06-15crypto_ex_data: use same sizeof idiom as everywhere else in our own codetb1-7/+6
2025-06-15Remove aesni_init_key().jsing1-47/+22
2025-06-15Integrate AES-NI into the AES code.jsing6-62/+270
2025-06-15Provide machine dependent CPU capabilities for i386.jsing2-3/+17
2025-06-15Provide CRYPTO_CPU_CAPS_AMD64_AES in machine dependent CPU capabilities.jsing2-4/+7
2025-06-15tlsfuzzer: adjust test filenames to upstream churn.tb1-154/+154
2025-06-14ec_asn1_test: be better at sortingtb1-3/+3
2025-06-14ec_asn1_test: for curves that have a seed, validate the parameters a and btb1-2/+195
2025-06-14Fix signature of BN_zerotb1-5/+4
2025-06-13The mdoc(7) .Ft macro does not need quoting of its arguments, but aboutschwarze23-124/+124
2025-06-12<uvm/uvmexp.h> is clearly only for VM_MALLOC_CONF, but <sys/sysctl.h> takesderaadt1-2/+1
2025-06-12Bring the DESCRIPTION a bit closer to reality, in particular stopschwarze1-7/+31
2025-06-12Add a test to verify the fpurge problem doesn't happen. fpurge()yasuoka1-1/+41
2025-06-11EC_GROUP_check: rephrase a sentence so it's a bit less awkwardtb1-5/+7
2025-06-11The functions SMIME_read_ASN1(3) and SMIME_write_ASN1(3)schwarze3-290/+1
2025-06-11Since the function SMIME_write_ASN1(3) is no longer public, move theschwarze2-63/+181
2025-06-11pk7_asn1: delete lines containing nothing but a tabtb1-7/+1
2025-06-11Lie less below RETURN VALUES, add a related BUGS entry,schwarze2-10/+24
2025-06-11SMIME_read_ASN1(3) and SMIME_write_ASN1(3) are no longer public,schwarze4-12/+18