summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-16Remove bss_log.c: no longer linked to buildtb1-216/+0
2025-07-16Undocument PEM_X509_INFO_read(3), X509_PKEY_new(3) and X509_PKEY_free(3)schwarze9-144/+31
2025-07-16This thread-aware profiling support diff comes from Yuichiro NAITO.deraadt1-1/+5
2025-07-16bump major for libssl and libtls to match libcryptotb2-4/+4
2025-07-16Ride the libcrypto bump with some simple cleanup:tb8-197/+15
2025-07-16Make the FILE object opaque. Move the __sFILE definition intoyasuoka1-1/+1
2025-07-13Simplify AES-XTS implementation and remove AES-NI specific code from EVP.jsing8-132/+117
2025-07-12add libc specific __cmtx and __rcmtx locks for internal use.dlg1-1/+55
2025-07-12Merge the two functions from x_pkey.c into pem_info.ctb3-127/+60
2025-07-12Merge the two functions from x_info.c into pem_info.ctb3-100/+36
2025-07-12pem_info.c: more include tweakstb1-8/+3
2025-07-12pem_info.c: fix includestb1-2/+6
2025-07-11X509_sign: make variables in SYNOPSIS match the ones used in DESCRIPTIONtb1-8/+8
2025-07-10X509_verify(): sync with X509_CRL_verify()tb1-2/+6
2025-07-10Add missing check to X509_CRL_verify()tb1-1/+7
2025-07-09libcrypto regress: add interop harness for openssl/3.5tb8-10/+75
2025-07-09libcrypto regress: move GOCACHE to obj/tb3-12/+28
2025-07-07.Lb libtls libssl libcryptoschwarze12-24/+37
2025-07-06Move aes_ecb_encrypt_internal() prototype to aes_local.h.jsing2-5/+5
2025-07-06X509_get0_signature: call out inconsistent argument order in BUGStb1-2/+9
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