index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
ec
/
ec2_oct.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
5 days
Speed up bn_{mod,sqr}_mul_words() for specific inputs.
jsing
1
-3
/
+25
5 days
Provide bn_sqr_comba6().
jsing
2
-2
/
+48
5 days
Provide bn_mul_comba6().
jsing
2
-2
/
+63
5 days
Mark the inputs to bn_mul_comba{4,8}() as const.
jsing
3
-9
/
+9
6 days
Sort NAME, RETURN VALUES, ERRORS, and STANDARDS in the same order as SYNOPSIS.
schwarze
1
-16
/
+16
6 days
link illumos oclo test to the tree
tb
1
-2
/
+2
6 days
Implement the POSIX-2024 close-on-fork flag, but modified to be
guenther
2
-9
/
+10
6 days
replace the flockfile backend with a per FILE recursive mutex.
dlg
1
-1
/
+7
7 days
Implement constant time EC scalar multiplication.
jsing
1
-16
/
+103
7 days
Remove duplicate computation for b3.
jsing
1
-5
/
+1
7 days
Add prototype for EC_GFp_homogeneous_projective_method().
jsing
1
-1
/
+2
7 days
Avoid signed overflow in BN_MONT_CTX_set()
tb
1
-2
/
+3
7 days
Avoid signed overflow in BN_mul()
tb
1
-3
/
+4
7 days
Provide benchmarks for EC arithmetic.
jsing
2
-1
/
+212
8 days
Provide bn_mod_sqr_words() and call it from ec_field_element_sqr().
jsing
3
-4
/
+20
8 days
Copy EC_FIELD_MODULUS/EC_FIELD_ELEMENTs when copying groups and points.
jsing
1
-1
/
+9
8 days
Provide constant time conditional selection between EC_FIELD_ELEMENTs.
jsing
2
-2
/
+17
8 days
Provide harness to run illumos's oclo tests from libc regress
tb
3
-0
/
+32
8 days
hash_test: remove variable name from prototype and fix a cast
tb
1
-3
/
+3
10 days
Rework PKCS7_simple_smimecap()
tb
2
-27
/
+36
10 days
Rework PKCS7_add1_attrib_digest()
tb
1
-12
/
+18
10 days
Rewrite PKCS7_get_smimecap() to use d2i_X509_ALGORS()
tb
1
-6
/
+9
10 days
Plug leaks due to misuse of PKCS7_add_signed_attribute()
tb
2
-26
/
+52
12 days
curve25519.c: zap trailing whitespace introduced in previous
tb
1
-2
/
+2
13 days
PKCS7_add0_attrib_signing_time: tweak comment
tb
1
-2
/
+2
14 days
Below STANDARDS, reference the two most relevant sections of RFC 5652.
schwarze
1
-1
/
+5
14 days
openssl certhash: add digest param to certhash_directory
joshua
1
-13
/
+9
2025-07-27
Remove DES_UNROLL from opensslconf.h.
jsing
13
-156
/
+0
2025-07-27
Rework DES encryption/decryption loops.
jsing
2
-124
/
+31
2025-07-27
Inline cms_add1_signingTime() in its only consumer
tb
1
-31
/
+9
2025-07-27
Update PKCS7_add0_attrib_signing_time() docs
tb
1
-3
/
+3
2025-07-27
Fix PKCS7_add0_attrib_signing_time()
tb
1
-5
/
+24
2025-07-27
Fix incorrect ownership handling in add_attribute()
tb
1
-34
/
+42
2025-07-25
Retire interop tests with OpenSSL 3.3 and 3.4
tb
9
-141
/
+11
2025-07-23
Remove BN_LLONG defines/undefs from opensslconf.h.
jsing
13
-65
/
+0
2025-07-23
regress/libcrypto/x509/bettertls: switch to eopenssl35
tb
1
-4
/
+4
2025-07-23
regress/libcrypto/ec: switch to openssl35
tb
1
-4
/
+4
2025-07-23
ec_asn1_test: fix includes
tb
1
-1
/
+5
2025-07-23
ectest: fix includes
tb
1
-6
/
+3
2025-07-23
c2sp: unhook openssl 3.3 and 3.4
tb
1
-2
/
+2
2025-07-22
Remove unused function pointer from struct aead_aes_gcm_ctx.
jsing
1
-2
/
+1
2025-07-22
Remove remaining block128_f casts from EVP AES.
jsing
2
-5
/
+8
2025-07-22
Remove crypto_cpu_caps_ia32()
jsing
6
-30
/
+6
2025-07-22
Move AES-NI for ECB out of EVP.
jsing
6
-87
/
+58
2025-07-21
Move AES-NI from EVP to AES for CCM mode.
jsing
7
-112
/
+145
2025-07-20
Zero stack based IV and buffer when aes_ctr32_encrypt_generic() completes.
jsing
1
-1
/
+4
2025-07-17
Rename the file PEM_X509_INFO_read.3 to PEM_X509_INFO_read_bio.3
schwarze
2
-5
/
+5
2025-07-17
avoid undefined behavior when shifting into sign bit
kenjiro
1
-116
/
+127
2025-07-16
Remove BIO_s_log() prototype, pointed out by schwarze
tb
1
-14
/
+13
2025-07-16
Undocument the undocumentedness of BIO_s_log. It's gone.
tb
1
-3
/
+2
[next]