summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* X509_get0_signature: call out inconsistent argument order in BUGStb2025-07-061-2/+9
* Add minimal regress coverage for AES-XTSjsing2025-07-051-2/+183
* fix double word; ok tb@jsg2025-07-041-3/+3
* pkcs7.h: remove whitespace before opening paren.tb2025-07-021-2/+2
* Const correct the documentation of EVP_PKEY_get{0,1}_{DH,DSA,EC_KEY,RSA}()tb2025-07-021-9/+9
* Const correct EVP_PKEY_get{0,1}_{DH,DSA,EC_KEY,RSA}()tb2025-07-022-26/+22
* Fix documented EVP_PKEY{,_base}_id() signaturetb2025-07-021-4/+4
* EVP_CipherInit_ex(): normalize EVP_CIPHER_CTX_ctrl() error checktb2025-07-021-2/+2
* X509_print_ex.3: document X509_FLAG_NO_IDStb2025-07-011-2/+7
* X509_print: emit UIDs unless X509_FLAG_NO_IDS is settb2025-07-011-1/+28
* x509.h: provide X509_FLAG_NO_IDStb2025-07-011-1/+2
* make the argument to ether_ntoa const.dlg2025-06-292-5/+5
* Provide accelerated SHA-1 for aarch64.jsing2025-06-284-2/+253
* Rework gcm128 implementation selection for amd64/i386.jsing2025-06-287-61/+130
* Use a single implementation of gcm_mul()/gcm_ghash().jsing2025-06-281-19/+8
* Remove less than useful comment.jsing2025-06-281-8/+1
* Add CLMUL and MMX to machine dependent CPU capabilities for i386.jsing2025-06-282-4/+10
* Add CLMUL to machine dependent CPU capabilities for amd64.jsing2025-06-282-4/+7
* Simplify EVP AES-GCM implementation and remove AES-NI specific code.jsing2025-06-273-175/+31
* Move AES-NI from EVP to AES for CTR mode.jsing2025-06-276-76/+95
* Remove unused defines from aes_local.h.jsing2025-06-271-5/+1
* openssl-ruby-tests: prepare for ruby default switch to 3.4tb2025-06-271-4/+4
* X509_print and friends: switch from BIO_write() to BIO_printf()tb2025-06-251-17/+16
* nc: document -Talpntb2025-06-241-2/+6
* nc: add ALPN TLS option, so you can specify -T alpn=valuetb2025-06-241-2/+8
* sort process_tls_opt[]tb2025-06-241-2/+2
* sync anton's fix for OpenSSL 3.3 interop to 3.4tb2025-06-231-2/+2
* OpenSSL is linked against pthread by now; ok tb@anton2025-06-231-2/+2
* Remove AES-NI specific EVP_CIPHER methods for CFB/CFB1/CFB8.jsing2025-06-161-205/+1
* Remove AES-NI specific EVP_CIPHER methods for OFB.jsing2025-06-161-64/+1
* Remove AES-NI specific EVP_CIPHER methods for CBC.jsing2025-06-161-66/+1
* strip the temporary filename when displaying a verification error;sthen2025-06-161-1/+2
* crypto_ex_data: use same sizeof idiom as everywhere else in our own codetb2025-06-151-7/+6
* Remove aesni_init_key().jsing2025-06-151-47/+22
* Integrate AES-NI into the AES code.jsing2025-06-156-62/+270
* Provide machine dependent CPU capabilities for i386.jsing2025-06-152-3/+17
* Provide CRYPTO_CPU_CAPS_AMD64_AES in machine dependent CPU capabilities.jsing2025-06-152-4/+7
* tlsfuzzer: adjust test filenames to upstream churn.tb2025-06-151-154/+154
* ec_asn1_test: be better at sortingtb2025-06-141-3/+3
* ec_asn1_test: for curves that have a seed, validate the parameters a and btb2025-06-141-2/+195
* Fix signature of BN_zerotb2025-06-141-5/+4
* The mdoc(7) .Ft macro does not need quoting of its arguments, but aboutschwarze2025-06-1323-124/+124
* <uvm/uvmexp.h> is clearly only for VM_MALLOC_CONF, but <sys/sysctl.h> takesderaadt2025-06-121-2/+1
* Bring the DESCRIPTION a bit closer to reality, in particular stopschwarze2025-06-121-7/+31
* Add a test to verify the fpurge problem doesn't happen. fpurge()yasuoka2025-06-121-1/+41
* EC_GROUP_check: rephrase a sentence so it's a bit less awkwardtb2025-06-111-5/+7
* The functions SMIME_read_ASN1(3) and SMIME_write_ASN1(3)schwarze2025-06-113-290/+1
* Since the function SMIME_write_ASN1(3) is no longer public, move theschwarze2025-06-112-63/+181
* pk7_asn1: delete lines containing nothing but a tabtb2025-06-111-7/+1
* Lie less below RETURN VALUES, add a related BUGS entry,schwarze2025-06-112-10/+24