summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250802'.tb_20250802cvs2svn2025-08-0213601-1148019/+0
* Provide harness to run illumos's oclo tests from libc regresstb2025-08-023-0/+32
* hash_test: remove variable name from prototype and fix a casttb2025-08-021-3/+3
* Rework PKCS7_simple_smimecap()tb2025-07-312-27/+36
* Rework PKCS7_add1_attrib_digest()tb2025-07-311-12/+18
* Rewrite PKCS7_get_smimecap() to use d2i_X509_ALGORS()tb2025-07-311-6/+9
* Plug leaks due to misuse of PKCS7_add_signed_attribute()tb2025-07-312-26/+52
* curve25519.c: zap trailing whitespace introduced in previoustb2025-07-291-2/+2
* PKCS7_add0_attrib_signing_time: tweak commenttb2025-07-281-2/+2
* Below STANDARDS, reference the two most relevant sections of RFC 5652.schwarze2025-07-271-1/+5
* openssl certhash: add digest param to certhash_directoryjoshua2025-07-271-13/+9
* Remove DES_UNROLL from opensslconf.h.jsing2025-07-2713-156/+0
* Rework DES encryption/decryption loops.jsing2025-07-272-124/+31
* Inline cms_add1_signingTime() in its only consumertb2025-07-271-31/+9
* Update PKCS7_add0_attrib_signing_time() docstb2025-07-271-3/+3
* Fix PKCS7_add0_attrib_signing_time()tb2025-07-271-5/+24
* Fix incorrect ownership handling in add_attribute()tb2025-07-271-34/+42
* Retire interop tests with OpenSSL 3.3 and 3.4tb2025-07-259-141/+11
* Remove BN_LLONG defines/undefs from opensslconf.h.jsing2025-07-2313-65/+0
* regress/libcrypto/x509/bettertls: switch to eopenssl35tb2025-07-231-4/+4
* regress/libcrypto/ec: switch to openssl35tb2025-07-231-4/+4
* ec_asn1_test: fix includestb2025-07-231-1/+5
* ectest: fix includestb2025-07-231-6/+3
* c2sp: unhook openssl 3.3 and 3.4tb2025-07-231-2/+2
* Remove unused function pointer from struct aead_aes_gcm_ctx.jsing2025-07-221-2/+1
* Remove remaining block128_f casts from EVP AES.jsing2025-07-222-5/+8
* Remove crypto_cpu_caps_ia32()jsing2025-07-226-30/+6
* Move AES-NI for ECB out of EVP.jsing2025-07-226-87/+58
* Move AES-NI from EVP to AES for CCM mode.jsing2025-07-217-112/+145
* Zero stack based IV and buffer when aes_ctr32_encrypt_generic() completes.jsing2025-07-201-1/+4
* Rename the file PEM_X509_INFO_read.3 to PEM_X509_INFO_read_bio.3schwarze2025-07-172-5/+5
* avoid undefined behavior when shifting into sign bitkenjiro2025-07-171-116/+127
* Remove BIO_s_log() prototype, pointed out by schwarzetb2025-07-161-14/+13
* Undocument the undocumentedness of BIO_s_log. It's gone.tb2025-07-161-3/+2
* 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
* libcrypto regress: add interop harness for openssl/3.5tb2025-07-098-10/+75