summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add RCS tags to new files.jsing2025-08-1210-0/+20
* Bring in bignum_mod{add,sub}() from s2n-bignum.jsing2025-08-122-0/+185
* Bring in bignum_{mul,sqr}_{4_8,8_16}() from s2n-bignum.jsing2025-08-124-0/+877
* Bring in bignum_{mul,sqr}_6_12{,_alt}() from s2n-bignum.jsing2025-08-124-0/+807
* Add RCS tags.jsing2025-08-122-0/+4
* Add const to bignum_*() function calls.jsing2025-08-121-16/+16
* Sync headers from s2n-bignum.jsing2025-08-122-236/+588
* Add RCS tags.jsing2025-08-1111-0/+22
* Resync s2n-bignum primitives for amd64 with upstream.jsing2025-08-1111-115/+113
* Clean up and move define to correct place.beck2025-08-102-5/+3
* sync CA certificates from newer mozilla list, ok tb@sthen2025-08-061-339/+1
* Speed up bn_{mod,sqr}_mul_words() for specific inputs.jsing2025-08-051-3/+25
* Provide bn_sqr_comba6().jsing2025-08-052-2/+48
* Provide bn_mul_comba6().jsing2025-08-052-2/+63
* Mark the inputs to bn_mul_comba{4,8}() as const.jsing2025-08-053-9/+9
* Sort NAME, RETURN VALUES, ERRORS, and STANDARDS in the same order as SYNOPSIS.schwarze2025-08-041-16/+16
* Implement the POSIX-2024 close-on-fork flag, but modified to beguenther2025-08-042-9/+10
* replace the flockfile backend with a per FILE recursive mutex.dlg2025-08-041-1/+7
* Implement constant time EC scalar multiplication.jsing2025-08-031-16/+103
* Remove duplicate computation for b3.jsing2025-08-031-5/+1
* Add prototype for EC_GFp_homogeneous_projective_method().jsing2025-08-031-1/+2
* Avoid signed overflow in BN_MONT_CTX_set()tb2025-08-031-2/+3
* Avoid signed overflow in BN_mul()tb2025-08-031-3/+4
* Provide bn_mod_sqr_words() and call it from ec_field_element_sqr().jsing2025-08-023-4/+20
* Copy EC_FIELD_MODULUS/EC_FIELD_ELEMENTs when copying groups and points.jsing2025-08-021-1/+9
* Provide constant time conditional selection between EC_FIELD_ELEMENTs.jsing2025-08-022-2/+17
* 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
* 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
* Remove BN_LLONG defines/undefs from opensslconf.h.jsing2025-07-2313-65/+0
* 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