summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove bss_log.c: no longer linked to buildtb2025-07-161-216/+0
* Undocument PEM_X509_INFO_read(3), X509_PKEY_new(3) and X509_PKEY_free(3)schwarze2025-07-169-144/+31
* This thread-aware profiling support diff comes from Yuichiro NAITO.deraadt2025-07-161-1/+5
* bump major for libssl and libtls to match libcryptotb2025-07-162-4/+4
* Ride the libcrypto bump with some simple cleanup:tb2025-07-168-197/+15
* Make the FILE object opaque. Move the __sFILE definition intoyasuoka2025-07-161-1/+1
* Simplify AES-XTS implementation and remove AES-NI specific code from EVP.jsing2025-07-138-132/+117
* add libc specific __cmtx and __rcmtx locks for internal use.dlg2025-07-121-1/+55
* Merge the two functions from x_pkey.c into pem_info.ctb2025-07-123-127/+60
* Merge the two functions from x_info.c into pem_info.ctb2025-07-123-100/+36
* pem_info.c: more include tweakstb2025-07-121-8/+3
* pem_info.c: fix includestb2025-07-121-2/+6
* X509_sign: make variables in SYNOPSIS match the ones used in DESCRIPTIONtb2025-07-111-8/+8
* X509_verify(): sync with X509_CRL_verify()tb2025-07-101-2/+6
* Add missing check to X509_CRL_verify()tb2025-07-101-1/+7
* .Lb libtls libssl libcryptoschwarze2025-07-0712-24/+37
* Move aes_ecb_encrypt_internal() prototype to aes_local.h.jsing2025-07-062-5/+5
* X509_get0_signature: call out inconsistent argument order in BUGStb2025-07-061-2/+9
* 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
* X509_print and friends: switch from BIO_write() to BIO_printf()tb2025-06-251-17/+16
* 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
* 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